GENERIC revision 1.52
11.52Slukem# 	$NetBSD: GENERIC,v 1.52 1997/11/17 01:58:27 lukem Exp $
21.1Sderaadt
31.32Smrginclude "arch/sparc/conf/std.sparc"
41.45Spk
51.45Spkmaxusers	32
61.32Smrg
71.24Sthorpej# Options for variants of the Sun SPARC architecure.
81.24Sthorpej# At least one is required.
91.43Slukemoptions 	SUN4		# sun4/100, sun4/200, sun4/300
101.43Slukemoptions 	SUN4C		# sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc.
111.43Slukemoptions 	SUN4M		# sun4m - SS10, SS20, Classic, etc.
121.24Sthorpej
131.43Slukem#options 	MMU_3L		# 3-level MMU on sun4/400; (incomplete)
141.1Sderaadt
151.1Sderaadt# Standard system options
161.43Slukemoptions 	KTRACE		# system call tracing
171.43Slukemoptions 	SYSVMSG		# System V message queues
181.43Slukemoptions 	SYSVSEM		# System V semaphores
191.43Slukemoptions 	SYSVSHM		# System V shared memory
201.43Slukem#options 	SHMMAXPGS=1024	# 1024 pages is the default
211.43Slukemoptions 	LKM		# loadable kernel modules
221.43Slukem#options 	INSECURE	# disable kernel security level
231.43Slukem#options 	UCONSOLE	# allow anyone to steal the virtual console
241.24Sthorpej
251.24Sthorpej# Debugging options
261.37Smrg#options 	DDB		# kernel dynamic debugger
271.52Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
281.37Smrg#options 	DEBUG		# kernel debugging code
291.37Smrg#options 	DIAGNOSTIC	# extra kernel sanity checking
301.37Smrg#options 	KGDB		# support for kernel gdb
311.37Smrg#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
321.37Smrg#options 	KGDBRATE=38400	# baud rate
331.48Smjacob#options 	SCSIVERBOSE	# Verbose SCSI errors
341.24Sthorpej
351.24Sthorpej# Compatibility options
361.43Slukemoptions 	COMPAT_43	# 4.3BSD system interfaces
371.43Slukemoptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
381.43Slukemoptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
391.43Slukemoptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
401.43Slukemoptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
411.43Slukemoptions 	COMPAT_SVR4	# SunOS 5.x binary compatibility
421.43Slukemoptions 	EXEC_ELF32	# Exec module for SunOS 5.x binaries.
431.1Sderaadt
441.1Sderaadt# Filesystem options
451.43Slukemfile-system	FFS		# Berkeley Fast Filesystem
461.43Slukemfile-system	NFS		# Sun NFS-compatible filesystem client
471.43Slukemfile-system	KERNFS		# kernel data-structure filesystem
481.43Slukemfile-system	NULLFS		# NULL layered filesystem
491.43Slukemfile-system	MFS		# memory-based filesystem
501.43Slukemfile-system	FDESC		# user file descriptor filesystem
511.43Slukemfile-system	UMAPFS		# uid/gid remapping filesystem
521.43Slukemfile-system	LFS		# Log-based filesystem (still experimental)
531.43Slukemfile-system	PORTAL		# portal filesystem (still experimental)
541.43Slukemfile-system	PROCFS		# /proc
551.43Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
561.43Slukemfile-system	UNION		# union file system
571.43Slukemfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
581.43Slukem
591.43Slukemoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
601.43Slukemoptions 	QUOTA		# FFS quotas
611.43Slukemoptions 	FIFO		# POSIX fifo support (in all filesystems)
621.1Sderaadt
631.1Sderaadt# Networking options
641.43Slukemoptions 	INET		# IP stack
651.43Slukemoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
661.43Slukem#options 	GATEWAY		# IP packet forwarding
671.43Slukem#options 	ISO,TPIP	# OSI networking
681.43Slukem#options 	EON		# OSI tunneling over IP
691.43Slukem#options 	CCITT,LLC,HDLC	# X.25
701.37Smrg#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
711.1Sderaadt
721.1Sderaadt# Options for SPARCstation hardware
731.43Slukemoptions 	RASTERCONSOLE	# fast rasterop console
741.49Smrg#options 	BLINK		# blink the led on supported machines
751.1Sderaadt
761.24Sthorpej# Generic swap; second partition of root disk or network.
771.40Sthorpejconfig		netbsd	root on ? type ?
781.1Sderaadt
791.24Sthorpej# Main bus and CPU .. all systems.
801.1Sderaadtmainbus0 at root
811.1Sderaadtcpu0	at mainbus0
821.1Sderaadt
831.24Sthorpej# Bus types found on SPARC systems.
841.24Sthorpejsbus0	at mainbus0				# sun4c
851.24Sthorpejobio0	at mainbus0				# sun4 and sun4m
861.24Sthorpejvmes0	at mainbus0				# sun4
871.24Sthorpejvmel0	at mainbus0				# sun4
881.22Spkiommu0	at mainbus0				# sun4m
891.22Spksbus0	at iommu0				# sun4m
901.1Sderaadt
911.46Saugustssaudioamd0	at mainbus0				# sun4c
921.46Saugustssaudio*	at audioamd0
931.46Saugustssaudioamd0	at obio0				# sun4m
941.46Saugustssaudio*	at audioamd0
951.46Saugustssaudioamd0	at sbus0 slot ? offset ?		# sun4m
961.46Saugustssaudio*	at audioamd0
971.24Sthorpej
981.24Sthorpejauxreg0	at mainbus0				# sun4c
991.22Spkauxreg0	at obio0				# sun4m
1001.27Sabrown
1011.27Sabrown# Power status and control register found on Sun4m systems
1021.27Sabrownpower0	at obio0
1031.24Sthorpej
1041.24Sthorpej# Mostek clock found on 4/300, sun4c, and sun4m systems.
1051.24Sthorpej# The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
1061.24Sthorpejclock0	at mainbus0				# sun4c
1071.22Spkclock0	at obio0				# sun4m
1081.24Sthorpejclock0	at obio0 addr 0xf2000000		# sun4/300
1091.24Sthorpej
1101.24Sthorpej# Intersil clock found on 4/100 and 4/200 systems.
1111.24Sthorpejoclock0	at obio0 addr 0xf3000000		# sun4/200
1121.24Sthorpejoclock0	at obio0 addr 0x03000000		# sun4/100
1131.24Sthorpej
1141.24Sthorpej# Memory error registers.
1151.24Sthorpejmemreg0	at mainbus0				# sun4c
1161.22Spkmemreg0	at obio0				# sun4m
1171.24Sthorpejmemreg0	at obio0 addr 0xf4000000		# sun4/200 and sun4/300
1181.24Sthorpejmemreg0	at obio0 addr 0x04000000		# sun4/100
1191.24Sthorpej
1201.24Sthorpej# Timer chip found on 4/300, sun4c, and sun4m systems.
1211.24Sthorpejtimer0	at mainbus0				# sun4c
1221.22Spktimer0	at obio0				# sun4m
1231.24Sthorpejtimer0	at obio0 addr 0xef000000		# sun4/300
1241.24Sthorpej
1251.24Sthorpej# EEPROM found on 4/100 and 4/200 systems.  Note that the 4/300
1261.24Sthorpej# doesn't use this driver; the `EEPROM' is in the NVRAM on the
1271.24Sthorpej# Mostek clock chip on 4/300 systems.
1281.24Sthorpejeeprom0	at obio0 addr 0xf2000000		# sun4/200
1291.24Sthorpejeeprom0	at obio0 addr 0x02000000		# sun4/100
1301.24Sthorpej
1311.24Sthorpej# Zilog 8530 serial chips.  Each has two-channels.
1321.24Sthorpej# zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
1331.24Sthorpejzs0	at mainbus0					# sun4c
1341.24Sthorpejzs0	at obio0					# sun4m
1351.24Sthorpejzs0	at obio0 addr 0xf1000000 level 12 flags 0x103	# sun4/200 and sun4/300
1361.24Sthorpejzs0	at obio0 addr 0x01000000 level 12 flags 0x103	# sun4/100
1371.50Sgwrzstty0	at zs0 channel 0	# ttya
1381.50Sgwrzstty1	at zs0 channel 1	# ttyb
1391.50Sgwr
1401.24Sthorpejzs1	at mainbus0					# sun4c
1411.24Sthorpejzs1	at obio0					# sun4m
1421.24Sthorpejzs1	at obio0 addr 0xf0000000 level 12 flags 0x103	# sun4/200 and sun4/300
1431.24Sthorpejzs1	at obio0 addr 0x00000000 level 12 flags 0x103	# sun4/100
1441.50Sgwrkbd0	at zs1 channel 0	# keyboard
1451.50Sgwrms0	at zs1 channel 1	# mouse
1461.50Sgwr
1471.24Sthorpejzs2	at obio0 addr 0xe0000000 level 12 flags 0x103	# sun4/300
1481.50Sgwrzstty2	at zs2 channel 0	# ttyc
1491.50Sgwrzstty3	at zs2 channel 1	# ttyd
1501.24Sthorpej
1511.26Spk#
1521.26Spk# Note the flags on the esp entries below, that work around
1531.26Spk# deficiencies in the current driver:
1541.26Spk#	bits 0-7:  disable disconnect/reselect for the corresponding target
1551.28Spk#	bits 8-15: disable synch negotiation for target [bit-8]
1561.30Spk#	Note: targets 4-7 have disconnect/reselect enabled on the premise
1571.30Spk#	      that tape devices normally have one of these targets. Tape
1581.30Spk#	      devices should be allowed to disconnect for the SCSI bus
1591.30Spk#	      to operate acceptably.
1601.26Spk#
1611.26Spk
1621.25Spk# sun4/300 SCSI - an NCR53c94 or equivalent behind
1631.24Sthorpej# an LSI Logic DMA controller
1641.24Sthorpejdma0	at obio0 addr 0xfa001000 level 4		# sun4/300
1651.51Spkesp0	at obio0 addr 0xfa000000 level 4 flags 0x0000	#
1661.1Sderaadt
1671.28Spk# sun4c or sun4m SCSI - an NCR53c94 or equivalent behind
1681.28Spk# specialized DMA glue
1691.28Spkdma0	at sbus0 slot ? offset ?			# on-board SCSI
1701.51Spkesp0	at sbus0 slot ? offset ? flags 0x0000		# sun4c
1711.51Spkesp0	at dma0 flags 0x0000				# sun4m
1721.24Sthorpej
1731.28Spk# FSBE/S SCSI - an NCR53c94 or equivalent behind
1741.25Spkdma*	at sbus? slot ? offset ?			# SBus SCSI
1751.51Spkesp*	at sbus? slot ? offset ? flags 0x0000		# two flavours
1761.51Spkesp*	at dma? flags 0x0000				# depending on model
1771.24Sthorpej
1781.42Scgd# Qlogic ISP SBus SCSI Card
1791.42Scgdisp*	at sbus? slot ? offset ?
1801.42Scgd
1811.24Sthorpej# sun4m Ethernet - an AMD 7990 LANCE behind
1821.24Sthorpej# specialized DMA glue
1831.24Sthorpejledma0	at sbus0 slot ? offset ?			# sun4m on-board
1841.25Spkle0	at ledma0					#
1851.25Spk
1861.36Spk# Additional SBus LANCE devices - glued on by lebuffer
1871.36Spklebuffer0	at sbus0 slot ? offset ?		# sun4m SBus
1881.36Spklebuffer*	at sbus? slot ? offset ?		# sun4m SBus
1891.36Spkle0	at lebuffer0					#
1901.36Spkle*	at lebuffer?					#
1911.24Sthorpej
1921.24Sthorpej# sun4/300 and sun4c Ethernet - an AMD 7990 LANCE
1931.24Sthorpejle0	at sbus0 slot ? offset ?			# sun4c on-board
1941.1Sderaadtle*	at sbus? slot ? offset ?
1951.1Sderaadt
1961.24Sthorpejle0	at obio0 addr 0xf9000000 level 6		# sun4/300
1971.24Sthorpej
1981.24Sthorpej# sun4/100 and sun4/200 Ethernet - an Intel 82586 on-board
1991.24Sthorpej# or on a Multibus/VME card.
2001.24Sthorpejie0	at obio0 addr 0xf6000000 level 6		# sun4/200 on-board
2011.24Sthorpejie0	at obio0 addr 0x06000000 level 6		# sun4/100 on-board
2021.23Spk
2031.3Sderaadtie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
2041.44Spkie2	at vmel0 addr 0xff31ff02 level 5 vect 0x76
2051.44Spkie3	at vmel0 addr 0xff35ff02 level 5 vect 0x77
2061.44Spkie4	at vmel0 addr 0xff2dff02 level 5 vect 0x7c
2071.9Spk
2081.24Sthorpej# Xylogics 753 or 7053 VME SMD disk controllers and disks, found
2091.24Sthorpej# on sun4 systems.
2101.9Spkxdc0	at vmel0 addr 0xffffee80 level 3 vect 0x44
2111.9Spkxdc1	at vmel0 addr 0xffffee90 level 3 vect 0x45
2121.9Spkxdc2	at vmel0 addr 0xffffeea0 level 3 vect 0x46
2131.9Spkxdc3	at vmel0 addr 0xffffeeb0 level 3 vect 0x47
2141.9Spkxd*	at xdc? drive ?
2151.16Schuck
2161.24Sthorpej# Xylogics 451 or 451 VME SMD disk controllers and disks, found
2171.24Sthorpej# on sun4 systems.
2181.16Schuckxyc0	at vmes0 addr 0xffffee40 level 3 vect 0x48
2191.16Schuckxyc1	at vmes0 addr 0xffffee48 level 3 vect 0x49
2201.16Schuckxy*	at xyc? drive ?
2211.10Spk
2221.24Sthorpej# NCR5380-based "Sun SCSI 3" VME SCSI controller.
2231.24Sthorpej# This driver has several flags which may be enabled by OR'ing
2241.24Sthorpej# the values and using the "flags" directive.
2251.24Sthorpej# Valid flags are:
2261.24Sthorpej#
2271.24Sthorpej#	0x01		Use DMA (may be polled)
2281.24Sthorpej#	0x02		Use DMA completion interrupts
2291.24Sthorpej#	0x04		Allow disconnect/reselect
2301.24Sthorpej#
2311.24Sthorpej# E.g. the following would enable DMA, interrupts, and reselect:
2321.24Sthorpej# si0	at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x07
2331.24Sthorpej#
2341.24Sthorpej# By default, DMA is enabled in the driver.
2351.20Sthorpejsi0	at vmes0 addr 0xff200000 level 3 vect 0x40
2361.24Sthorpej
2371.24Sthorpej# NCR5380-based "SCSI Weird" on-board SCSI interface found
2381.24Sthorpej# on sun4/100 systems.  The flags are the same as the "si"
2391.24Sthorpej# controller.  Note, while DMA is enabled by default, only
2401.24Sthorpej# polled DMA works at this time, and reselects do not work
2411.24Sthorpej# on this particular controller.
2421.20Sthorpejsw0	at obio0 addr 0x0a000000 level 3
2431.1Sderaadt
2441.24Sthorpej# Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
2451.24Sthorpej# systems.  If your sun4 system has a cgfour installed in the P4 slot,
2461.24Sthorpej# the P4 entries for "bwtwo" will attach to the overlay plane of the
2471.24Sthorpej# "cgfour".
2481.24Sthorpejbwtwo0	at sbus0 slot ? offset ?		# sun4c on-board
2491.24Sthorpejbwtwo*	at sbus? slot ? offset ?		# sun4c and sun4m
2501.24Sthorpejbwtwo0	at obio0 addr 0xfd000000 level 4	# sun4/200
2511.24Sthorpejbwtwo0	at obio0 addr 0xfb300000 level 4	# sun4/300 in P4 slot
2521.24Sthorpejbwtwo0	at obio0 addr 0x0b300000 level 4	# sun4/100 in P4 slot
2531.21Sthorpej
2541.24Sthorpej# Sun "cgtwo" VME color framebuffer
2551.17Spkcgtwo0	at vmes0 addr 0xff400000 level 4 vect 0xa8
2561.21Sthorpej
2571.24Sthorpej# Sun "cgthree" Sbus color framebuffer
2581.1Sderaadtcgthree0 at sbus? slot ? offset ?
2591.1Sderaadtcgthree* at sbus? slot ? offset ?
2601.22Spk#cgthree0 at obio? slot ? offset ?		# sun4m
2611.22Spk#cgthree* at obio? slot ? offset ?		# sun4m
2621.21Sthorpej
2631.24Sthorpej# Sun "cgfour" color framebuffer with overlay plane.  See above comment
2641.24Sthorpej# regarding overlay plane.
2651.24Sthorpejcgfour0	at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2661.24Sthorpejcgfour0	at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2671.21Sthorpej
2681.24Sthorpej# Sun "cgsix" accelerated color framebuffer.
2691.21Sthorpejcgsix0	at sbus? slot ? offset ?
2701.21Sthorpejcgsix*	at sbus? slot ? offset ?
2711.24Sthorpejcgsix0	at obio0 addr 0xfb000000 level 4	# sun4/300 P4
2721.24Sthorpejcgsix0	at obio0 addr 0x0b000000 level 4	# sun4/100 P4
2731.21Sthorpej
2741.24Sthorpej# Sun "cgeight" 24-bit framebuffer
2751.24Sthorpejcgeight0 at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2761.24Sthorpejcgeight0 at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2771.29Spk
2781.29Spk# Sun "tcx" accelerated color framebuffer.
2791.29Spktcx0	at sbus? slot ? offset ?
2801.29Spktcx*	at sbus? slot ? offset ?
2811.33Sabrown
2821.33Sabrown# Sun "cgfourteen" accelerated 24-bit framebuffer.
2831.33Sabrowncgfourteen0	at obio0			# sun4m
2841.1Sderaadt
2851.24Sthorpej# SCSI bus layer.  SCSI devices attach to the SCSI bus, which attaches
2861.24Sthorpej# to the underlying hardware controller.
2871.1Sderaadtscsibus* at esp?
2881.42Scgdscsibus* at isp?
2891.13Spkscsibus* at si?
2901.13Spkscsibus* at sw?
2911.1Sderaadt
2921.24Sthorpej# These entries find devices on all SCSI busses and assign
2931.34Spk# unit numbers dynamically.
2941.24Sthorpejsd*	at scsibus? target ? lun ?		# SCSI disks
2951.24Sthorpejst*	at scsibus? target ? lun ?		# SCSI tapes
2961.24Sthorpejcd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
2971.24Sthorpejch*	at scsibus? target ? lun ?		# SCSI changer devices
2981.24Sthorpej
2991.24Sthorpej# Floppy controller and drive found on SPARCstations.
3001.24Sthorpejfdc0	at mainbus0				# sun4c controller
3011.24Sthorpejfdc0	at obio0				# sun4m controller
3021.24Sthorpejfd*	at fdc0					# the drive itself
3031.24Sthorpej
3041.43Slukempseudo-device	loop			# loopback interface; required
3051.43Slukempseudo-device	pty		32	# pseudo-ttys (for network, etc.)
3061.43Slukempseudo-device	sl		2	# SLIP interfaces
3071.43Slukempseudo-device	ppp		2	# PPP interfaces
3081.43Slukempseudo-device	tun		4	# Network "tunnel" device
3091.43Slukempseudo-device	bpfilter	16	# Berkeley Packet Filter
3101.43Slukempseudo-device	vnd		4	# disk-like interface to files
3111.43Slukempseudo-device	ccd		4	# concatenated and striped disks
3121.43Slukem#pseudo-device	strip		1	# radio clock
3131.43Slukem#pseudo-device	ipfilter		# ip filter
314