FOUR_TTYS revision 1.15
11.15Sgwr#	$NetBSD: FOUR_TTYS,v 1.15 1998/01/22 23:21:57 gwr Exp $
21.1Sgwr
31.1Sgwr# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
41.1Sgwr# like GENERIC but both zs chips are used as ttys
51.1Sgwr
61.3Sjtcinclude "arch/sun3/conf/std.sun3"
71.1Sgwr
81.1Sgwr# Machines to be supported by this kernel
91.1Sgwroptions 	FPU_EMULATE
101.1Sgwroptions 	HAVECACHE		# Sun3/260 VAC
111.1Sgwr
121.1Sgwr# Needs to be set per system.  i.e change these as you see fit
131.1Sgwrmaxusers	4
141.1Sgwr
151.1Sgwr# Standard system options
161.13Sgwroptions 	KTRACE		# system call tracing
171.13Sgwroptions 	SYSVMSG		# System V message queues
181.13Sgwroptions 	SYSVSEM		# System V semaphores
191.13Sgwroptions 	SYSVSHM		# System V shared memory
201.13Sgwr#options 	SHMMAXPGS=1024	# 1024 pages is the default
211.13Sgwr#options 	LKM		# loadable kernel modules
221.13Sgwr#options 	INSECURE	# disable kernel security level
231.13Sgwr#options 	UCONSOLE	# Allow non-root TIOCCONS
241.4Sthorpej
251.13Sgwr# Which kernel debugger?  Uncomment either this:
261.4Sthorpejoptions 	DDB
271.8Sgwr# ... or these for KGDB (gdb remote target)
281.13Sgwr#makeoptions DEBUG="-g"		# debugging symbols for gdb
291.4Sthorpej#options 	KGDB
301.13Sgwr#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
311.11Slukem
321.11Slukem# Other debugging options
331.11Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
341.13Sgwr#options 	DEBUG		# kernel debugging code
351.13Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
361.13Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
371.13Sgwr#options 	PMAP_DEBUG
381.13Sgwr#options 	SCSIDEBUG
391.13Sgwr#options 	SCSIVERBOSE		# Verbose SCSI errors
401.13Sgwr
411.13Sgwr# Compatability options
421.13Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
431.13Sgwroptions 	COMPAT_43	# and 4.3BSD and ...
441.13Sgwroptions 	COMPAT_10	# NetBSD 1.0
451.13Sgwroptions 	COMPAT_11	# NetBSD 1.1
461.13Sgwroptions 	COMPAT_12	# NetBSD 1.2
471.13Sgwroptions 	COMPAT_13	# NetBSD 1.3
481.1Sgwr
491.1Sgwr# Filesystem options
501.13Sgwrfile-system	FFS		# Berkeley Fast Filesystem
511.13Sgwrfile-system	NFS		# Sun NFS client support
521.10Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
531.10Slukemfile-system	FDESC		# /dev/fd/*
541.10Slukemfile-system	KERNFS		# /kern
551.10Slukemfile-system	NULLFS		# loopback file system
561.10Slukemfile-system	PROCFS		# /proc
571.10Slukemfile-system	UNION		# union file system
581.10Slukemfile-system	MFS		# memory-based filesystem
591.7Sthorpej
601.13Sgwroptions 	FIFO		# FIFOs; RECOMMENDED
611.8Sgwroptions 	NFSSERVER	# nfs server support
621.13Sgwroptions 	QUOTA		# FFS quotas
631.1Sgwr
641.1Sgwr# Networking options
651.4Sthorpejoptions 	INET		# IP prototol stack support
661.13Sgwroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
671.10Slukem#options 	GATEWAY		# IP packet forwarding
681.13Sgwr#options 	ISO,TPIP	# OSI networking
691.13Sgwr#options 	EON		# OSI tunneling over IP
701.13Sgwr#options 	CCITT,LLC,HDLC	# X.25
711.13Sgwr#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
721.13Sgwr
731.13Sgwr# Work-around for root on slow servers (insurance...)
741.1Sgwroptions 	NFS_BOOT_RWSIZE=1024
751.1Sgwr
761.7Sthorpejconfig		netbsd root on ? type ?
771.1Sgwr
781.1Sgwr#
791.1Sgwr# Serial ports
801.1Sgwr#
811.10Slukemzstty0	at zsc1 channel 0	# ttya
821.10Slukemzstty1	at zsc1 channel 1	# ttyb
831.1Sgwr#
841.1Sgwr# Note that by ommitting "kdb0" and "ms0" one can build
851.1Sgwr# a kernel that operates four plain serial lines, where
861.1Sgwr# two of them are data-leads-only ports wired up using
871.15Sgwr# a custom cable on the keyboard connector.  The flags 1
881.15Sgwr# part sets TIOCFLAG_SOFTCAR (remember, data-leads-only).
891.1Sgwr#
901.15Sgwrzstty2	at zsc0 channel 0 flags 1 # ttyc
911.15Sgwrzstty3	at zsc0 channel 1 flags 1 # ttyd
921.1Sgwr
931.1Sgwr#
941.1Sgwr# Network devices
951.1Sgwr#
961.1Sgwr
971.1Sgwr# Intel Ethernet (onboard, or VME)
981.8Sgwrie0 at obio0 addr   0x0C0000 level 3
991.1Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
1001.1Sgwr
1011.1Sgwr# Lance Ethernet (only onboard)
1021.8Sgwrle0 at obio0 addr   0x120000 level 3
1031.1Sgwr
1041.1Sgwr#
1051.1Sgwr# Disk and tape devices
1061.1Sgwr#
1071.1Sgwr
1081.1Sgwr# Sun3 "si" SCSI controller (NCR 5380)
1091.13Sgwr# See GENERIC for the flags description.
1101.14Sgwrsi0 at obio0 addr   0x140000 level 2
1111.14Sgwrsi0 at vmes0 addr 0xff200000 level 2 vect 0x40
1121.14Sgwrsi1 at vmes0 addr 0xff204000 level 2 vect 0x41
1131.1Sgwr
1141.9Sgwr# Xylogics 450/451 controllers
1151.13Sgwrxyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
1161.13Sgwrxyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
1171.13Sgwrxy* at xyc? drive ?
1181.9Sgwr
1191.1Sgwr# Xylogics 7053 controllers
1201.13Sgwrxdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
1211.13Sgwrxdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
1221.13Sgwrxd* at xdc? drive ?
1231.1Sgwr
1241.1Sgwr# Xylogics 472 tape controllers?
1251.1Sgwr
1261.1Sgwr#
1271.13Sgwr# Sun3/E stuff
1281.13Sgwr#
1291.13Sgwrsebuf0 at vmes0 addr 0xff300000 level 2 vect 0x74
1301.13Sgwrsebuf1 at vmes0 addr 0xff340000 level 2 vect 0x76
1311.13Sgwrsi* at sebuf?
1321.13Sgwrie* at sebuf?
1331.13Sgwr
1341.13Sgwr#
1351.1Sgwr# Frame buffer devices
1361.15Sgwr# (not useful if no kbd, right?)
1371.1Sgwr
1381.1Sgwr#
1391.1Sgwr# SCSI infrastructure
1401.1Sgwr#
1411.1Sgwrscsibus* at scsi?
1421.1Sgwr
1431.9Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
1441.9Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
1451.9Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
1461.9Sgwrch* at scsibus? target ? lun ?		# SCSI changer devices
1471.9Sgwrss* at scsibus? target ? lun ?		# SCSI scanners
1481.9Sgwruk* at scsibus? target ? lun ?		# unknown SCSI devices
1491.1Sgwr
1501.6Spk# Memory-disk drivers
1511.10Slukempseudo-device	md		2
1521.1Sgwr
1531.1Sgwr# Misc.
1541.10Slukempseudo-device	loop		1	# network loopback
1551.10Slukempseudo-device	bpfilter	8	# packet filter
1561.10Slukempseudo-device	sl		2	# CSLIP
1571.10Slukempseudo-device	ppp		2	# PPP
1581.10Slukempseudo-device	tun		2	# network tunneling over tty
1591.9Sgwr#pseudo-device	ipfilter		# ip filter
1601.13Sgwr# rnd is EXPERIMENTAL
1611.13Sgwr#pseudo-device	rnd			# /dev/random and in-kernel generator
1621.1Sgwr
1631.10Slukempseudo-device	pty		64	# pseudo-terminals
1641.10Slukem#pseudo-device	vnd		4	# paging to files
1651.10Slukem#pseudo-device	ccd		4	# concatenated disks
166