diff options
author | 2012-04-03 21:54:37 +0000 | |
---|---|---|
committer | 2012-04-03 21:54:37 +0000 | |
commit | 997e35d1ced0bee5f220e76143821ab6f369819b (patch) | |
tree | 93c19ccd18d9116429ba0bc3387f74963a8ceee9 | |
parent | Make sure all bootp() path lack unnecessary front slashes, and subtly mention (diff) | |
download | wireguard-openbsd-997e35d1ced0bee5f220e76143821ab6f369819b.tar.xz wireguard-openbsd-997e35d1ced0bee5f220e76143821ab6f369819b.zip |
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-IP22 | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP22 | 4 |
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 |