diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 05:45:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 05:45:17 +0000 |
commit | c157023bc7409b542979d5cb82830a05f15eb2e2 (patch) | |
tree | 15c43a6d4b53d9b28ad53e50b21527f1ae0f5184 /sys | |
parent | 7f52bb4f6d09e47746281852a2cd66f1cbe28afe (diff) |
Add USB support.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1f5e3eae3ea..726fc259612 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.122 1999/08/10 17:43:57 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.123 1999/08/13 05:45:16 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -47,6 +47,7 @@ pci* at mainbus0 bus ? option PCIVERBOSE option EISAVERBOSE #option PCMCIAVERBOSE +#option USBVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges @@ -61,6 +62,24 @@ pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 # PCMCIA bus support pcmcia* at pcic? controller ? socket ? +# PCI USB Controllers +#uhci* at pci? # Universal Host Controller (Intel) +#ohci* at pci? # Open Host Controller + +# USB bus support +#usb* at uhci? +#usb* at ohci? + +# USB Hubs +#uhub* at usb? +#uhub* at uhub? port ? configuration ? interface ? + +# USB Generic HID devices +#uhid* at uhub? port ? configuration ? interface ? + +# USB Generic driver +#ugen* at uhub? port ? configuration ? interface ? + npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? isapnp0 at isa? |