diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-20 19:52:04 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-20 19:52:04 +0000 |
| commit | 91ea20f4980ba4c5f152540da07d8b0a3fb635a8 (patch) | |
| tree | 723295f8a7e13004ef45fd0b959bc5ff1bd8a776 /sys/dev | |
| parent | aa6de8e0129b3afe01fbd04ee6c520611856b083 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ohci_pci.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c index 45add2621477..cce758cef2ca 100644 --- a/sys/dev/usb/ohci_pci.c +++ b/sys/dev/usb/ohci_pci.c @@ -41,9 +41,14 @@ * USB Open Host Controller driver. * * OHCI spec: http://www.intel.com/design/usb/ohci11d.pdf - * USB spec: http://www.teleport.com/cgi-bin/mailmerge.cgi/~usb/cgiform.tpl */ +/* The low level controller code for OHCI has been split into + * PCI probes and OHCI specific code. This was done to facilitate the + * sharing of code between *BSD's + */ + + #include "opt_bus.h" #include <sys/param.h> |
