diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-07-06 17:40:02 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-07-06 17:40:02 +0000 |
commit | adfa05a33bb5201c42dec347c9feebbf624839a0 (patch) | |
tree | 5f30b398938bc8a8ce0c6f6a1b57a09bbf44811c /sys/arch/macppc/conf/GENERIC | |
parent | b4e64c60531485b2cc285219bdb642dc0c762924 (diff) |
Add uhci* at cardbus, tested with a VIA VT83C572.
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 5b90b3f96f5..48a3b5ab69e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.219 2013/06/04 02:29:32 mpi Exp $g +# $OpenBSD: GENERIC,v 1.220 2013/07/06 17:40:01 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -204,6 +204,7 @@ ohci* at pci? # Open Host Controller ohci* at cardbus? # Open Host Controller uhci* at pci? # Universal Host Controller ehci* at pci? # Enhanced Host Controller +uhci* at cardbus? # Universal Host Controller ehci* at cardbus? # Enhanced Host Controller # USB bus support |