diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-03-27 20:38:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-03-27 20:38:17 +0000 |
commit | ae8a6e112e944c02c01879523750f5cbee2da6e1 (patch) | |
tree | 994210d57586c6833a394f5003cdde4d9cd6ccb4 /sys/arch/i386/conf/RAMDISK_CD | |
parent | 64d41f21785904283d28e4b3f1b2fa51ddb850c6 (diff) |
Add commented out entries for xhci(4).
ok mpi@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index ff9ba60accc..09ea6022694 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.212 2014/03/14 05:38:31 jmatthew Exp $ +# $OpenBSD: RAMDISK_CD,v 1.213 2014/03/27 20:38:16 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -96,6 +96,7 @@ pcic* at pci? pcmcia* at pcic? # USB Controllers +#xhci* at pci? # eXtensible Host Controller ehci* at pci? # Enhanced Host Controller ehci* at cardbus? # Enhanced Host Controller uhci* at pci? # Universal Host Controller (Intel) @@ -103,6 +104,7 @@ ohci* at pci? # Open Host Controller ohci* at cardbus? # Open Host Controller # USB bus support +#usb* at xhci? usb* at ehci? usb* at uhci? usb* at ohci? |