GENERIC revision 1.45
11.45Spk# 	$NetBSD: GENERIC,v 1.45 1997/07/07 21:54:51 pk 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.37Smrg#options 	DEBUG		# kernel debugging code
281.37Smrg#options 	DIAGNOSTIC	# extra kernel sanity checking
291.37Smrg#options 	KGDB		# support for kernel gdb
301.37Smrg#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
311.37Smrg#options 	KGDBRATE=38400	# baud rate
321.24Sthorpej
331.24Sthorpej# Compatibility options
341.43Slukemoptions 	COMPAT_43	# 4.3BSD system interfaces
351.43Slukemoptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
361.43Slukemoptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
371.43Slukemoptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
381.43Slukemoptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
391.43Slukemoptions 	COMPAT_SVR4	# SunOS 5.x binary compatibility
401.43Slukemoptions 	EXEC_ELF32	# Exec module for SunOS 5.x binaries.
411.1Sderaadt
421.1Sderaadt# Filesystem options
431.43Slukemfile-system	FFS		# Berkeley Fast Filesystem
441.43Slukemfile-system	NFS		# Sun NFS-compatible filesystem client
451.43Slukemfile-system	KERNFS		# kernel data-structure filesystem
461.43Slukemfile-system	NULLFS		# NULL layered filesystem
471.43Slukemfile-system	MFS		# memory-based filesystem
481.43Slukemfile-system	FDESC		# user file descriptor filesystem
491.43Slukemfile-system	UMAPFS		# uid/gid remapping filesystem
501.43Slukemfile-system	LFS		# Log-based filesystem (still experimental)
511.43Slukemfile-system	PORTAL		# portal filesystem (still experimental)
521.43Slukemfile-system	PROCFS		# /proc
531.43Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
541.43Slukemfile-system	UNION		# union file system
551.43Slukemfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
561.43Slukem
571.43Slukemoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
581.43Slukemoptions 	QUOTA		# FFS quotas
591.43Slukemoptions 	FIFO		# POSIX fifo support (in all filesystems)
601.1Sderaadt
611.1Sderaadt# Networking options
621.43Slukemoptions 	INET		# IP stack
631.43Slukemoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
641.43Slukem#options 	GATEWAY		# IP packet forwarding
651.43Slukem#options 	ISO,TPIP	# OSI networking
661.43Slukem#options 	EON		# OSI tunneling over IP
671.43Slukem#options 	CCITT,LLC,HDLC	# X.25
681.37Smrg#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
691.1Sderaadt
701.1Sderaadt# Options for SPARCstation hardware
711.43Slukemoptions 	RASTERCONSOLE	# fast rasterop console
721.1Sderaadt
731.24Sthorpej# Generic swap; second partition of root disk or network.
741.40Sthorpejconfig		netbsd	root on ? type ?
751.1Sderaadt
761.24Sthorpej# Main bus and CPU .. all systems.
771.1Sderaadtmainbus0 at root
781.1Sderaadtcpu0	at mainbus0
791.1Sderaadt
801.24Sthorpej# Bus types found on SPARC systems.
811.24Sthorpejsbus0	at mainbus0				# sun4c
821.24Sthorpejobio0	at mainbus0				# sun4 and sun4m
831.24Sthorpejvmes0	at mainbus0				# sun4
841.24Sthorpejvmel0	at mainbus0				# sun4
851.22Spkiommu0	at mainbus0				# sun4m
861.22Spksbus0	at iommu0				# sun4m
871.1Sderaadt
881.24Sthorpejaudio0	at mainbus0				# sun4c
891.22Spkaudio0	at obio0				# sun4m
901.34Spkaudio0	at sbus0 slot ? offset ?		# sun4m
911.24Sthorpej
921.24Sthorpejauxreg0	at mainbus0				# sun4c
931.22Spkauxreg0	at obio0				# sun4m
941.27Sabrown
951.27Sabrown# Power status and control register found on Sun4m systems
961.27Sabrownpower0	at obio0
971.24Sthorpej
981.24Sthorpej# Mostek clock found on 4/300, sun4c, and sun4m systems.
991.24Sthorpej# The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
1001.24Sthorpejclock0	at mainbus0				# sun4c
1011.22Spkclock0	at obio0				# sun4m
1021.24Sthorpejclock0	at obio0 addr 0xf2000000		# sun4/300
1031.24Sthorpej
1041.24Sthorpej# Intersil clock found on 4/100 and 4/200 systems.
1051.24Sthorpejoclock0	at obio0 addr 0xf3000000		# sun4/200
1061.24Sthorpejoclock0	at obio0 addr 0x03000000		# sun4/100
1071.24Sthorpej
1081.24Sthorpej# Memory error registers.
1091.24Sthorpejmemreg0	at mainbus0				# sun4c
1101.22Spkmemreg0	at obio0				# sun4m
1111.24Sthorpejmemreg0	at obio0 addr 0xf4000000		# sun4/200 and sun4/300
1121.24Sthorpejmemreg0	at obio0 addr 0x04000000		# sun4/100
1131.24Sthorpej
1141.24Sthorpej# Timer chip found on 4/300, sun4c, and sun4m systems.
1151.24Sthorpejtimer0	at mainbus0				# sun4c
1161.22Spktimer0	at obio0				# sun4m
1171.24Sthorpejtimer0	at obio0 addr 0xef000000		# sun4/300
1181.24Sthorpej
1191.24Sthorpej# EEPROM found on 4/100 and 4/200 systems.  Note that the 4/300
1201.24Sthorpej# doesn't use this driver; the `EEPROM' is in the NVRAM on the
1211.24Sthorpej# Mostek clock chip on 4/300 systems.
1221.24Sthorpejeeprom0	at obio0 addr 0xf2000000		# sun4/200
1231.24Sthorpejeeprom0	at obio0 addr 0x02000000		# sun4/100
1241.24Sthorpej
1251.24Sthorpej# Zilog 8530 serial chips.  Each has two-channels.
1261.24Sthorpej# zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
1271.24Sthorpejzs0	at mainbus0					# sun4c
1281.24Sthorpejzs0	at obio0					# sun4m
1291.24Sthorpejzs0	at obio0 addr 0xf1000000 level 12 flags 0x103	# sun4/200 and sun4/300
1301.24Sthorpejzs0	at obio0 addr 0x01000000 level 12 flags 0x103	# sun4/100
1311.24Sthorpejzs1	at mainbus0					# sun4c
1321.24Sthorpejzs1	at obio0					# sun4m
1331.24Sthorpejzs1	at obio0 addr 0xf0000000 level 12 flags 0x103	# sun4/200 and sun4/300
1341.24Sthorpejzs1	at obio0 addr 0x00000000 level 12 flags 0x103	# sun4/100
1351.24Sthorpejzs2	at obio0 addr 0xe0000000 level 12 flags 0x103	# sun4/300
1361.24Sthorpej
1371.26Spk#
1381.26Spk# Note the flags on the esp entries below, that work around
1391.26Spk# deficiencies in the current driver:
1401.26Spk#	bits 0-7:  disable disconnect/reselect for the corresponding target
1411.28Spk#	bits 8-15: disable synch negotiation for target [bit-8]
1421.30Spk#	Note: targets 4-7 have disconnect/reselect enabled on the premise
1431.30Spk#	      that tape devices normally have one of these targets. Tape
1441.30Spk#	      devices should be allowed to disconnect for the SCSI bus
1451.30Spk#	      to operate acceptably.
1461.26Spk#
1471.26Spk
1481.25Spk# sun4/300 SCSI - an NCR53c94 or equivalent behind
1491.24Sthorpej# an LSI Logic DMA controller
1501.24Sthorpejdma0	at obio0 addr 0xfa001000 level 4		# sun4/300
1511.30Spkesp0	at obio0 addr 0xfa000000 level 4 flags 0xff0f	#
1521.1Sderaadt
1531.28Spk# sun4c or sun4m SCSI - an NCR53c94 or equivalent behind
1541.28Spk# specialized DMA glue
1551.28Spkdma0	at sbus0 slot ? offset ?			# on-board SCSI
1561.30Spkesp0	at sbus0 slot ? offset ? flags 0xff0f		# sun4c
1571.30Spkesp0	at dma0 flags 0xff0f				# sun4m
1581.24Sthorpej
1591.28Spk# FSBE/S SCSI - an NCR53c94 or equivalent behind
1601.25Spkdma*	at sbus? slot ? offset ?			# SBus SCSI
1611.30Spkesp*	at sbus? slot ? offset ? flags 0xff0f		# two flavours
1621.30Spkesp*	at dma? flags 0xff0f				# depending on model
1631.24Sthorpej
1641.42Scgd# Qlogic ISP SBus SCSI Card
1651.42Scgdisp*	at sbus? slot ? offset ?
1661.42Scgd
1671.24Sthorpej# sun4m Ethernet - an AMD 7990 LANCE behind
1681.24Sthorpej# specialized DMA glue
1691.24Sthorpejledma0	at sbus0 slot ? offset ?			# sun4m on-board
1701.25Spkle0	at ledma0					#
1711.25Spk
1721.36Spk# Additional SBus LANCE devices - glued on by lebuffer
1731.36Spklebuffer0	at sbus0 slot ? offset ?		# sun4m SBus
1741.36Spklebuffer*	at sbus? slot ? offset ?		# sun4m SBus
1751.36Spkle0	at lebuffer0					#
1761.36Spkle*	at lebuffer?					#
1771.24Sthorpej
1781.24Sthorpej# sun4/300 and sun4c Ethernet - an AMD 7990 LANCE
1791.24Sthorpejle0	at sbus0 slot ? offset ?			# sun4c on-board
1801.1Sderaadtle*	at sbus? slot ? offset ?
1811.1Sderaadt
1821.24Sthorpejle0	at obio0 addr 0xf9000000 level 6		# sun4/300
1831.24Sthorpej
1841.24Sthorpej# sun4/100 and sun4/200 Ethernet - an Intel 82586 on-board
1851.24Sthorpej# or on a Multibus/VME card.
1861.24Sthorpejie0	at obio0 addr 0xf6000000 level 6		# sun4/200 on-board
1871.24Sthorpejie0	at obio0 addr 0x06000000 level 6		# sun4/100 on-board
1881.23Spk
1891.3Sderaadtie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
1901.44Spkie2	at vmel0 addr 0xff31ff02 level 5 vect 0x76
1911.44Spkie3	at vmel0 addr 0xff35ff02 level 5 vect 0x77
1921.44Spkie4	at vmel0 addr 0xff2dff02 level 5 vect 0x7c
1931.9Spk
1941.24Sthorpej# Xylogics 753 or 7053 VME SMD disk controllers and disks, found
1951.24Sthorpej# on sun4 systems.
1961.9Spkxdc0	at vmel0 addr 0xffffee80 level 3 vect 0x44
1971.9Spkxdc1	at vmel0 addr 0xffffee90 level 3 vect 0x45
1981.9Spkxdc2	at vmel0 addr 0xffffeea0 level 3 vect 0x46
1991.9Spkxdc3	at vmel0 addr 0xffffeeb0 level 3 vect 0x47
2001.9Spkxd*	at xdc? drive ?
2011.16Schuck
2021.24Sthorpej# Xylogics 451 or 451 VME SMD disk controllers and disks, found
2031.24Sthorpej# on sun4 systems.
2041.16Schuckxyc0	at vmes0 addr 0xffffee40 level 3 vect 0x48
2051.16Schuckxyc1	at vmes0 addr 0xffffee48 level 3 vect 0x49
2061.16Schuckxy*	at xyc? drive ?
2071.10Spk
2081.24Sthorpej# NCR5380-based "Sun SCSI 3" VME SCSI controller.
2091.24Sthorpej# This driver has several flags which may be enabled by OR'ing
2101.24Sthorpej# the values and using the "flags" directive.
2111.24Sthorpej# Valid flags are:
2121.24Sthorpej#
2131.24Sthorpej#	0x01		Use DMA (may be polled)
2141.24Sthorpej#	0x02		Use DMA completion interrupts
2151.24Sthorpej#	0x04		Allow disconnect/reselect
2161.24Sthorpej#
2171.24Sthorpej# E.g. the following would enable DMA, interrupts, and reselect:
2181.24Sthorpej# si0	at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x07
2191.24Sthorpej#
2201.24Sthorpej# By default, DMA is enabled in the driver.
2211.20Sthorpejsi0	at vmes0 addr 0xff200000 level 3 vect 0x40
2221.24Sthorpej
2231.24Sthorpej# NCR5380-based "SCSI Weird" on-board SCSI interface found
2241.24Sthorpej# on sun4/100 systems.  The flags are the same as the "si"
2251.24Sthorpej# controller.  Note, while DMA is enabled by default, only
2261.24Sthorpej# polled DMA works at this time, and reselects do not work
2271.24Sthorpej# on this particular controller.
2281.20Sthorpejsw0	at obio0 addr 0x0a000000 level 3
2291.1Sderaadt
2301.24Sthorpej# Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
2311.24Sthorpej# systems.  If your sun4 system has a cgfour installed in the P4 slot,
2321.24Sthorpej# the P4 entries for "bwtwo" will attach to the overlay plane of the
2331.24Sthorpej# "cgfour".
2341.24Sthorpejbwtwo0	at sbus0 slot ? offset ?		# sun4c on-board
2351.24Sthorpejbwtwo*	at sbus? slot ? offset ?		# sun4c and sun4m
2361.24Sthorpejbwtwo0	at obio0 addr 0xfd000000 level 4	# sun4/200
2371.24Sthorpejbwtwo0	at obio0 addr 0xfb300000 level 4	# sun4/300 in P4 slot
2381.24Sthorpejbwtwo0	at obio0 addr 0x0b300000 level 4	# sun4/100 in P4 slot
2391.21Sthorpej
2401.24Sthorpej# Sun "cgtwo" VME color framebuffer
2411.17Spkcgtwo0	at vmes0 addr 0xff400000 level 4 vect 0xa8
2421.21Sthorpej
2431.24Sthorpej# Sun "cgthree" Sbus color framebuffer
2441.1Sderaadtcgthree0 at sbus? slot ? offset ?
2451.1Sderaadtcgthree* at sbus? slot ? offset ?
2461.22Spk#cgthree0 at obio? slot ? offset ?		# sun4m
2471.22Spk#cgthree* at obio? slot ? offset ?		# sun4m
2481.21Sthorpej
2491.24Sthorpej# Sun "cgfour" color framebuffer with overlay plane.  See above comment
2501.24Sthorpej# regarding overlay plane.
2511.24Sthorpejcgfour0	at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2521.24Sthorpejcgfour0	at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2531.21Sthorpej
2541.24Sthorpej# Sun "cgsix" accelerated color framebuffer.
2551.21Sthorpejcgsix0	at sbus? slot ? offset ?
2561.21Sthorpejcgsix*	at sbus? slot ? offset ?
2571.24Sthorpejcgsix0	at obio0 addr 0xfb000000 level 4	# sun4/300 P4
2581.24Sthorpejcgsix0	at obio0 addr 0x0b000000 level 4	# sun4/100 P4
2591.21Sthorpej
2601.24Sthorpej# Sun "cgeight" 24-bit framebuffer
2611.24Sthorpejcgeight0 at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2621.24Sthorpejcgeight0 at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2631.29Spk
2641.29Spk# Sun "tcx" accelerated color framebuffer.
2651.29Spktcx0	at sbus? slot ? offset ?
2661.29Spktcx*	at sbus? slot ? offset ?
2671.33Sabrown
2681.33Sabrown# Sun "cgfourteen" accelerated 24-bit framebuffer.
2691.33Sabrowncgfourteen0	at obio0			# sun4m
2701.1Sderaadt
2711.24Sthorpej# SCSI bus layer.  SCSI devices attach to the SCSI bus, which attaches
2721.24Sthorpej# to the underlying hardware controller.
2731.1Sderaadtscsibus* at esp?
2741.42Scgdscsibus* at isp?
2751.13Spkscsibus* at si?
2761.13Spkscsibus* at sw?
2771.1Sderaadt
2781.24Sthorpej# These entries find devices on all SCSI busses and assign
2791.34Spk# unit numbers dynamically.
2801.24Sthorpejsd*	at scsibus? target ? lun ?		# SCSI disks
2811.24Sthorpejst*	at scsibus? target ? lun ?		# SCSI tapes
2821.24Sthorpejcd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
2831.24Sthorpejch*	at scsibus? target ? lun ?		# SCSI changer devices
2841.24Sthorpej
2851.24Sthorpej# Floppy controller and drive found on SPARCstations.
2861.24Sthorpejfdc0	at mainbus0				# sun4c controller
2871.24Sthorpejfdc0	at obio0				# sun4m controller
2881.24Sthorpejfd*	at fdc0					# the drive itself
2891.24Sthorpej
2901.43Slukempseudo-device	loop			# loopback interface; required
2911.43Slukempseudo-device	pty		32	# pseudo-ttys (for network, etc.)
2921.43Slukempseudo-device	sl		2	# SLIP interfaces
2931.43Slukempseudo-device	kbd			# Sun keyboard
2941.43Slukempseudo-device	ppp		2	# PPP interfaces
2951.43Slukempseudo-device	tun		4	# Network "tunnel" device
2961.43Slukempseudo-device	bpfilter	16	# Berkeley Packet Filter
2971.43Slukempseudo-device	vnd		4	# disk-like interface to files
2981.43Slukempseudo-device	ccd		4	# concatenated and striped disks
2991.43Slukem#pseudo-device	strip		1	# radio clock
3001.43Slukem#pseudo-device	ipfilter		# ip filter
301