summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/GENERIC
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-01-04 01:22:41 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-01-04 01:22:41 +0000
commit3a600ea67e25e6b4229ec7bbfbda1b63e5f027df (patch)
tree3d6dab84ae22b95b0ea08b44a1f388d5bc66f5d4 /sys/arch/alpha/conf/GENERIC
parentb8c74504886b296d396b8ea455c6f29c5a23f0fa (diff)
enable ehci
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r--sys/arch/alpha/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index fa4708df093..48f6f4d53a5 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.137 2005/01/03 21:45:18 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.138 2005/01/04 01:22:40 jsg Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
machine alpha
@@ -50,10 +50,12 @@ mainbus0 at root
cpu* at mainbus0
# PCI USB Controllers
+ehci* at pci? # Enhanced Host Controller
uhci* at pci? # Universal Host Controller (Intel)
ohci* at pci? # Open Host Controller
# USB bus support
+usb* at ehci?
usb* at uhci?
usb* at ohci?