Changeset 37ac7bb in mainline
- Timestamp:
- 2011-01-31T17:38:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1256a0a
- Parents:
- 72e19f50
- Files:
-
- 3 edited
- 26 moved
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
r72e19f50 r37ac7bb 84 84 ./uspace/drv/test1/test1 85 85 ./uspace/drv/test2/test2 86 ./uspace/drv/uhci /uhci86 ./uspace/drv/uhci-hcd/uhci-hcd 87 87 ./uspace/drv/usbhub/usbhub 88 88 ./uspace/drv/usbhid/usbhid -
boot/arch/amd64/Makefile.inc
r72e19f50 r37ac7bb 43 43 isa \ 44 44 ns8250 \ 45 uhci \45 uhci-hcd \ 46 46 usbhub \ 47 47 usbhid \ -
uspace/Makefile
r72e19f50 r37ac7bb 117 117 srv/hw/irc/apic \ 118 118 srv/hw/irc/i8259 \ 119 drv/uhci \119 drv/uhci-hcd \ 120 120 drv/usbhid \ 121 121 drv/usbhub \ … … 131 131 srv/hw/irc/apic \ 132 132 srv/hw/irc/i8259 \ 133 drv/uhci \133 drv/uhci-hcd \ 134 134 drv/usbhid \ 135 135 drv/usbhub \ -
uspace/drv/uhci-hcd/Makefile
r72e19f50 r37ac7bb 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 BINARY = uhci 32 BINARY = uhci-hcd 33 33 34 34 SOURCES = \ -
uspace/drv/uhci-hcd/name.h
r72e19f50 r37ac7bb 35 35 #define DRV_UHCI_TD_NAME_H 36 36 37 #define NAME "uhci "37 #define NAME "uhci-hcd" 38 38 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.