Changeset 1d1bb0f in mainline for uspace/drv/ehci
- Timestamp:
- 2011-06-19T13:38:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b72efe8
- Parents:
- adfdbd5 (diff), 9724d7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/drv/ehci
- Files:
-
- 7 moved
-
Makefile (moved) (moved from uspace/drv/ehci_hcd/Makefile ) (1 diff)
-
ehci.h (moved) (moved from uspace/drv/ehci_hcd/ehci.h ) (1 diff)
-
ehci.ma (moved) (moved from uspace/drv/ehci_hcd/ehci_hcd.ma )
-
hc_iface.c (moved) (moved from uspace/drv/ehci_hcd/hc_iface.c ) (1 diff)
-
main.c (moved) (moved from uspace/drv/ehci_hcd/main.c )
-
pci.c (moved) (moved from uspace/drv/ehci_hcd/pci.c )
-
pci.h (moved) (moved from uspace/drv/ehci_hcd/pci.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ehci/Makefile
radfdbd5 r1d1bb0f 38 38 -I$(LIBDRV_PREFIX)/include 39 39 40 BINARY = ehci _hcd40 BINARY = ehci 41 41 42 42 SOURCES = \ -
uspace/drv/ehci/ehci.h
radfdbd5 r1d1bb0f 38 38 #include <usbhc_iface.h> 39 39 40 #define NAME "ehci _hcd"40 #define NAME "ehci" 41 41 42 42 extern usbhc_iface_t ehci_hc_iface; -
uspace/drv/ehci/hc_iface.c
radfdbd5 r1d1bb0f 45 45 46 46 #define UNSUPPORTED(methodname) \ 47 usb_log_warning("Unsupported interface method `%s()' in %s:%d.\n", \ 47 usb_log_debug("Client called unsupported interface method " \ 48 "`%s()' in %s:%d.\n", \ 48 49 methodname, __FILE__, __LINE__) 49 50
Note:
See TracChangeset
for help on using the changeset viewer.
