FOUR_TTYS revision 1.18
11.18Sgwr#	$NetBSD: FOUR_TTYS,v 1.18 1998/02/08 05:10:48 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.18Sgwr# 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.16Sgwroptions 	NFS_BOOT_BOOTPARAM
761.1Sgwr
771.7Sthorpejconfig		netbsd root on ? type ?
781.1Sgwr
791.17Sgwr# On-board I/O space (required)
801.17Sgwrinclude "arch/sun3/conf/obio.sun3"
811.17Sgwr
821.17Sgwr# On-board memory (optional)
831.17Sgwr# See frame-buffers
841.17Sgwrobmem0 at mainbus?
851.17Sgwr
861.17Sgwr# VME bus support (optional)
871.17Sgwr# One unit for each address space
881.17Sgwrvme0 at mainbus? # A16/D16
891.17Sgwrvme1 at mainbus? # A16/D32
901.17Sgwrvme2 at mainbus? # A24/D16
911.17Sgwrvme3 at mainbus? # A24/D32
921.17Sgwrvme4 at mainbus? # A32/D16
931.17Sgwrvme5 at mainbus? # A32/D32
941.17Sgwr
951.1Sgwr#
961.1Sgwr# Serial ports
971.1Sgwr#
981.10Slukemzstty0	at zsc1 channel 0	# ttya
991.10Slukemzstty1	at zsc1 channel 1	# ttyb
1001.1Sgwr#
1011.1Sgwr# Note that by ommitting "kdb0" and "ms0" one can build
1021.1Sgwr# a kernel that operates four plain serial lines, where
1031.1Sgwr# two of them are data-leads-only ports wired up using
1041.15Sgwr# a custom cable on the keyboard connector.  The flags 1
1051.15Sgwr# part sets TIOCFLAG_SOFTCAR (remember, data-leads-only).
1061.1Sgwr#
1071.15Sgwrzstty2	at zsc0 channel 0 flags 1 # ttyc
1081.15Sgwrzstty3	at zsc0 channel 1 flags 1 # ttyd
1091.1Sgwr
1101.1Sgwr#
1111.1Sgwr# Network devices
1121.1Sgwr#
1131.1Sgwr
1141.18Sgwr# Intel Ethernet (onboard, or VME)
1151.17Sgwrie0 at obio0 addr 0x0C0000 ipl 3
1161.17Sgwrie1 at vme2  addr 0xe88000 ipl 3 vect 0x75
1171.1Sgwr
1181.1Sgwr# Lance Ethernet (only onboard)
1191.17Sgwrle0 at obio0 addr 0x120000 ipl 3
1201.17Sgwr
1211.17Sgwr# All Sun3 machines with an "le" (3/50, 3/60) should be
1221.17Sgwr# presumed to have the old, buggy LANCE chip. (Rev. C)
1231.17Sgwroptions 	LANCE_REVC_BUG
1241.1Sgwr
1251.1Sgwr#
1261.1Sgwr# Disk and tape devices
1271.1Sgwr#
1281.1Sgwr
1291.1Sgwr# Sun3 "si" SCSI controller (NCR 5380)
1301.13Sgwr# See GENERIC for the flags description.
1311.17Sgwrsi0 at obio0 addr 0x140000 ipl 2
1321.17Sgwrsi0 at vme2  addr 0x200000 ipl 2 vect 0x40
1331.17Sgwrsi1 at vme2  addr 0x204000 ipl 2 vect 0x41
1341.17Sgwr
1351.17Sgwr# Xylogics 450/451 controllers (VME A16/D16)
1361.17Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
1371.17Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
1381.13Sgwrxy* at xyc? drive ?
1391.9Sgwr
1401.17Sgwr# Xylogics 7053 controllers (VME A16/D32)
1411.17Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
1421.17Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
1431.13Sgwrxd* at xdc? drive ?
1441.1Sgwr
1451.1Sgwr# Xylogics 472 tape controllers?
1461.1Sgwr
1471.17Sgwr# Sun3/E SCSI+Ethernet board (VME A24/D16)
1481.17Sgwr# Note: the board uses vect and vect+1
1491.17Sgwrsebuf0 at vme2 addr 0x300000 ipl 2 vect 0x74 # and 0x75
1501.17Sgwrsebuf1 at vme2 addr 0x340000 ipl 2 vect 0x76 # and 0x77
1511.13Sgwrsi* at sebuf?
1521.13Sgwrie* at sebuf?
1531.13Sgwr
1541.13Sgwr#
1551.1Sgwr# Frame buffer devices
1561.15Sgwr# (not useful if no kbd, right?)
1571.1Sgwr
1581.1Sgwr#
1591.1Sgwr# SCSI infrastructure
1601.1Sgwr#
1611.1Sgwrscsibus* at scsi?
1621.1Sgwr
1631.9Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
1641.9Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
1651.9Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
1661.9Sgwrch* at scsibus? target ? lun ?		# SCSI changer devices
1671.9Sgwrss* at scsibus? target ? lun ?		# SCSI scanners
1681.9Sgwruk* at scsibus? target ? lun ?		# unknown SCSI devices
1691.1Sgwr
1701.6Spk# Memory-disk drivers
1711.10Slukempseudo-device	md		2
1721.1Sgwr
1731.1Sgwr# Misc.
1741.10Slukempseudo-device	loop		1	# network loopback
1751.10Slukempseudo-device	bpfilter	8	# packet filter
1761.10Slukempseudo-device	sl		2	# CSLIP
1771.10Slukempseudo-device	ppp		2	# PPP
1781.10Slukempseudo-device	tun		2	# network tunneling over tty
1791.9Sgwr#pseudo-device	ipfilter		# ip filter
1801.13Sgwr# rnd is EXPERIMENTAL
1811.13Sgwr#pseudo-device	rnd			# /dev/random and in-kernel generator
1821.1Sgwr
1831.17Sgwrpseudo-device	pty		32	# pseudo-terminals
1841.10Slukem#pseudo-device	vnd		4	# paging to files
1851.10Slukem#pseudo-device	ccd		4	# concatenated disks
186