Changeset 497b6f31 in mainline for uspace/drv/uhci
- Timestamp:
- 2011-06-18T20:03:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9724d7f
- Parents:
- c4fb5ecd
- Location:
- uspace/drv/uhci
- Files:
-
- 22 moved
-
Makefile (moved) (moved from uspace/drv/uhci_hcd/Makefile ) (1 diff)
-
batch.c (moved) (moved from uspace/drv/uhci_hcd/batch.c )
-
batch.h (moved) (moved from uspace/drv/uhci_hcd/batch.h )
-
hc.c (moved) (moved from uspace/drv/uhci_hcd/hc.c )
-
hc.h (moved) (moved from uspace/drv/uhci_hcd/hc.h )
-
hw_struct/link_pointer.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/link_pointer.h )
-
hw_struct/queue_head.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/queue_head.h )
-
hw_struct/transfer_descriptor.c (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c )
-
hw_struct/transfer_descriptor.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.h )
-
iface.c (moved) (moved from uspace/drv/uhci_hcd/iface.c )
-
iface.h (moved) (moved from uspace/drv/uhci_hcd/iface.h )
-
main.c (moved) (moved from uspace/drv/uhci_hcd/main.c ) (1 diff)
-
pci.c (moved) (moved from uspace/drv/uhci_hcd/pci.c )
-
pci.h (moved) (moved from uspace/drv/uhci_hcd/pci.h )
-
root_hub.c (moved) (moved from uspace/drv/uhci_hcd/root_hub.c )
-
root_hub.h (moved) (moved from uspace/drv/uhci_hcd/root_hub.h )
-
transfer_list.c (moved) (moved from uspace/drv/uhci_hcd/transfer_list.c )
-
transfer_list.h (moved) (moved from uspace/drv/uhci_hcd/transfer_list.h )
-
uhci.c (moved) (moved from uspace/drv/uhci_hcd/uhci.c )
-
uhci.h (moved) (moved from uspace/drv/uhci_hcd/uhci.h )
-
uhci.ma (moved) (moved from uspace/drv/uhci_hcd/uhci_hcd.ma )
-
utils/malloc32.h (moved) (moved from uspace/drv/uhci_hcd/utils/malloc32.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/Makefile
rc4fb5ecd r497b6f31 38 38 -I$(LIBDRV_PREFIX)/include 39 39 40 BINARY = uhci _hcd40 BINARY = uhci 41 41 42 42 SOURCES = \ -
uspace/drv/uhci/main.c
rc4fb5ecd r497b6f31 41 41 #include "uhci.h" 42 42 43 #define NAME "uhci _hcd"43 #define NAME "uhci" 44 44 45 45 static int uhci_add_device(ddf_dev_t *device);
Note:
See TracChangeset
for help on using the changeset viewer.
