summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/RAMDISK
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/conf/RAMDISK')
-rw-r--r--sys/arch/sun3/conf/RAMDISK30
1 files changed, 21 insertions, 9 deletions
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK
index b6a0eb87049..c80c2210e2c 100644
--- a/sys/arch/sun3/conf/RAMDISK
+++ b/sys/arch/sun3/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.2 1995/11/17 23:31:15 gwr Exp $
+# $NetBSD: RAMDISK,v 1.3 1996/03/26 15:15:53 gwr Exp $
#
# RAMDISK: Root/swap on ramdisk
@@ -34,20 +34,33 @@ options FIFO # FIFOs; RECOMMENDED
# Networking options
options INET # IP prototol stack support
+# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
+options NFS_BOOT_RWSIZE=1024
-# Compatability options (XXX - Need these?)
+# Compatability options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
+options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options DIAGNOSTIC
# The config program assumes all devices have partions...
# Is it OK to put swap on a non-existent partition?
-config netbsd root on rd0a swap on rd0b
+config bsd root on rd0a swap on rd0b
+
+#
+# Serial ports
+#
+zstty0 at zsc1 channel 0 # ttya
+zstty1 at zsc1 channel 1 # ttyb
+
+kbd0 at zsc0 channel 0 # keyboard
+ms0 at zsc0 channel 1 # mouse
#
# Network devices
@@ -65,9 +78,9 @@ le0 at obio0 addr ? level ?
#
# Sun3 "si" SCSI controller (NCR 5380)
-ncr_si0 at obio0 addr ? level ?
-ncr_si0 at vmes0 addr 0xff200000 level 2 vect 0x40
-ncr_si1 at vmes0 addr 0xff204000 level 2 vect 0x41
+si0 at obio0 addr ? level ?
+si0 at vmes0 addr 0xff200000 level 2 vect 0x40
+si1 at vmes0 addr 0xff204000 level 2 vect 0x41
# Xylogics 7053 controllers
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
@@ -106,9 +119,8 @@ cd* at scsibus? target ? lun ?
#ch* at scsibus? target ? lun ?
-
-# RAM Disk (root for install tape)
-rd0 at mainbus?
+# RAM-disk (root for install tape)
+pseudo-device rd 2 # RAM-disk
# Misc.
pseudo-device loop 1 # network loopback