summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-10-31 16:52:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-10-31 16:52:51 +0000
commit1242ae4087e29306d7461a376b40fcf16cd253b8 (patch)
tree60e96948dab425dd43161d3d855b71361af4b056
parent2aa9c29c51ba770996a341b89e5cd91a0d8dfb87 (diff)
Trim the fat, needs testing.
-rw-r--r--sys/arch/hp300/conf/RAMDISK50
1 files changed, 28 insertions, 22 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK
index b6ffb8faab0..80aceb302ef 100644
--- a/sys/arch/hp300/conf/RAMDISK
+++ b/sys/arch/hp300/conf/RAMDISK
@@ -1,13 +1,10 @@
-# $OpenBSD: RAMDISK,v 1.7 1999/08/15 07:42:45 downsj Exp $
+# $OpenBSD: RAMDISK,v 1.8 2000/10/31 16:52:50 millert Exp $
#
# Ram disk kernel.
#
machine hp300 m68k
-# Include all GENERIC options
-include "../../../conf/GENERIC"
-
# Support for various CPU types
option HP320
option HP330 # includes 318, 319
@@ -23,30 +20,37 @@ option HP400
option HP425
option HP433
-# Need to set locally
maxusers 8
+option TIMEZONE=0 # time zone to adjust RTC time by
+option DST=0 # daylight savings time used by RTC
+
+option SWAPPAGER # paging; REQUIRED
+option DEVPAGER # mmap() of devices
+
+option DIAGNOSTIC # internal consistency checks
+
+option FFS # UFS
+#option EXT2FS # Linux ext2fs
+
+option NFSCLIENT # Network File System client
+
+option CD9660 # ISO 9660 + Rock Ridge file system
+option MSDOSFS # MS-DOS file system
+option FIFO # FIFOs; RECOMMENDED
+option KERNFS # /kern
+
+option INET # IP + ICMP + TCP + UDP
+
+option BOOT_CONFIG # add support for boot -c
+
# Options for HP hardware
option FPSP # floating point interface for 68040
option USELEDS # make the lights twinkle
-#option PANICBUTTON # two fast <reset>s on HIL dump kernel
#option CONSCODE="9" # force console at this select code
option UK_KEYBOARD # include United Kingdom HIL keymap
option SE_KEYBOARD # include Swedish HIL keymap
-# This option enables a different copyin/copyout that uses page
-# mapping for large copies.
-#option MAPPEDCOPY # different copyin/copyout for large copies
-
-#
-# HP-UX binary compatibility.
-# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
-#
-#option COMPAT_HPUX # HP-UX binary compatibility
-
-#option COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
-#option COMPAT_SUNOS # SunOS/sun3 binaries
-
# Verbose descriptions of unconfigured DIO devices
# (Warning: this compiles in a large string table)
option DIOVERBOSE # recognize "unknown" DIO devices
@@ -55,7 +59,7 @@ option DIOVERBOSE # recognize "unknown" DIO devices
option MINIROOTSIZE=4096
option RAMDISK_HOOKS
-config bsd root rd0 swap rd0
+config bsd root on rd0 swap on rd0 and hd0b and sd0b
mainbus0 at root # root "bus"
@@ -117,7 +121,6 @@ hpibbus* at fhpib?
hd* at hpibbus? slave ? punit ? # HP-IB disks
ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
-ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
oscsi* at dio? scode ? # Old HP SCSI
@@ -125,4 +128,7 @@ sd* at oscsi? target ? lun ? # SCSI disks
st* at oscsi? target ? lun ? # SCSI tapes
ac* at oscsi? target ? lun ? # SCSI changers
-pseudo-device rd 2
+pseudo-device loop 1 # network loopback
+pseudo-device pty 16 # pseudo-terminals
+pseudo-device bpfilter 1 # packet filter
+pseudo-device rd 1 # ramdisk