From 55b75535a41a62ca8340443177cfad4e5d0cfccb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 8 Oct 2008 00:19:37 +0000 Subject: 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) --- sys/arch/i386/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3