Changeset 37ac7bb in mainline


Ignore:
Timestamp:
2011-01-31T17:38:26Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1256a0a
Parents:
72e19f50
Message:

Renames "uhci"→"uhci-hcd" to prepare RH drier separation

Files:
3 edited
26 moved

Legend:

Unmodified
Added
Removed
  • .bzrignore

    r72e19f50 r37ac7bb  
    8484./uspace/drv/test1/test1
    8585./uspace/drv/test2/test2
    86 ./uspace/drv/uhci/uhci
     86./uspace/drv/uhci-hcd/uhci-hcd
    8787./uspace/drv/usbhub/usbhub
    8888./uspace/drv/usbhid/usbhid
  • boot/arch/amd64/Makefile.inc

    r72e19f50 r37ac7bb  
    4343        isa \
    4444        ns8250 \
    45         uhci \
     45        uhci-hcd \
    4646        usbhub \
    4747        usbhid \
  • uspace/Makefile

    r72e19f50 r37ac7bb  
    117117                srv/hw/irc/apic \
    118118                srv/hw/irc/i8259 \
    119                 drv/uhci \
     119                drv/uhci-hcd \
    120120                drv/usbhid \
    121121                drv/usbhub \
     
    131131                srv/hw/irc/apic \
    132132                srv/hw/irc/i8259 \
    133                 drv/uhci \
     133                drv/uhci-hcd \
    134134                drv/usbhid \
    135135                drv/usbhub \
  • uspace/drv/uhci-hcd/Makefile

    r72e19f50 r37ac7bb  
    3030LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a
    3131EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I.
    32 BINARY = uhci
     32BINARY = uhci-hcd
    3333
    3434SOURCES = \
  • uspace/drv/uhci-hcd/name.h

    r72e19f50 r37ac7bb  
    3535#define DRV_UHCI_TD_NAME_H
    3636
    37 #define NAME "uhci"
     37#define NAME "uhci-hcd"
    3838
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.