Changeset 497b6f31 in mainline for uspace/drv/uhcirh
- 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/uhcirh
- Files:
-
- 7 moved
-
Makefile (moved) (moved from uspace/drv/uhci_rhd/Makefile ) (1 diff)
-
main.c (moved) (moved from uspace/drv/uhci_rhd/main.c ) (1 diff)
-
port.c (moved) (moved from uspace/drv/uhci_rhd/port.c )
-
port.h (moved) (moved from uspace/drv/uhci_rhd/port.h )
-
root_hub.c (moved) (moved from uspace/drv/uhci_rhd/root_hub.c )
-
root_hub.h (moved) (moved from uspace/drv/uhci_rhd/root_hub.h )
-
uhcirh.ma (moved) (moved from uspace/drv/uhci_rhd/uhci_rhd.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhcirh/Makefile
rc4fb5ecd r497b6f31 38 38 -I$(LIBDRV_PREFIX)/include 39 39 40 BINARY = uhci _rhd40 BINARY = uhcirh 41 41 42 42 SOURCES = \ -
uspace/drv/uhcirh/main.c
rc4fb5ecd r497b6f31 46 46 #include "root_hub.h" 47 47 48 #define NAME "uhci _rhd"48 #define NAME "uhcirh" 49 49 50 50 static int hc_get_my_registers(const ddf_dev_t *dev,
Note:
See TracChangeset
for help on using the changeset viewer.
