GENERIC revision 1.40
11.40Smjacob#	$NetBSD: GENERIC,v 1.40 1997/08/23 19:19:10 mjacob Exp $
21.9Sgwr
31.1Sglass#
41.21Sgwr# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
51.21Sgwr# Supports root on: ie0, le0, sd*, ...
61.9Sgwr#
71.1Sglass
81.29Sjtcinclude "arch/sun3/conf/std.sun3"
91.1Sglass
101.4Sgwr# Machines to be supported by this kernel
111.15Sgwroptions 	FPU_EMULATE
121.21Sgwroptions 	HAVECACHE		# Sun3/260 VAC
131.3Sglass
141.4Sgwr# Needs to be set per system.  i.e change these as you see fit
151.3Sglassmaxusers	4
161.23Sgwr
171.4Sgwr# Standard system options
181.32Sgwroptions 	KTRACE			# system call tracing support
191.30Sthorpej
201.30Sthorpej# Debugging options.  Uncomment either this:
211.30Sthorpejoptions 	DDB
221.36Sgwr# ... or these for KGDB (gdb remote target)
231.36Sgwr#makeoptions DEBUG="-g"			# debugging symbols for gdb
241.30Sthorpej#options 	KGDB
251.36Sgwr#options 	KGDBDEV=0x0C01
261.40Smjacob#options 	SCSIVERBOSE		# Verbose SCSI errors
271.1Sglass
281.4Sgwr# Filesystem options
291.38Slukemfile-system	FFS		# ufs file system
301.38Slukemfile-system	NFS		# nfs client support
311.38Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
321.38Slukemfile-system	FDESC		# /dev/fd/*
331.38Slukemfile-system	KERNFS		# /kern
341.38Slukemfile-system	NULLFS		# loopback file system
351.38Slukemfile-system	PROCFS		# /proc
361.38Slukemfile-system	UNION		# union file system
371.38Slukemfile-system	MFS		# memory-based filesystem
381.35Sthorpej
391.30Sthorpejoptions 	NFSSERVER	# nfs server support
401.27Sgwroptions 	FIFO		# FIFOs; RECOMMENDED
411.4Sgwr
421.4Sgwr# Networking options
431.30Sthorpejoptions 	INET		# IP prototol stack support
441.38Slukem#options 	GATEWAY		# IP packet forwarding
451.30Sthorpejoptions 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
461.37Sgwr# XXX - Work-around for root on slow servers (insurance...)
471.12Sgwroptions 	NFS_BOOT_RWSIZE=1024
481.3Sglass
491.10Sgwr# Compatability options
501.24Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
511.30Sthorpejoptions 	COMPAT_43	# and 4.3BSD and ...
521.30Sthorpejoptions 	COMPAT_10	# NetBSD 1.0
531.30Sthorpejoptions 	COMPAT_11	# NetBSD 1.1
541.30Sthorpejoptions 	COMPAT_12	# NetBSD 1.2
551.27Sgwroptions 	UCONSOLE	# Allow non-root TIOCCONS
561.3Sglass
571.4Sgwr# Sun3-specific debugging options
581.37Sgwr#options 	PMAP_DEBUG
591.3Sglass#options 	VMFAULT_TRACE
601.4Sgwr#options 	SYSCALL_DEBUG
611.25Sgwr#options 	EXEC_DEBUG
621.7Sgwroptions 	DIAGNOSTIC
631.26Sgwr#options 	SCSIDEBUG
641.3Sglass
651.35Sthorpejconfig		netbsd root on ? type ?
661.1Sglass
671.25Sgwr#
681.27Sgwr# Serial ports
691.27Sgwr#
701.38Slukemzstty0	at zsc1 channel 0	# ttya
711.38Slukemzstty1	at zsc1 channel 1	# ttyb
721.27Sgwr
731.38Slukemkbd0	at zsc0 channel 0	# keyboard
741.38Slukemms0	at zsc0 channel 1	# mouse
751.27Sgwr
761.27Sgwr#
771.25Sgwr# Network devices
781.25Sgwr#
791.16Sgwr
801.25Sgwr# Intel Ethernet (onboard, or VME)
811.31Sgwrie0 at obio0 addr   0x0C0000 level 3
821.12Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
831.4Sgwr
841.25Sgwr# Lance Ethernet (only onboard)
851.31Sgwrle0 at obio0 addr   0x120000 level 3
861.12Sgwr
871.25Sgwr#
881.25Sgwr# Disk and tape devices
891.25Sgwr#
901.25Sgwr
911.25Sgwr# Sun3 "si" SCSI controller (NCR 5380)
921.37Sgwr# This driver has several flags which may be enabled using
931.37Sgwr# the "flags" directive.  Valid flags are:
941.31Sgwr#
951.37Sgwr# 0x000ff	Set (1<<target) to disable disconnect/reselect
961.37Sgwr# 0x0ff00	Set (1<<(target+8)) to disable parity checking
971.37Sgwr# 0x10000	Set this bit to disable DMA interrupts (poll)
981.37Sgwr# 0x20000	Set this bit to disable DMA entirely (use PIO)
991.37Sgwr#
1001.37Sgwr# For example: "flags 0x1000f" would disable DMA interrupts,
1011.37Sgwr# and disable disconnect/reselect for targets 0-3
1021.31Sgwrsi0 at obio0 addr   0x140000 level 2
1031.27Sgwrsi0 at vmes0 addr 0xff200000 level 2 vect 0x40
1041.27Sgwrsi1 at vmes0 addr 0xff204000 level 2 vect 0x41
1051.25Sgwr
1061.37Sgwr# Xylogics 450/451 controllers
1071.37Sgwr# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
1081.37Sgwr# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
1091.37Sgwr# Just wire-down the units so bootdev match is easy.
1101.37Sgwr# xy0 at xyc0 drive 0
1111.37Sgwr# xy1 at xyc0 drive 1
1121.37Sgwr# xy2 at xyc1 drive 0
1131.37Sgwr# xy3 at xyc1 drive 1
1141.37Sgwr
1151.25Sgwr# Xylogics 7053 controllers
1161.25Sgwr# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
1171.25Sgwr# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
1181.37Sgwr# Just wire-down the units so bootdev match is easy.
1191.37Sgwr# xd0 at xdc0 drive 0
1201.37Sgwr# xd1 at xdc0 drive 1
1211.37Sgwr# xd2 at xdc1 drive 0
1221.37Sgwr# xd3 at xdc1 drive 1
1231.25Sgwr
1241.25Sgwr# Xylogics 472 tape controllers?
1251.25Sgwr
1261.25Sgwr#
1271.25Sgwr# Frame buffer devices
1281.25Sgwr#
1291.10Sgwr
1301.25Sgwr# The default cgfour address depends on the machine:
1311.27Sgwr# 3/60: obmem 0xFF200000 .. 0xFF9fffff
1321.25Sgwr# 3/110: different? (not tested)
1331.25Sgwrcgfour0 at obmem0 addr ?
1341.25Sgwr
1351.25Sgwr# 3/60 P4 accelerated 8-bit color frame buffer
1361.25Sgwr# cgsix0 at obmem0 addr ?
1371.25Sgwr
1381.25Sgwr# 3/60 P4 24-bit color frame buffer
1391.25Sgwr# cgeight0 at obmem0 addr ?
1401.25Sgwr
1411.25Sgwr# The default bwtwo address depends on the machine:
1421.27Sgwr# 3/50: obmem   0x100000
1431.27Sgwr# else: obmem 0xff000000
1441.25Sgwrbwtwo0 at obmem0 addr ?
1451.25Sgwr# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
1461.25Sgwr#bwtwo1 at obmem0 addr 0xff300000
1471.25Sgwr# 3/60 plug-in color frame buffer overlay plane
1481.25Sgwr#bwtwo1 at obmem0 addr 0xff400000
1491.25Sgwr
1501.25Sgwr# Sun-3 color board, or CG5 8-bit VME frame buffer.
1511.25Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
1521.25Sgwr
1531.25Sgwr# Support for the CG9 24-bit VME frame buffer.
1541.25Sgwr# cgnine0 at vmel0 addr 0x08000000
1551.25Sgwr
1561.25Sgwr#
1571.25Sgwr# SCSI infrastructure
1581.25Sgwr#
1591.7Sgwrscsibus* at scsi?
1601.14Sgwr
1611.37Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
1621.37Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
1631.37Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
1641.37Sgwrch* at scsibus? target ? lun ?		# SCSI changer devices
1651.37Sgwrss* at scsibus? target ? lun ?		# SCSI scanners
1661.37Sgwruk* at scsibus? target ? lun ?		# unknown SCSI devices
1671.24Sgwr
1681.33Spk# Memory-disk drivers
1691.38Slukempseudo-device	md		2
1701.1Sglass
1711.25Sgwr# Misc.
1721.38Slukempseudo-device	loop		1	# network loopback
1731.38Slukempseudo-device	bpfilter	8	# packet filter
1741.38Slukempseudo-device	sl		2	# CSLIP
1751.38Slukempseudo-device	ppp		2	# PPP
1761.38Slukempseudo-device	tun		2	# network tunneling over tty
1771.37Sgwr#pseudo-device	ipfilter		# ip filter
1781.17Sgwr
1791.38Slukempseudo-device	pty		64	# pseudo-terminals
1801.38Slukem#pseudo-device	vnd		4	# paging to files
1811.38Slukem#pseudo-device	ccd		4	# concatenated disks
182