Changeset 74271e0 in mainline


Ignore:
Timestamp:
2013-01-06T02:59:17Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44d518b
Parents:
3848fec
Message:

Remove all traces of uhcirh

Files:
9 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r3848fec r74271e0  
    4646        bus/usb/ohci \
    4747        bus/usb/uhci \
    48         bus/usb/uhcirh \
    4948        bus/usb/usbflbk \
    5049        bus/usb/usbhub \
  • uspace/Makefile

    r3848fec r74271e0  
    126126        drv/bus/usb/ohci \
    127127        drv/bus/usb/uhci \
    128         drv/bus/usb/uhcirh \
    129128        drv/bus/usb/usbflbk \
    130129        drv/bus/usb/usbhid \
  • uspace/doc/doxygroups.h

    r3848fec r74271e0  
    285285         */
    286286
    287                 /**
    288                  * @defgroup drvusbuhcirh UHCI root hub driver
    289                  * @ingroup drvusbuhci
    290                  * @brief Driver for UHCI complaint root hub.
    291                  */
    292 
    293                 /**
    294                  * @defgroup drvusbuhcihc UHCI host controller driver
    295                  * @ingroup drvusbuhci
    296                  * @brief Driver for UHCI complaint USB host controller.
    297                  */
    298 
    299287        /**
    300288         * @defgroup drvusbohci OHCI driver
  • uspace/drv/bus/usb/uhci/Makefile

    r3848fec r74271e0  
    4848        main.c \
    4949        res.c \
    50         root_hub.c \
    5150        transfer_list.c \
    5251        uhci.c \
  • uspace/drv/bus/usb/uhci/uhci.c

    r3848fec r74271e0  
    4949#include "res.h"
    5050#include "hc.h"
    51 #include "root_hub.h"
    5251
    5352
     
    159158} else (void)0
    160159
    161 //      ret = rh_init(device, (uintptr_t)hc->registers + 0x10, 4,
    162 //          ddf_fun_get_handle(hc_fun));
    163160        ret = hcd_ddf_setup_root_hub(device, USB_SPEED_FULL);
    164161        CHECK_RET_FINI_RETURN(ret,
Note: See TracChangeset for help on using the changeset viewer.