summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-04-03 21:54:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-04-03 21:54:38 +0000
commit0ed1b1745e32a19adb47103714d1b6879cec10f6 (patch)
tree081b7740b4a3bf0ea15befad4ee5e7364421696c
parentcbe0a8b4df8ecdd4bd4d34138ff84e6942e1aa1e (diff)
Uncomment eisa0 attachment. People can then complain about their boards not
being configured and we'll see which boards need care. (Only ep(4) is known to work so far, but I am waiting for review and approval of the changes required to make it work on sgi). Anyone with a working ahb(4) EISA board to spare?
-rw-r--r--sys/arch/sgi/conf/GENERIC-IP224
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP224
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP22 b/sys/arch/sgi/conf/GENERIC-IP22
index bdf9fd12a56..d12f0c93ffc 100644
--- a/sys/arch/sgi/conf/GENERIC-IP22
+++ b/sys/arch/sgi/conf/GENERIC-IP22
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IP22,v 1.2 2012/03/29 20:18:44 miod Exp $
+# $OpenBSD: GENERIC-IP22,v 1.3 2012/04/03 21:54:37 miod Exp $
#
# THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
#
@@ -45,7 +45,7 @@ clock0 at mainbus0
int0 at mainbus0 # Interrupt Controller
imc0 at mainbus0 # Memory Controller
gio0 at imc0
-#eisa0 at imc0
+eisa0 at imc0
hpc0 at gio? addr 0x1fb80000
hpc1 at gio? addr 0x1fb00000
diff --git a/sys/arch/sgi/conf/RAMDISK-IP22 b/sys/arch/sgi/conf/RAMDISK-IP22
index 87f30395859..336f55463b3 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP22
+++ b/sys/arch/sgi/conf/RAMDISK-IP22
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP22,v 1.2 2012/03/29 20:18:44 miod Exp $
+# $OpenBSD: RAMDISK-IP22,v 1.3 2012/04/03 21:54:37 miod Exp $
#
# THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
@@ -54,7 +54,7 @@ clock0 at mainbus0
int0 at mainbus0 # Interrupt Controller
imc0 at mainbus0 # Memory Controller
gio0 at imc0
-#eisa0 at imc0
+eisa0 at imc0
hpc0 at gio? addr 0x1fb80000
hpc1 at gio? addr 0x1fb00000