Actually works now.

This commit is contained in:
gwr 1997-02-10 23:34:38 +00:00
parent f55c7652b7
commit dfddf9c39b

View File

@ -1,4 +1,4 @@
# $NetBSD: FOUR_TTYS,v 1.7 1997/01/31 02:08:20 thorpej Exp $
# $NetBSD: FOUR_TTYS,v 1.8 1997/02/10 23:34:38 gwr Exp $
#
# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -19,14 +19,15 @@ options KTRACE # system call tracing support
# Debugging options. Uncomment either this:
options DDB
# ... or these two: (for KGDB on another machine)
#makeoptions DEBUG="-g" # symbols for kgdb + nm
# ... or these for KGDB (gdb remote target)
#makeoptions DEBUG="-g" # debugging symbols for gdb
#options KGDB
#options KGDBDEV=0x0C01
# Filesystem options
file-system FFS # ufs file system
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
@ -34,8 +35,8 @@ file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options FIFO # FIFOs; RECOMMENDED
options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED
# Networking options
options INET # IP prototol stack support
@ -81,18 +82,28 @@ zstty3 at zsc0 channel 1 # ttyd
#
# Intel Ethernet (onboard, or VME)
ie0 at obio0 addr ? level ?
ie0 at obio0 addr 0x0C0000 level 3
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
# Lance Ethernet (only onboard)
le0 at obio0 addr ? level ?
le0 at obio0 addr 0x120000 level 3
#
# Disk and tape devices
#
# Sun3 "si" SCSI controller (NCR 5380)
si0 at obio0 addr ? level ?
# This driver has several flags which may be enabled by OR'ing
# the values and using the "flags" directive. (PR#1929)
# Valid flags are:
#
# 0x01 Use DMA (may be polled)
# 0x02 Use DMA completion interrupts
# 0x04 Allow disconnect/reselect
#
# E.g. "flags 0x07" would enable DMA, interrupts, and reselect.
# Note: these values are quite a bit paranoid...
si0 at obio0 addr 0x140000 level 2
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
@ -171,3 +182,4 @@ pseudo-device tun 2 # network tunneling over tty
pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks