GENERIC revision 1.158
11.158Sdholland# $NetBSD: GENERIC,v 1.158 2011/12/18 05:49:33 dholland 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.158Sdholland#ident		"GENERIC-$Revision: 1.158 $"
291.143Stsutsui
301.143Stsutsuimakeoptions	COPTS="-Os"		# bootloader has size limit (~2MB)
311.1Sglass
321.50Sgwr# Machines to be supported by this kernel
331.15Sgwroptions 	FPU_EMULATE
341.21Sgwroptions 	HAVECACHE		# Sun3/260 VAC
351.3Sglass
361.4Sgwr# Needs to be set per system.  i.e change these as you see fit
371.3Sglassmaxusers	4
381.23Sgwr
391.4Sgwr# Standard system options
401.41Sgwroptions 	KTRACE		# system call tracing
411.41Sgwroptions 	SYSVMSG		# System V message queues
421.41Sgwroptions 	SYSVSEM		# System V semaphores
431.41Sgwroptions 	SYSVSHM		# System V shared memory
441.106Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
451.152Stsutsui
461.154Stsutsui#options 	MODULAR		# new style module(7) framework
471.152Stsutsui
481.41Sgwr#options 	INSECURE	# disable kernel security level
491.143Stsutsui#options 	USERCONF	# userconf(4) support
501.139Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
511.107Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
521.96Sjunyoung
531.97Swiz# Enable experimental buffer queue strategy for better responsiveness under 
541.96Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
551.115Stsutsui#options 	BUFQ_READPRIO
561.115Stsutsui#options 	BUFQ_PRIOCSCAN
571.30Sthorpej
581.41Sgwr# Which kernel debugger?  Uncomment either this:
591.30Sthorpejoptions 	DDB
601.36Sgwr# ... or these for KGDB (gdb remote target)
611.84Slukem#makeoptions	DEBUG="-g"	# debugging symbols for gdb
621.30Sthorpej#options 	KGDB
631.83Slukem#options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
641.41Sgwr
651.41Sgwr# Other debugging options
661.151Schsoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
671.41Sgwr#options 	DEBUG		# kernel debugging code
681.41Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
691.41Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
701.41Sgwr#options 	PMAP_DEBUG
711.41Sgwr#options 	SCSIDEBUG
721.40Smjacob#options 	SCSIVERBOSE		# Verbose SCSI errors
731.1Sglass
741.78Swiz# Compatibility options
751.41Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
761.57Skleink#options 	COMPAT_SVR4	# can run SVR4 executables
771.41Sgwroptions 	COMPAT_43	# and 4.3BSD and ...
781.41Sgwroptions 	COMPAT_10	# NetBSD 1.0
791.41Sgwroptions 	COMPAT_11	# NetBSD 1.1
801.41Sgwroptions 	COMPAT_12	# NetBSD 1.2
811.45Skleinkoptions 	COMPAT_13	# NetBSD 1.3
821.59Saugustssoptions 	COMPAT_14	# NetBSD 1.4
831.136Smanuoptions 	COMPAT_15	# NetBSD 1.5
841.101Scloptions 	COMPAT_16	# NetBSD 1.6
851.110Stsutsuioptions 	COMPAT_20	# NetBSD 2.0
861.139Stsutsuioptions 	COMPAT_30	# NetBSD 3.0
871.148Stsutsuioptions 	COMPAT_40	# NetBSD 4.0
881.148Stsutsuioptions 	COMPAT_50	# NetBSD 5.0 compatibility.
891.77Schsoptions 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
901.56Sitohy#options 	COMPAT_LINUX	# can run Linux/m68k executables
911.77Schsoptions 	EXEC_AOUT	# support for a.out executables
921.80Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
931.139Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
941.41Sgwr
951.4Sgwr# Filesystem options
961.41Sgwrfile-system	FFS		# Berkeley Fast Filesystem
971.41Sgwrfile-system	NFS		# Sun NFS client support
981.38Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
991.38Slukemfile-system	FDESC		# /dev/fd/*
1001.38Slukemfile-system	KERNFS		# /kern
1011.38Slukemfile-system	NULLFS		# loopback file system
1021.143Stsutsui#file-system	OVERLAY		# overlay file system
1031.38Slukemfile-system	PROCFS		# /proc
1041.143Stsutsui#file-system	UNION		# union file system
1051.38Slukemfile-system	MFS		# memory-based filesystem
1061.122Schristosfile-system	PTYFS		# /dev/pts/N support
1071.150Schsfile-system	TMPFS		# Efficient memory file-system
1081.128Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1091.35Sthorpej
1101.30Sthorpejoptions 	NFSSERVER	# nfs server support
1111.155Sbouyer#options 	QUOTA		# legacy UFS quotas
1121.155Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
1131.156Swiz#options 	FFS_EI		# FFS Endian Independent support
1141.158Sdhollandoptions 	WAPBL		# File system journaling support
1151.139Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1161.143Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1171.61Sitojun
1181.4Sgwr# Networking options
1191.123Sisakioptions 	INET		# IP protocol stack support
1201.61Sitojunoptions 	INET6		# IPV6
1211.61Sitojun#options 	IPSEC		# IP security
1221.61Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1231.117Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1241.61Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1251.38Slukem#options 	GATEWAY		# IP packet forwarding
1261.41Sgwr#options 	ISO,TPIP	# OSI networking
1271.41Sgwr#options 	EON		# OSI tunneling over IP
1281.58Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks.
1291.80Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1301.41Sgwr
1311.105Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1321.105Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1331.105Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1341.105Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1351.105Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1361.105Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1371.105Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1381.105Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1391.105Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1401.105Sabs#options 	ALTQ_RED	# Random Early Detection
1411.105Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1421.105Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1431.105Sabs
1441.41Sgwr# Work-around for root on slow servers (insurance...)
1451.12Sgwroptions 	NFS_BOOT_RWSIZE=1024
1461.48Sgwroptions 	NFS_BOOT_BOOTPARAM
1471.3Sglass
1481.35Sthorpejconfig		netbsd root on ? type ?
1491.1Sglass
1501.49Sgwr# On-board I/O space (required)
1511.49Sgwrinclude "arch/sun3/conf/obio.sun3"
1521.49Sgwr
1531.49Sgwr# On-board memory (optional)
1541.49Sgwr# See frame-buffers
1551.49Sgwrobmem0 at mainbus?
1561.49Sgwr
1571.49Sgwr# VME bus support (optional)
1581.49Sgwr# One unit for each address space
1591.49Sgwrvme0 at mainbus? # A16/D16
1601.49Sgwrvme1 at mainbus? # A16/D32
1611.49Sgwrvme2 at mainbus? # A24/D16
1621.49Sgwrvme3 at mainbus? # A24/D32
1631.49Sgwrvme4 at mainbus? # A32/D16
1641.49Sgwrvme5 at mainbus? # A32/D32
1651.49Sgwr
1661.25Sgwr#
1671.27Sgwr# Serial ports
1681.27Sgwr#
1691.38Slukemzstty0	at zsc1 channel 0	# ttya
1701.38Slukemzstty1	at zsc1 channel 1	# ttyb
1711.27Sgwr
1721.38Slukemkbd0	at zsc0 channel 0	# keyboard
1731.38Slukemms0	at zsc0 channel 1	# mouse
1741.27Sgwr
1751.27Sgwr#
1761.25Sgwr# Network devices
1771.25Sgwr#
1781.16Sgwr
1791.25Sgwr# Intel Ethernet (onboard, or VME)
1801.49Sgwrie0 at obio0 addr 0x0C0000 ipl 3
1811.84Slukemie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
1821.4Sgwr
1831.25Sgwr# Lance Ethernet (only onboard)
1841.49Sgwrle0 at obio0 addr 0x120000 ipl 3
1851.49Sgwr
1861.49Sgwr# All Sun3 machines with an "le" (3/50, 3/60) should be
1871.49Sgwr# presumed to have the old, buggy LANCE chip. (Rev. C)
1881.49Sgwroptions 	LANCE_REVC_BUG
1891.12Sgwr
1901.25Sgwr#
1911.25Sgwr# Disk and tape devices
1921.25Sgwr#
1931.25Sgwr
1941.25Sgwr# Sun3 "si" SCSI controller (NCR 5380)
1951.37Sgwr# This driver has several flags which may be enabled using
1961.37Sgwr# the "flags" directive.  Valid flags are:
1971.31Sgwr#
1981.37Sgwr# 0x000ff	Set (1<<target) to disable disconnect/reselect
1991.37Sgwr# 0x0ff00	Set (1<<(target+8)) to disable parity checking
2001.37Sgwr# 0x10000	Set this bit to disable DMA interrupts (poll)
2011.37Sgwr# 0x20000	Set this bit to disable DMA entirely (use PIO)
2021.37Sgwr#
2031.37Sgwr# For example: "flags 0x1000f" would disable DMA interrupts,
2041.37Sgwr# and disable disconnect/reselect for targets 0-3
2051.49Sgwrsi0 at obio0 addr 0x140000 ipl 2
2061.84Slukemsi0 at vme2 addr 0x200000 ipl 2 vect 0x40
2071.84Slukemsi1 at vme2 addr 0x204000 ipl 2 vect 0x41
2081.49Sgwr
2091.49Sgwr# Xylogics 450/451 controllers (VME A16/D16)
2101.49Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
2111.49Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
2121.41Sgwrxy* at xyc? drive ?
2131.37Sgwr
2141.49Sgwr# Xylogics 7053 controllers (VME A16/D32)
2151.49Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
2161.49Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
2171.41Sgwrxd* at xdc? drive ?
2181.25Sgwr
2191.25Sgwr# Xylogics 472 tape controllers?
2201.25Sgwr
2211.49Sgwr# Sun3/E SCSI+Ethernet board (VME A24/D16)
2221.49Sgwr# Note: the board uses vect and vect+1
2231.49Sgwrsebuf0 at vme2 addr 0x300000 ipl 2 vect 0x74 # and 0x75
2241.49Sgwrsebuf1 at vme2 addr 0x340000 ipl 2 vect 0x76 # and 0x77
2251.46Sgwrsi* at sebuf?
2261.46Sgwrie* at sebuf?
2271.46Sgwr
2281.46Sgwr#
2291.25Sgwr# Frame buffer devices
2301.25Sgwr#
2311.10Sgwr
2321.50Sgwrinclude "arch/sun3/conf/bw2.sun3"
2331.50Sgwrinclude "arch/sun3/conf/cg4.sun3"
2341.25Sgwr
2351.25Sgwr# 3/60 P4 accelerated 8-bit color frame buffer
2361.50Sgwr# cgsix0 at obmem0 addr 0xff000000
2371.25Sgwr
2381.25Sgwr# 3/60 P4 24-bit color frame buffer
2391.50Sgwr# cgeight0 at obmem0 addr 0xff300000
2401.25Sgwr
2411.49Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16).
2421.49Sgwrcgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8
2431.25Sgwr
2441.49Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32).
2451.49Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA
2461.25Sgwr
2471.25Sgwr#
2481.25Sgwr# SCSI infrastructure
2491.25Sgwr#
2501.7Sgwrscsibus* at scsi?
2511.14Sgwr
2521.37Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
2531.37Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
2541.37Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
2551.143Stsutsui#ch* at scsibus? target ? lun ?		# SCSI changer devices
2561.143Stsutsui#ss* at scsibus? target ? lun ?		# SCSI scanners
2571.37Sgwruk* at scsibus? target ? lun ?		# unknown SCSI devices
2581.24Sgwr
2591.145Stls#
2601.145Stls# accept filters
2611.145Stlspseudo-device   accf_data		# "dataready" accept filter
2621.145Stlspseudo-device   accf_http		# "httpready" accept filter
2631.145Stls
2641.33Spk# Memory-disk drivers
2651.153Shannkenpseudo-device	md		
2661.1Sglass
2671.25Sgwr# Misc.
2681.38Slukempseudo-device	loop		1	# network loopback
2691.129Srpaulopseudo-device	bpfilter		# packet filter
2701.132Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
2711.130Scubepseudo-device	sl			# CSLIP
2721.130Scubepseudo-device	ppp			# PPP
2731.143Stsutsui#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2741.143Stsutsui#pseudo-device	tun			# network tunneling over tty
2751.143Stsutsui#pseudo-device	tap			# virtual Ethernet
2761.130Scube#pseudo-device	gre			# generic L3 over IP tunnel
2771.37Sgwr#pseudo-device	ipfilter		# ip filter
2781.143Stsutsui#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2791.130Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2801.143Stsutsui#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2811.75Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2821.143Stsutsui#pseudo-device	bridge			# simple inter-network bridging
2831.125Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2841.143Stsutsui#pseudo-device	agr			# IEEE 802.3ad link aggregation
2851.17Sgwr
2861.73Sjdolecekpseudo-device	pty			# pseudo-terminals
2871.130Scubepseudo-device	vnd			# paging to files
2881.118Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
2891.38Slukem#pseudo-device	ccd		4	# concatenated disks
2901.95Selric#pseudo-device	cgd		4	# cryptographic disk devices
2911.54Soster#pseudo-device	raid		4	# RAIDframe disk driver
2921.65Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2931.88Soster# Options to enable various other RAIDframe RAID types.
2941.139Stsutsui#options 	RF_INCLUDE_EVENODD=1
2951.139Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
2961.139Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
2971.139Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
2981.139Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
2991.139Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3001.139Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3011.149Spooka#pseudo-device	fss			# file system snapshot device
3021.92Slukempseudo-device	clockctl		# user control of clock subsystem
3031.100Sraggepseudo-device	ksyms			# /dev/ksyms
3041.104Sitojun#pseudo-device	pf			# PF packet filter
3051.104Sitojun#pseudo-device	pflog			# PF log if
3061.127Selad
3071.127Selad# Veriexec
3081.127Selad#
3091.127Selad# a pseudo device needed for veriexec
3101.127Selad#pseudo-device	veriexec		1
3111.127Selad#
3121.127Selad# Uncomment the fingerprint methods below that are desired. Note that
3131.127Selad# removing fingerprint methods will have almost no impact on the kernel
3141.127Selad# code size.
3151.127Selad#
3161.127Selad#options VERIFIED_EXEC_FP_RMD160
3171.127Selad#options VERIFIED_EXEC_FP_SHA256
3181.127Selad#options VERIFIED_EXEC_FP_SHA384
3191.127Selad#options VERIFIED_EXEC_FP_SHA512
3201.127Selad#options VERIFIED_EXEC_FP_SHA1
3211.127Selad#options VERIFIED_EXEC_FP_MD5
322