diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-12 05:36:11 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-12 05:36:11 +0000 |
commit | bf1053d93b0dbf7788895c6dca0cdbd684a521f6 (patch) | |
tree | 702fd699b88a36a17594af9db2378836e93eead2 /sys/arch/beagle/conf/RAMDISK | |
parent | d7628c05214d2c6dbc670d8457a4203eccdea76c (diff) |
ehci bits, not enabled.
Diffstat (limited to 'sys/arch/beagle/conf/RAMDISK')
-rw-r--r-- | sys/arch/beagle/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/beagle/conf/RAMDISK b/sys/arch/beagle/conf/RAMDISK index c074d385c38..230bdf112f9 100644 --- a/sys/arch/beagle/conf/RAMDISK +++ b/sys/arch/beagle/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2010/02/10 20:40:09 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.5 2010/02/12 05:36:10 drahn Exp $ # # GENERIC machine description file # @@ -88,6 +88,9 @@ ommmc0 at ahb? addr 0x4809c000 intr 83 #wskbd* at omkbd? mux 1 #ohci0 at ahb? addr 0x4805E000 size 0x400 intr 78 # ohci (shim) +#ehci0 at ahb? addr 0x48064800 size 0x400 intr 77 # ehci (shim) +#usb* at ehci? + #mcspi0 at ahb? addr 0x48098000 intr 65 #mcspi1 at ahb? addr 0x4809A000 intr 66 |