GENERIC revision 1.117
11.117Stron# $NetBSD: GENERIC,v 1.117 2005/07/07 17:05:58 tron Exp $
21.86Sgmcgarry#
31.86Sgmcgarry# GENERIC machine description file
41.86Sgmcgarry# 
51.86Sgmcgarry# This machine description file is used to generate the default NetBSD
61.86Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.86Sgmcgarry# and device drivers, but should be useful for most applications.
81.86Sgmcgarry#
91.86Sgmcgarry# The machine description file can be customised for your specific
101.86Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.86Sgmcgarry#
121.86Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.86Sgmcgarry# man page.
141.86Sgmcgarry#
151.86Sgmcgarry# For further information on hardware support for this architecture, see
161.86Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.86Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.86Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.86Sgmcgarry# device.
201.9Sgwr
211.86Sgmcgarry# Supports Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
221.21Sgwr# Supports root on: ie0, le0, sd*, ...
231.1Sglass
241.86Sgmcgarryinclude 	"arch/sun3/conf/std.sun3"
251.63Shubertf
261.91Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
271.91Satatat
281.117Stron#ident 		"GENERIC-$Revision: 1.117 $"
291.1Sglass
301.50Sgwr# Machines to be supported by this kernel
311.15Sgwroptions 	FPU_EMULATE
321.21Sgwroptions 	HAVECACHE		# Sun3/260 VAC
331.3Sglass
341.4Sgwr# Needs to be set per system.  i.e change these as you see fit
351.3Sglassmaxusers	4
361.23Sgwr
371.4Sgwr# Standard system options
381.41Sgwroptions 	KTRACE		# system call tracing
391.94Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
401.41Sgwroptions 	SYSVMSG		# System V message queues
411.41Sgwroptions 	SYSVSEM		# System V semaphores
421.84Slukem#options 	SEMMNI=10	# number of semaphore identifiers
431.84Slukem#options 	SEMMNS=60	# number of semaphores in system
441.84Slukem#options 	SEMUME=10	# max number of undo entries per process
451.84Slukem#options 	SEMMNU=30	# number of undo structures in system
461.41Sgwroptions 	SYSVSHM		# System V shared memory
471.41Sgwr#options 	SHMMAXPGS=1024	# 1024 pages is the default
481.106Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
491.52Sfairoptions 	LKM		# loadable kernel modules
501.41Sgwr#options 	INSECURE	# disable kernel security level
511.93Slukemoptions 	USERCONF	# userconf(4) support
521.89Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
531.107Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
541.96Sjunyoung
551.97Swiz# Enable experimental buffer queue strategy for better responsiveness under 
561.96Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
571.115Stsutsui#options 	BUFQ_READPRIO
581.115Stsutsui#options 	BUFQ_PRIOCSCAN
591.30Sthorpej
601.41Sgwr# Which kernel debugger?  Uncomment either this:
611.30Sthorpejoptions 	DDB
621.36Sgwr# ... or these for KGDB (gdb remote target)
631.84Slukem#makeoptions	DEBUG="-g"	# debugging symbols for gdb
641.30Sthorpej#options 	KGDB
651.83Slukem#options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
661.41Sgwr
671.41Sgwr# Other debugging options
681.43Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
691.41Sgwr#options 	DEBUG		# kernel debugging code
701.41Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
711.41Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
721.41Sgwr#options 	PMAP_DEBUG
731.41Sgwr#options 	SCSIDEBUG
741.40Smjacob#options 	SCSIVERBOSE		# Verbose SCSI errors
751.1Sglass
761.78Swiz# Compatibility options
771.41Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
781.57Skleink#options 	COMPAT_SVR4	# can run SVR4 executables
791.41Sgwroptions 	COMPAT_43	# and 4.3BSD and ...
801.41Sgwroptions 	COMPAT_10	# NetBSD 1.0
811.41Sgwroptions 	COMPAT_11	# NetBSD 1.1
821.41Sgwroptions 	COMPAT_12	# NetBSD 1.2
831.45Skleinkoptions 	COMPAT_13	# NetBSD 1.3
841.59Saugustssoptions 	COMPAT_14	# NetBSD 1.4
851.101Scloptions 	COMPAT_16	# NetBSD 1.6
861.110Stsutsuioptions 	COMPAT_20	# NetBSD 2.0
871.77Schsoptions 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
881.56Sitohy#options 	COMPAT_LINUX	# can run Linux/m68k executables
891.77Schsoptions 	EXEC_AOUT	# support for a.out executables
901.80Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
911.108Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
921.41Sgwr
931.4Sgwr# Filesystem options
941.41Sgwrfile-system	FFS		# Berkeley Fast Filesystem
951.41Sgwrfile-system	NFS		# Sun NFS client support
961.38Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
971.38Slukemfile-system	FDESC		# /dev/fd/*
981.38Slukemfile-system	KERNFS		# /kern
991.38Slukemfile-system	NULLFS		# loopback file system
1001.62Swrstudenfile-system 	OVERLAY		# overlay file system
1011.38Slukemfile-system	PROCFS		# /proc
1021.38Slukemfile-system	UNION		# union file system
1031.38Slukemfile-system	MFS		# memory-based filesystem
1041.116Srpaulo#file-system	PTYFS		# experimental - /dev/ptm support
1051.35Sthorpej
1061.30Sthorpejoptions 	NFSSERVER	# nfs server support
1071.41Sgwroptions 	QUOTA		# FFS quotas
1081.51Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1091.84Slukemoptions 	SOFTDEP		# FFS soft updates support.
1101.111Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1111.114Sdsl#options 	FFS_NO_SNAPSHOT	# ffs snapshots
1121.61Sitojun
1131.4Sgwr# Networking options
1141.30Sthorpejoptions 	INET		# IP prototol stack support
1151.61Sitojunoptions 	INET6		# IPV6
1161.61Sitojun#options 	IPSEC		# IP security
1171.61Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1181.117Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1191.61Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1201.38Slukem#options 	GATEWAY		# IP packet forwarding
1211.41Sgwr#options 	ISO,TPIP	# OSI networking
1221.41Sgwr#options 	EON		# OSI tunneling over IP
1231.41Sgwr#options 	CCITT,LLC,HDLC	# X.25
1241.58Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks.
1251.80Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.41Sgwr
1271.105Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1281.105Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1291.105Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1301.105Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1311.105Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1321.105Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1331.105Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1341.105Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1351.105Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1361.105Sabs#options 	ALTQ_RED	# Random Early Detection
1371.105Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1381.105Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1391.105Sabs
1401.41Sgwr# Work-around for root on slow servers (insurance...)
1411.12Sgwroptions 	NFS_BOOT_RWSIZE=1024
1421.48Sgwroptions 	NFS_BOOT_BOOTPARAM
1431.3Sglass
1441.35Sthorpejconfig		netbsd root on ? type ?
1451.1Sglass
1461.49Sgwr# On-board I/O space (required)
1471.49Sgwrinclude "arch/sun3/conf/obio.sun3"
1481.49Sgwr
1491.49Sgwr# On-board memory (optional)
1501.49Sgwr# See frame-buffers
1511.49Sgwrobmem0 at mainbus?
1521.49Sgwr
1531.49Sgwr# VME bus support (optional)
1541.49Sgwr# One unit for each address space
1551.49Sgwrvme0 at mainbus? # A16/D16
1561.49Sgwrvme1 at mainbus? # A16/D32
1571.49Sgwrvme2 at mainbus? # A24/D16
1581.49Sgwrvme3 at mainbus? # A24/D32
1591.49Sgwrvme4 at mainbus? # A32/D16
1601.49Sgwrvme5 at mainbus? # A32/D32
1611.49Sgwr
1621.25Sgwr#
1631.27Sgwr# Serial ports
1641.27Sgwr#
1651.38Slukemzstty0	at zsc1 channel 0	# ttya
1661.38Slukemzstty1	at zsc1 channel 1	# ttyb
1671.27Sgwr
1681.38Slukemkbd0	at zsc0 channel 0	# keyboard
1691.38Slukemms0	at zsc0 channel 1	# mouse
1701.27Sgwr
1711.27Sgwr#
1721.25Sgwr# Network devices
1731.25Sgwr#
1741.16Sgwr
1751.25Sgwr# Intel Ethernet (onboard, or VME)
1761.49Sgwrie0 at obio0 addr 0x0C0000 ipl 3
1771.84Slukemie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
1781.4Sgwr
1791.25Sgwr# Lance Ethernet (only onboard)
1801.49Sgwrle0 at obio0 addr 0x120000 ipl 3
1811.49Sgwr
1821.49Sgwr# All Sun3 machines with an "le" (3/50, 3/60) should be
1831.49Sgwr# presumed to have the old, buggy LANCE chip. (Rev. C)
1841.49Sgwroptions 	LANCE_REVC_BUG
1851.12Sgwr
1861.25Sgwr#
1871.25Sgwr# Disk and tape devices
1881.25Sgwr#
1891.25Sgwr
1901.25Sgwr# Sun3 "si" SCSI controller (NCR 5380)
1911.37Sgwr# This driver has several flags which may be enabled using
1921.37Sgwr# the "flags" directive.  Valid flags are:
1931.31Sgwr#
1941.37Sgwr# 0x000ff	Set (1<<target) to disable disconnect/reselect
1951.37Sgwr# 0x0ff00	Set (1<<(target+8)) to disable parity checking
1961.37Sgwr# 0x10000	Set this bit to disable DMA interrupts (poll)
1971.37Sgwr# 0x20000	Set this bit to disable DMA entirely (use PIO)
1981.37Sgwr#
1991.37Sgwr# For example: "flags 0x1000f" would disable DMA interrupts,
2001.37Sgwr# and disable disconnect/reselect for targets 0-3
2011.49Sgwrsi0 at obio0 addr 0x140000 ipl 2
2021.84Slukemsi0 at vme2 addr 0x200000 ipl 2 vect 0x40
2031.84Slukemsi1 at vme2 addr 0x204000 ipl 2 vect 0x41
2041.49Sgwr
2051.49Sgwr# Xylogics 450/451 controllers (VME A16/D16)
2061.49Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
2071.49Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
2081.41Sgwrxy* at xyc? drive ?
2091.37Sgwr
2101.49Sgwr# Xylogics 7053 controllers (VME A16/D32)
2111.49Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
2121.49Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
2131.41Sgwrxd* at xdc? drive ?
2141.25Sgwr
2151.25Sgwr# Xylogics 472 tape controllers?
2161.25Sgwr
2171.49Sgwr# Sun3/E SCSI+Ethernet board (VME A24/D16)
2181.49Sgwr# Note: the board uses vect and vect+1
2191.49Sgwrsebuf0 at vme2 addr 0x300000 ipl 2 vect 0x74 # and 0x75
2201.49Sgwrsebuf1 at vme2 addr 0x340000 ipl 2 vect 0x76 # and 0x77
2211.46Sgwrsi* at sebuf?
2221.46Sgwrie* at sebuf?
2231.46Sgwr
2241.46Sgwr#
2251.25Sgwr# Frame buffer devices
2261.25Sgwr#
2271.10Sgwr
2281.50Sgwrinclude "arch/sun3/conf/bw2.sun3"
2291.50Sgwrinclude "arch/sun3/conf/cg4.sun3"
2301.25Sgwr
2311.25Sgwr# 3/60 P4 accelerated 8-bit color frame buffer
2321.50Sgwr# cgsix0 at obmem0 addr 0xff000000
2331.25Sgwr
2341.25Sgwr# 3/60 P4 24-bit color frame buffer
2351.50Sgwr# cgeight0 at obmem0 addr 0xff300000
2361.25Sgwr
2371.49Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16).
2381.49Sgwrcgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8
2391.25Sgwr
2401.49Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32).
2411.49Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA
2421.25Sgwr
2431.25Sgwr#
2441.25Sgwr# SCSI infrastructure
2451.25Sgwr#
2461.7Sgwrscsibus* at scsi?
2471.14Sgwr
2481.37Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
2491.37Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
2501.37Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
2511.37Sgwrch* at scsibus? target ? lun ?		# SCSI changer devices
2521.37Sgwrss* at scsibus? target ? lun ?		# SCSI scanners
2531.37Sgwruk* at scsibus? target ? lun ?		# unknown SCSI devices
2541.24Sgwr
2551.33Spk# Memory-disk drivers
2561.38Slukempseudo-device	md		2
2571.1Sglass
2581.25Sgwr# Misc.
2591.38Slukempseudo-device	loop		1	# network loopback
2601.38Slukempseudo-device	bpfilter	8	# packet filter
2611.38Slukempseudo-device	sl		2	# CSLIP
2621.38Slukempseudo-device	ppp		2	# PPP
2631.87Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2641.38Slukempseudo-device	tun		2	# network tunneling over tty
2651.109Scubepseudo-device	tap			# virtual Ethernet
2661.55Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
2671.37Sgwr#pseudo-device	ipfilter		# ip filter
2681.61Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2691.61Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2701.66Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2711.75Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2721.85Satatatpseudo-device	bridge			# simple inter-network bridging
2731.98Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2741.74Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
2751.17Sgwr
2761.73Sjdolecekpseudo-device	pty			# pseudo-terminals
2771.67Stsutsuipseudo-device	vnd		4	# paging to files
2781.38Slukem#pseudo-device	ccd		4	# concatenated disks
2791.95Selric#pseudo-device	cgd		4	# cryptographic disk devices
2801.54Soster#pseudo-device	raid		4	# RAIDframe disk driver
2811.65Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2821.88Soster# Options to enable various other RAIDframe RAID types.
2831.88Soster# options	RF_INCLUDE_EVENODD=1
2841.88Soster# options	RF_INCLUDE_RAID5_RS=1
2851.88Soster# options	RF_INCLUDE_PARITYLOGGING=1
2861.88Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
2871.88Soster# options	RF_INCLUDE_INTERDECLUSTER=1
2881.88Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2891.88Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2901.112Shannkenpseudo-device	fss		4	# file system snapshot device
2911.92Slukempseudo-device	clockctl		# user control of clock subsystem
2921.100Sraggepseudo-device	ksyms			# /dev/ksyms
2931.104Sitojun#pseudo-device	pf			# PF packet filter
2941.104Sitojun#pseudo-device	pflog			# PF log if
295