diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-08 00:19:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-08 00:19:37 +0000 |
commit | 55b75535a41a62ca8340443177cfad4e5d0cfccb (patch) | |
tree | 4db08e54e1cfd072931d2247ee5184edbc1a29ee /sys/arch/i386/conf | |
parent | 10b0136796e88448cbc61786aa9afe1ba3743684 (diff) |
uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and
ehci(4) work; ie. it has the same variety of unplug bugs)
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9b70ae3caf2..4030e1dcb97 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.634 2008/09/29 13:13:35 jsg Exp $ +# $OpenBSD: GENERIC,v 1.635 2008/10/08 00:19:34 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -193,6 +193,7 @@ cardslot* at cbb? ehci* at pci? # Enhanced Host Controller ehci* at cardbus? # Enhanced Host Controller uhci* at pci? # Universal Host Controller (Intel) +uhci* at cardbus? # Universal Host Controller (Intel) ohci* at pci? # Open Host Controller ohci* at cardbus? # Open Host Controller |