diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-01-04 01:22:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-01-04 01:22:41 +0000 |
commit | 3a600ea67e25e6b4229ec7bbfbda1b63e5f027df (patch) | |
tree | 3d6dab84ae22b95b0ea08b44a1f388d5bc66f5d4 /sys/arch/alpha/conf | |
parent | b8c74504886b296d396b8ea455c6f29c5a23f0fa (diff) |
enable ehci
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 6 insertions, 2 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? diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index ef38f4a2588..bbc31c186ce 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.47 2005/01/03 21:45:18 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.48 2005/01/04 01:22:40 jsg Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -51,10 +51,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? |