summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-23 21:17:50 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-23 21:17:50 +0000
commit4fd419c58bfe70b818aa4e53892254bc7f46212e (patch)
tree1479bac38db5c63815923387b67433b18b6e4718
parentd8851a33c211cdc625b322e0cf2f991ad49616bc (diff)
Take out some stuff I don't use
-rw-r--r--sys/arch/i386/conf/GANDALF13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index 54f9dc775b2..496f6f74f86 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.5 1996/06/16 11:11:07 deraadt Exp $
+# $OpenBSD: GANDALF,v 1.6 1996/06/23 21:17:49 tholo Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -12,6 +12,7 @@ options I586_CPU
#options MATH_EMULATE # floating point emulation
options PCIVERBOSE # verbose PCI device information
+options EISAVERBOSE # verbose EISA device information
options DUMMY_NOPS # speed hack; recommanded
options XSERVER,UCONSOLE
@@ -43,12 +44,12 @@ options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
-options COMPAT_SVR4 # binary compatibility with SVR4
-options COMPAT_IBCS2 # binary compatibility with SCO and ISC
-options COMPAT_LINUX # binary compatibility with Linux
+#options COMPAT_SVR4 # binary compatibility with SVR4
+#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
+#options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options USER_LDT # user-settable LDT; used by WINE
+#options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
options FFS # UFS
@@ -65,7 +66,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+#options PORTAL # ?
options PROCFS # /proc
#options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system