diff options
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 7ef68ff27f8..947d7cb9e24 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2004/05/10 20:18:10 marc Exp $ +# $OpenBSD: GENERIC,v 1.16 2004/05/23 04:03:57 drahn Exp $ # # GENERIC -- everything that's currently supported # @@ -80,10 +80,12 @@ viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor #cardslot* at cbb? # PCI USB Controllers +ehci* at pci? # Enhanced Host Controller uhci* at pci? # Universal Host Controller (Intel) ohci* at pci? # Open Host Controller # USB bus support +usb* at ehci? usb* at uhci? usb* at ohci? |