summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-03-09 19:15:04 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-03-09 19:15:04 +0000
commitbc6b025f72bd19f1435439fbf25c28089f98c952 (patch)
tree8dd8bd4c91410e12106ee48ad5bd1eecf3901f89
parent50c33b867539b615bcaafc9b9ddc8e40e7699d39 (diff)
Uncomment ehci(4).
-rw-r--r--sys/arch/hppa/conf/RAMDISK8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index 3003b2bf48e..bb56d638c66 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.78 2008/03/05 00:06:21 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.79 2008/03/09 19:15:03 kettenis Exp $
#
# Diskless kernel config
#
@@ -97,14 +97,14 @@ option PCMCIADEBUG,PCMCIAVERBOSE
pcmcia* at cardslot?
# PCI USB Controllers
-#ehci* at pci? # Enhanced Host Controller
-#ehci* at cardbus?
+ehci* at pci? # Enhanced Host Controller
+ehci* at cardbus?
ohci* at pci? # Open Host Controller
ohci* at cardbus?
uhci* at pci? # Universal Host Controller (Intel)
# USB bus support
-#usb* at ehci?
+usb* at ehci?
usb* at uhci?
usb* at ohci?