summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-04-15 20:18:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-04-15 20:18:17 +0000
commitc0f5c12e6d3270377008c0cc39c9bbbe3c85eed4 (patch)
tree071d6ba52a049d0eebfe133a1f8b8e46af44cc87 /sys
parent501b28ed2f79755579f808a6519e551963a649dd (diff)
Add option EISAVERBOSE to IP22 kernels
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/conf/GENERIC-IP224
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP224
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP22 b/sys/arch/sgi/conf/GENERIC-IP22
index d6e69df34a4..60b8c634535 100644
--- a/sys/arch/sgi/conf/GENERIC-IP22
+++ b/sys/arch/sgi/conf/GENERIC-IP22
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IP22,v 1.4 2012/04/08 22:18:44 miod Exp $
+# $OpenBSD: GENERIC-IP22,v 1.5 2012/04/15 20:18:16 miod Exp $
#
# THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
#
@@ -24,6 +24,8 @@ option PAGE_SHIFT="14"
#option WSDISPLAY_COMPAT_RAWKBD # Provide raw scancodes; needed for X11
+option EISAVERBOSE
+
# Define what targets to support
option TGT_INDIGO # R4x00 Indigo (IP20)
option TGT_INDIGO2 # Indigo2 (IP22)
diff --git a/sys/arch/sgi/conf/RAMDISK-IP22 b/sys/arch/sgi/conf/RAMDISK-IP22
index 336f55463b3..2e221475856 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP22
+++ b/sys/arch/sgi/conf/RAMDISK-IP22
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP22,v 1.3 2012/04/03 21:54:37 miod Exp $
+# $OpenBSD: RAMDISK-IP22,v 1.4 2012/04/15 20:18:16 miod Exp $
#
# THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
@@ -17,6 +17,8 @@ option PAGE_SHIFT="14"
option DDB
+option EISAVERBOSE
+
# Filesystem options
option CD9660 # ISO 9660 + Rock Ridge file system
option FIFO # POSIX fifo support (in all filesystems)