summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/beagle/conf/RAMDISK5
-rw-r--r--sys/arch/beagle/conf/files.beagle5
2 files changed, 8 insertions, 2 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
diff --git a/sys/arch/beagle/conf/files.beagle b/sys/arch/beagle/conf/files.beagle
index ec8f97b9c9b..e9e10345e65 100644
--- a/sys/arch/beagle/conf/files.beagle
+++ b/sys/arch/beagle/conf/files.beagle
@@ -1,4 +1,4 @@
-# $OpenBSD: files.beagle,v 1.2 2010/02/10 20:40:09 drahn Exp $
+# $OpenBSD: files.beagle,v 1.3 2010/02/12 05:36:10 drahn Exp $
#
# First try for arm-specific configuration info
#
@@ -57,6 +57,9 @@ file arch/beagle/dev/ommmc.c ommmc
attach ohci at ahb with omohci
file arch/beagle/dev/omohci.c omohci
+attach ehci at ahb with omehci
+file arch/beagle/dev/omehci.c omehci
+
# NS16550 compatible serial ports
attach com at ahb with com_ahb
file arch/beagle/dev/omap_com.c com_ahb