summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-08 01:54:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-08 01:54:52 +0000
commit0cc0617405d8d2048fef3907711b03ac23fb7924 (patch)
treeda8fdf8b2a89dbb8b898e86d13a562391028e7a3 /sys
parent86526e883c0fb90b8ec014573daf8326394a2936 (diff)
comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI ed
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/RAMDISK25
1 files changed, 13 insertions, 12 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK
index 91d6a968e41..09ae18afa1c 100644
--- a/sys/arch/alpha/conf/RAMDISK
+++ b/sys/arch/alpha/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.3 1997/05/08 00:47:47 niklas Exp $
+# $OpenBSD: RAMDISK,v 1.4 1997/05/08 01:54:51 millert Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -20,24 +20,24 @@ option DEC_EB164 # EB164: AlphaPC 164
option RAMDISK_HOOKS
option MINIROOTSIZE=8192 # 4 Megabytes!
-# needs to be set per system
-option TIMEZONE="5*60" # Minutes west of GMT (for param.c)
+# Needs to be set per system
+option TIMEZONE="7*60" # Minutes west of GMT (for param.c)
option DST=1 # Daylight savings rules (for param.c)
-# Standard system option
+# Standard system options
option DEBUG, DIAGNOSTIC # Extra kernel debugging
#option KTRACE # System call tracing support
-# File system option
-option FIFO # POSIX fifo support (in all file systems)
+# File system options
+#option FIFO # POSIX fifo support (in all file systems)
option FFS # Fast file system
-option MFS # Memory-based file system
+#option MFS # Memory-based file system
option KERNFS # pseudo-fs to get at kernel internals
#option NFSSERVER # Sun NFS-compatible file system server
option NFSCLIENT # Sun NFS-compatible file system client
option CD9660 # ISO 9660 + Rock Ridge file system
-# Networking option
+# Networking options
option INET # Internet protocol suite
# 4.3BSD compatibility. Should be optional, but necessary for now.
@@ -45,9 +45,9 @@ option COMPAT_43
# Binary compatibility with previous versions of NetBSD.
#option COMPAT_09
-option COMPAT_10
-option COMPAT_11
-option COMPAT_12
+#option COMPAT_10
+#option COMPAT_11
+#option COMPAT_12
# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
#option COMPAT_OSF1
@@ -58,7 +58,7 @@ option COMPAT_12
# Disable kernel security.
#option INSECURE
-# Misc. option
+# Misc. options
option EISAVERBOSE # recognize "unknown" EISA devices
option PCIVERBOSE # recognize "unknown" PCI devices
option TCVERBOSE # recognize "unknown" TC devices
@@ -105,6 +105,7 @@ pci* at ppb?
# PCI devices
#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
de* at pci? dev ? function ? # 21x4[012]-based Ethernet
+ed* at pci? dev ? function ? # NE2000-compat ethernet cards
en* at pci? dev ? function ? # ENI PCI ATM (untested)
ep* at pci? dev ? function ? # 3COM 3c59x (untested)
fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards