11.63Smaxv# $NetBSD: FOURMEG,v 1.63 2018/08/01 20:04:14 maxv Exp $
21.1Sfredette
31.1Sfredette# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
41.1Sfredette# Supports root on: ie0, sd*, ...
51.1Sfredette
61.1Sfredetteinclude "arch/sun2/conf/std.sun2"
71.1Sfredette
81.12Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.12Satatat
101.63Smaxv#ident 		"FOURMEG-$Revision: 1.63 $"
111.41Stsutsui
121.62Smrgmakeoptions	COPTS="-Os -fno-inline-small-functions"	# optimize for size
131.1Sfredette
141.1Sfredette# Machines to be supported by this kernel
151.1Sfredette#options 	FPU_EMULATE
161.1Sfredette
171.1Sfredette# Needs to be set per system.  i.e change these as you see fit
181.1Sfredettemaxusers	4
191.1Sfredette
201.1Sfredette# Standard system options
211.62Smrg#options 	KTRACE		# system call tracing
221.1Sfredette#options 	SYSVMSG		# System V message queues
231.1Sfredette#options 	SYSVSEM		# System V semaphores
241.1Sfredette#options 	SYSVSHM		# System V shared memory
251.1Sfredette#options 	INSECURE	# disable kernel security level
261.62Smrg#options 	USERCONF	# userconf(4) support
271.10Sjdolecekoptions		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
281.18Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
291.1Sfredette
301.1Sfredette# Which kernel debugger?  Uncomment either this:
311.1Sfredette#options 	DDB
321.1Sfredette# ... or these for KGDB (gdb remote target)
331.7Slukem#makeoptions	DEBUG="-g"	# debugging symbols for gdb
341.1Sfredette#options 	KGDB
351.6Slukem#options 	KGDB_DEV=0x0C00	# ttya=0C00 ttyb=0C01
361.1Sfredette
371.1Sfredette# Other debugging options
381.1Sfredette#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
391.1Sfredette#options 	DEBUG		# kernel debugging code
401.1Sfredette#options 	DIAGNOSTIC	# extra kernel sanity checking
411.1Sfredette#options 	PMAP_DEBUG
421.1Sfredette#options 	SCSIDEBUG
431.1Sfredette#options 	SCSIVERBOSE		# Verbose SCSI errors
441.1Sfredette
451.3Swiz# Compatibility options
461.62Smrg#include 	"conf/compat_netbsd16.config"
471.2Sfredette#options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
481.8Sfredette#options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
491.56Stsutsui#options 	EXEC_AOUT	# support for a.out executables
501.1Sfredette
511.1Sfredette# Filesystem options
521.1Sfredettefile-system	FFS		# Berkeley Fast Filesystem
531.1Sfredettefile-system	NFS		# Sun NFS client support
541.1Sfredettefile-system	CD9660		# ISO 9660 + Rock Ridge file system
551.2Sfredette#file-system	FDESC		# /dev/fd/*
561.2Sfredette#file-system	KERNFS		# /kern
571.2Sfredette#file-system	NULLFS		# loopback file system
581.2Sfredette#file-system	OVERLAY		# overlay file system
591.2Sfredette#file-system	PROCFS		# /proc
601.2Sfredette#file-system	UNION		# union file system
611.2Sfredette#file-system	MFS		# memory-based filesystem
621.28Schristos#file-system	PTYFS		# /dev/pts/N support
631.1Sfredette
641.1Sfredette#options 	NFSSERVER	# nfs server support
651.47Sbouyer#options 	QUOTA		# legacy UFS quotas
661.47Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
671.48Swiz#options 	FFS_EI		# FFS Endian Independent support
681.39Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
691.30Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
701.1Sfredette
711.1Sfredette# Networking options
721.29Sisakioptions 	INET		# IP protocol stack support
731.1Sfredette#options 	INET6		# IPV6
741.1Sfredette#options 	IPSEC		# IP security
751.1Sfredette#options 	IPSEC_DEBUG	# debug for IP security
761.1Sfredette#options 	GATEWAY		# IP packet forwarding
771.5Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
781.1Sfredette
791.1Sfredette# Work-around for root on slow servers (insurance...)
801.1Sfredetteoptions 	NFS_BOOT_RWSIZE=1024
811.1Sfredetteoptions 	NFS_BOOT_BOOTPARAM
821.1Sfredette
831.1Sfredetteconfig		netbsd root on ? type ?
841.1Sfredette
851.1Sfredette#### Main bus.
861.1Sfredettemainbus0 at root
871.1Sfredette
881.1Sfredette#### Bus types.
891.1Sfredette
901.1Sfredetteobio0	at mainbus? 		# all Sun-2
911.1Sfredetteobmem0	at mainbus?		# all Sun-2
921.1Sfredettembmem0	at mainbus?		# 2/120, 2/170
931.1Sfredettembio0	at mainbus?		# 2/120, 2/170
941.4Sfredettesun68kvme0	at mainbus?	# 2/50, 2/130, 2/160
951.4Sfredettevme0	at sun68kvme0		# mi VME attachment
961.1Sfredette
971.1Sfredette#### Standard system devices.
981.1Sfredette
991.1Sfredette## The AM9513 clock chip.
1001.7Slukemclock0	at obio0 addr 0x002800	# 2/120, 2/170
1011.7Slukemclock0	at obio0 addr 0x7f2800	# 2/50, 2/130, 2/160
1021.1Sfredette
1031.1Sfredette## The MM58167 time-of-day chip.
1041.7Slukemtod0	at obio0 addr 0x003800	# 2/120, 2/170
1051.4Sfredettetod0	at vme0 addr 0x200800	# 2/50, 2/130, 2/160
1061.1Sfredette
1071.1Sfredette#### Serial port configuration.
1081.1Sfredette
1091.4Sfredette## Zilog 8530 serial chips.  Each has two channels.
1101.1Sfredette## zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
1111.4Sfredette## zs0 is REQUIRED to use KGDB.
1121.1Sfredettezs0	at obio0 addr 0x002000	# 2/120, 2/170
1131.4Sfredettezs0	at obio0 addr 0x7f2000	# 2/50
1141.1Sfredettezs1	at obmem0 addr 0x780000	# 2/120, 2/170
1151.4Sfredettezs1	at obio0 addr 0x7f1800	# 2/50
1161.2Sfredettezs2	at mbmem0 addr 0x080800	# 2/120, 2/170 (first sc SCSI)
1171.2Sfredettezs3	at mbmem0 addr 0x081000	# 2/120, 2/170 (first sc SCSI)
1181.2Sfredettezs4	at mbmem0 addr 0x084800	# 2/120, 2/170 (second sc SCSI)
1191.2Sfredettezs5	at mbmem0 addr 0x085000	# 2/120, 2/170 (second sc SCSI)
1201.4Sfredettezstty*	at zs? channel ?	# ttya
1211.4Sfredettekbd0	at zstty?		# keyboard
1221.4Sfredettems0	at zstty?		# mouse
1231.1Sfredette
1241.1Sfredette#### Disk controllers and disks.
1251.1Sfredette
1261.1Sfredette## PAL+logic-based "Sun SCSI 2" Multibus/VME SCSI controller.
1271.1Sfredette## This driver has several flags which may be enabled using
1281.1Sfredette## the "flags" directive.  Valid flags are:
1291.1Sfredette##
1301.1Sfredette## 0x0ff		Set (1<<target) to disable parity checking
1311.1Sfredette## 0x100		Set this bit to disable DMA interrupts (poll)
1321.1Sfredette## 0x200		Set this bit to disable DMA entirely (use PIO)
1331.1Sfredette##
1341.1Sfredette## For example: "flags 0x10f" would disable DMA interrupts,
1351.1Sfredette## and disable parity for targets 0-3
1361.1Sfredette
1371.1Sfredettesc0	at mbmem0 addr 0x80000 ipl 2 flags 0xff
1381.7Slukemsc0	at vme0 addr 0x200000 irq 2 vect 0x40 flags 0xff
1391.1Sfredettesc1	at mbmem0 addr 0x84000 ipl 2 flags 0xff
1401.1Sfredette
1411.1Sfredette## NCR5380-based "Sun SCSI 3" VME SCSI controller.
1421.1Sfredette## This driver has several flags which may be enabled by OR'ing
1431.1Sfredette## the values and using the "flags" directive.
1441.1Sfredette## Valid flags are:
1451.1Sfredette##
1461.1Sfredette##	0x01		Use DMA (may be polled)
1471.1Sfredette##	0x02		Use DMA completion interrupts
1481.1Sfredette##	0x04		Allow disconnect/reselect
1491.1Sfredette##
1501.1Sfredette## E.g. the following would enable DMA, interrupts, and reselect:
1511.1Sfredette## si0	at vme0 addr 0x200000 ipl 3 vect 0x40 flags 0x07
1521.1Sfredette##
1531.1Sfredette## By default, DMA is enabled in the driver.
1541.1Sfredette
1551.4Sfredettesi0	at vme0 addr 0x200000 irq 2 vect 0x40
1561.1Sfredette
1571.1Sfredette## These entries find devices on all SCSI busses and assign
1581.1Sfredette## unit numbers dynamically.
1591.1Sfredettescsibus* at sc?
1601.4Sfredettescsibus* at si?
1611.1Sfredettesd*	at scsibus? target ? lun ?		# SCSI disks
1621.1Sfredettest*	at scsibus? target ? lun ?		# SCSI tapes
1631.1Sfredettecd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
1641.1Sfredette#ch*	at scsibus? target ? lun ?		# SCSI changer devices
1651.1Sfredette#ss*	at scsibus? target ? lun ?		# SCSI scanners
1661.1Sfredette#ses*	at scsibus? target ? lun ?		# SCSI SES/SAF-TE
1671.1Sfredette#uk*	at scsibus? target ? lun ?		# unknown SCSI
1681.9Sfredette
1691.9Sfredette# support old SCSI devices that don't understand the INQUIRY command
1701.9Sfredetteoptions 	SCSI_OLD_NOINQUIRY
1711.1Sfredette
1721.1Sfredette## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
1731.7Slukem#xyc0	at mbio0 addr 0xee40 ipl 2
1741.56Stsutsui#xyc0	at vme0 addr 0xee40 irq 2 vect 0x48
1751.7Slukem#xyc1	at mbio0 addr 0xee48 ipl 2
1761.56Stsutsui#xyc1	at vme0 addr 0xee48 irq 2 vect 0x49
1771.56Stsutsui#xy*	at xyc? drive ?
1781.1Sfredette
1791.1Sfredette## Memory-disk device.
1801.46Shannkenpseudo-device	md		
1811.1Sfredette
1821.1Sfredette#### Network interfaces.
1831.1Sfredette
1841.1Sfredette## Intel Ethernet (onboard, or Multibus/VME)
1851.4Sfredetteie0	at obio0 addr 0x7f0800 ipl 3		# 2/50
1861.1Sfredetteie0	at mbmem0 addr 0x88000 ipl 3
1871.4Sfredetteie1	at mbmem0 addr 0x8c000 ipl 3
1881.4Sfredette## VME: the first [addr,len] pair specifies the device registers;
1891.4Sfredette##	the second pair specifies the on-board memory buffer
1901.4Sfredetteie1	at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75
1911.4Sfredette
1921.4Sfredette## 3Com Ethernet (Multibus only)
1931.4Sfredetteec0	at mbmem0 addr 0xe0000 ipl 3
1941.4Sfredetteec1	at mbmem0 addr 0xe2000 ipl 3
1951.38Stsutsui# limit NFS R/W size for poor ec(4) interfaces
1961.38Stsutsuioptions 	NFS_RSIZE=1024,NFS_WSIZE=1024
1971.1Sfredette
1981.1Sfredette## Frame buffers.
1991.1Sfredette
2001.1Sfredette## Sun "bwtwo" black and white framebuffer.
2011.7Slukembwtwo0	at obmem0 addr 0x700000	# 2/120, 2/170
2021.4Sfredettebwtwo0	at obio0 addr 0x0	# 2/50
2031.4Sfredette
2041.4Sfredette## PROM console driver -- if all else fails
2051.4Sfredettepcons0	at mainbus0			# PROM console
2061.1Sfredette
2071.1Sfredette#### Miscellaneous.
2081.52Schristospseudo-device	loop			# network loopback
2091.32Srpaulo#pseudo-device	bpfilter		# packet filter
2101.33Scube#pseudo-device	sl			# CSLIP
2111.33Scube#pseudo-device	ppp			# PPP
2121.33Scube#pseudo-device	tun			# network tunneling over tty
2131.33Scube#pseudo-device	gre			# generic L3 over IP tunnel
2141.63Smaxv#pseudo-device	npf			# NPF packet filter
2151.33Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2161.33Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2171.33Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2181.1Sfredette
2191.36Stsutsuipseudo-device	pty			# pseudo-terminals
2201.33Scube#pseudo-device	vnd			# paging to files
2211.52Schristos#pseudo-device	ccd			# concatenated disks
2221.53Schristos#pseudo-device	raid			# RAIDframe disk driver
2231.1Sfredette#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2241.45Spooka#pseudo-device	fss			# file system snapshot device
2251.13Slukempseudo-device	clockctl		# user control of clock subsystem
2261.62Smrg
2271.62Smrgno options AIO
2281.62Smrgno options BUFQ_FCFS
2291.62Smrgno options RFC2292
2301.62Smrgno options MQUEUE
231