GENERIC revision 1.46
11.46Saugustss# 	$NetBSD: GENERIC,v 1.46 1997/08/19 23:49:52 augustss 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.46Saugustssaudioamd0	at mainbus0				# sun4c
891.46Saugustssaudio*	at audioamd0
901.46Saugustssaudioamd0	at obio0				# sun4m
911.46Saugustssaudio*	at audioamd0
921.46Saugustssaudioamd0	at sbus0 slot ? offset ?		# sun4m
931.46Saugustssaudio*	at audioamd0
941.24Sthorpej
951.24Sthorpejauxreg0	at mainbus0				# sun4c
961.22Spkauxreg0	at obio0				# sun4m
971.27Sabrown
981.27Sabrown# Power status and control register found on Sun4m systems
991.27Sabrownpower0	at obio0
1001.24Sthorpej
1011.24Sthorpej# Mostek clock found on 4/300, sun4c, and sun4m systems.
1021.24Sthorpej# The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
1031.24Sthorpejclock0	at mainbus0				# sun4c
1041.22Spkclock0	at obio0				# sun4m
1051.24Sthorpejclock0	at obio0 addr 0xf2000000		# sun4/300
1061.24Sthorpej
1071.24Sthorpej# Intersil clock found on 4/100 and 4/200 systems.
1081.24Sthorpejoclock0	at obio0 addr 0xf3000000		# sun4/200
1091.24Sthorpejoclock0	at obio0 addr 0x03000000		# sun4/100
1101.24Sthorpej
1111.24Sthorpej# Memory error registers.
1121.24Sthorpejmemreg0	at mainbus0				# sun4c
1131.22Spkmemreg0	at obio0				# sun4m
1141.24Sthorpejmemreg0	at obio0 addr 0xf4000000		# sun4/200 and sun4/300
1151.24Sthorpejmemreg0	at obio0 addr 0x04000000		# sun4/100
1161.24Sthorpej
1171.24Sthorpej# Timer chip found on 4/300, sun4c, and sun4m systems.
1181.24Sthorpejtimer0	at mainbus0				# sun4c
1191.22Spktimer0	at obio0				# sun4m
1201.24Sthorpejtimer0	at obio0 addr 0xef000000		# sun4/300
1211.24Sthorpej
1221.24Sthorpej# EEPROM found on 4/100 and 4/200 systems.  Note that the 4/300
1231.24Sthorpej# doesn't use this driver; the `EEPROM' is in the NVRAM on the
1241.24Sthorpej# Mostek clock chip on 4/300 systems.
1251.24Sthorpejeeprom0	at obio0 addr 0xf2000000		# sun4/200
1261.24Sthorpejeeprom0	at obio0 addr 0x02000000		# sun4/100
1271.24Sthorpej
1281.24Sthorpej# Zilog 8530 serial chips.  Each has two-channels.
1291.24Sthorpej# zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
1301.24Sthorpejzs0	at mainbus0					# sun4c
1311.24Sthorpejzs0	at obio0					# sun4m
1321.24Sthorpejzs0	at obio0 addr 0xf1000000 level 12 flags 0x103	# sun4/200 and sun4/300
1331.24Sthorpejzs0	at obio0 addr 0x01000000 level 12 flags 0x103	# sun4/100
1341.24Sthorpejzs1	at mainbus0					# sun4c
1351.24Sthorpejzs1	at obio0					# sun4m
1361.24Sthorpejzs1	at obio0 addr 0xf0000000 level 12 flags 0x103	# sun4/200 and sun4/300
1371.24Sthorpejzs1	at obio0 addr 0x00000000 level 12 flags 0x103	# sun4/100
1381.24Sthorpejzs2	at obio0 addr 0xe0000000 level 12 flags 0x103	# sun4/300
1391.24Sthorpej
1401.26Spk#
1411.26Spk# Note the flags on the esp entries below, that work around
1421.26Spk# deficiencies in the current driver:
1431.26Spk#	bits 0-7:  disable disconnect/reselect for the corresponding target
1441.28Spk#	bits 8-15: disable synch negotiation for target [bit-8]
1451.30Spk#	Note: targets 4-7 have disconnect/reselect enabled on the premise
1461.30Spk#	      that tape devices normally have one of these targets. Tape
1471.30Spk#	      devices should be allowed to disconnect for the SCSI bus
1481.30Spk#	      to operate acceptably.
1491.26Spk#
1501.26Spk
1511.25Spk# sun4/300 SCSI - an NCR53c94 or equivalent behind
1521.24Sthorpej# an LSI Logic DMA controller
1531.24Sthorpejdma0	at obio0 addr 0xfa001000 level 4		# sun4/300
1541.30Spkesp0	at obio0 addr 0xfa000000 level 4 flags 0xff0f	#
1551.1Sderaadt
1561.28Spk# sun4c or sun4m SCSI - an NCR53c94 or equivalent behind
1571.28Spk# specialized DMA glue
1581.28Spkdma0	at sbus0 slot ? offset ?			# on-board SCSI
1591.30Spkesp0	at sbus0 slot ? offset ? flags 0xff0f		# sun4c
1601.30Spkesp0	at dma0 flags 0xff0f				# sun4m
1611.24Sthorpej
1621.28Spk# FSBE/S SCSI - an NCR53c94 or equivalent behind
1631.25Spkdma*	at sbus? slot ? offset ?			# SBus SCSI
1641.30Spkesp*	at sbus? slot ? offset ? flags 0xff0f		# two flavours
1651.30Spkesp*	at dma? flags 0xff0f				# depending on model
1661.24Sthorpej
1671.42Scgd# Qlogic ISP SBus SCSI Card
1681.42Scgdisp*	at sbus? slot ? offset ?
1691.42Scgd
1701.24Sthorpej# sun4m Ethernet - an AMD 7990 LANCE behind
1711.24Sthorpej# specialized DMA glue
1721.24Sthorpejledma0	at sbus0 slot ? offset ?			# sun4m on-board
1731.25Spkle0	at ledma0					#
1741.25Spk
1751.36Spk# Additional SBus LANCE devices - glued on by lebuffer
1761.36Spklebuffer0	at sbus0 slot ? offset ?		# sun4m SBus
1771.36Spklebuffer*	at sbus? slot ? offset ?		# sun4m SBus
1781.36Spkle0	at lebuffer0					#
1791.36Spkle*	at lebuffer?					#
1801.24Sthorpej
1811.24Sthorpej# sun4/300 and sun4c Ethernet - an AMD 7990 LANCE
1821.24Sthorpejle0	at sbus0 slot ? offset ?			# sun4c on-board
1831.1Sderaadtle*	at sbus? slot ? offset ?
1841.1Sderaadt
1851.24Sthorpejle0	at obio0 addr 0xf9000000 level 6		# sun4/300
1861.24Sthorpej
1871.24Sthorpej# sun4/100 and sun4/200 Ethernet - an Intel 82586 on-board
1881.24Sthorpej# or on a Multibus/VME card.
1891.24Sthorpejie0	at obio0 addr 0xf6000000 level 6		# sun4/200 on-board
1901.24Sthorpejie0	at obio0 addr 0x06000000 level 6		# sun4/100 on-board
1911.23Spk
1921.3Sderaadtie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
1931.44Spkie2	at vmel0 addr 0xff31ff02 level 5 vect 0x76
1941.44Spkie3	at vmel0 addr 0xff35ff02 level 5 vect 0x77
1951.44Spkie4	at vmel0 addr 0xff2dff02 level 5 vect 0x7c
1961.9Spk
1971.24Sthorpej# Xylogics 753 or 7053 VME SMD disk controllers and disks, found
1981.24Sthorpej# on sun4 systems.
1991.9Spkxdc0	at vmel0 addr 0xffffee80 level 3 vect 0x44
2001.9Spkxdc1	at vmel0 addr 0xffffee90 level 3 vect 0x45
2011.9Spkxdc2	at vmel0 addr 0xffffeea0 level 3 vect 0x46
2021.9Spkxdc3	at vmel0 addr 0xffffeeb0 level 3 vect 0x47
2031.9Spkxd*	at xdc? drive ?
2041.16Schuck
2051.24Sthorpej# Xylogics 451 or 451 VME SMD disk controllers and disks, found
2061.24Sthorpej# on sun4 systems.
2071.16Schuckxyc0	at vmes0 addr 0xffffee40 level 3 vect 0x48
2081.16Schuckxyc1	at vmes0 addr 0xffffee48 level 3 vect 0x49
2091.16Schuckxy*	at xyc? drive ?
2101.10Spk
2111.24Sthorpej# NCR5380-based "Sun SCSI 3" VME SCSI controller.
2121.24Sthorpej# This driver has several flags which may be enabled by OR'ing
2131.24Sthorpej# the values and using the "flags" directive.
2141.24Sthorpej# Valid flags are:
2151.24Sthorpej#
2161.24Sthorpej#	0x01		Use DMA (may be polled)
2171.24Sthorpej#	0x02		Use DMA completion interrupts
2181.24Sthorpej#	0x04		Allow disconnect/reselect
2191.24Sthorpej#
2201.24Sthorpej# E.g. the following would enable DMA, interrupts, and reselect:
2211.24Sthorpej# si0	at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x07
2221.24Sthorpej#
2231.24Sthorpej# By default, DMA is enabled in the driver.
2241.20Sthorpejsi0	at vmes0 addr 0xff200000 level 3 vect 0x40
2251.24Sthorpej
2261.24Sthorpej# NCR5380-based "SCSI Weird" on-board SCSI interface found
2271.24Sthorpej# on sun4/100 systems.  The flags are the same as the "si"
2281.24Sthorpej# controller.  Note, while DMA is enabled by default, only
2291.24Sthorpej# polled DMA works at this time, and reselects do not work
2301.24Sthorpej# on this particular controller.
2311.20Sthorpejsw0	at obio0 addr 0x0a000000 level 3
2321.1Sderaadt
2331.24Sthorpej# Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
2341.24Sthorpej# systems.  If your sun4 system has a cgfour installed in the P4 slot,
2351.24Sthorpej# the P4 entries for "bwtwo" will attach to the overlay plane of the
2361.24Sthorpej# "cgfour".
2371.24Sthorpejbwtwo0	at sbus0 slot ? offset ?		# sun4c on-board
2381.24Sthorpejbwtwo*	at sbus? slot ? offset ?		# sun4c and sun4m
2391.24Sthorpejbwtwo0	at obio0 addr 0xfd000000 level 4	# sun4/200
2401.24Sthorpejbwtwo0	at obio0 addr 0xfb300000 level 4	# sun4/300 in P4 slot
2411.24Sthorpejbwtwo0	at obio0 addr 0x0b300000 level 4	# sun4/100 in P4 slot
2421.21Sthorpej
2431.24Sthorpej# Sun "cgtwo" VME color framebuffer
2441.17Spkcgtwo0	at vmes0 addr 0xff400000 level 4 vect 0xa8
2451.21Sthorpej
2461.24Sthorpej# Sun "cgthree" Sbus color framebuffer
2471.1Sderaadtcgthree0 at sbus? slot ? offset ?
2481.1Sderaadtcgthree* at sbus? slot ? offset ?
2491.22Spk#cgthree0 at obio? slot ? offset ?		# sun4m
2501.22Spk#cgthree* at obio? slot ? offset ?		# sun4m
2511.21Sthorpej
2521.24Sthorpej# Sun "cgfour" color framebuffer with overlay plane.  See above comment
2531.24Sthorpej# regarding overlay plane.
2541.24Sthorpejcgfour0	at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2551.24Sthorpejcgfour0	at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2561.21Sthorpej
2571.24Sthorpej# Sun "cgsix" accelerated color framebuffer.
2581.21Sthorpejcgsix0	at sbus? slot ? offset ?
2591.21Sthorpejcgsix*	at sbus? slot ? offset ?
2601.24Sthorpejcgsix0	at obio0 addr 0xfb000000 level 4	# sun4/300 P4
2611.24Sthorpejcgsix0	at obio0 addr 0x0b000000 level 4	# sun4/100 P4
2621.21Sthorpej
2631.24Sthorpej# Sun "cgeight" 24-bit framebuffer
2641.24Sthorpejcgeight0 at obio0 addr 0xfb300000 level 4	# sun4/300 P4
2651.24Sthorpejcgeight0 at obio0 addr 0x0b300000 level 4	# sun4/100 P4
2661.29Spk
2671.29Spk# Sun "tcx" accelerated color framebuffer.
2681.29Spktcx0	at sbus? slot ? offset ?
2691.29Spktcx*	at sbus? slot ? offset ?
2701.33Sabrown
2711.33Sabrown# Sun "cgfourteen" accelerated 24-bit framebuffer.
2721.33Sabrowncgfourteen0	at obio0			# sun4m
2731.1Sderaadt
2741.24Sthorpej# SCSI bus layer.  SCSI devices attach to the SCSI bus, which attaches
2751.24Sthorpej# to the underlying hardware controller.
2761.1Sderaadtscsibus* at esp?
2771.42Scgdscsibus* at isp?
2781.13Spkscsibus* at si?
2791.13Spkscsibus* at sw?
2801.1Sderaadt
2811.24Sthorpej# These entries find devices on all SCSI busses and assign
2821.34Spk# unit numbers dynamically.
2831.24Sthorpejsd*	at scsibus? target ? lun ?		# SCSI disks
2841.24Sthorpejst*	at scsibus? target ? lun ?		# SCSI tapes
2851.24Sthorpejcd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
2861.24Sthorpejch*	at scsibus? target ? lun ?		# SCSI changer devices
2871.24Sthorpej
2881.24Sthorpej# Floppy controller and drive found on SPARCstations.
2891.24Sthorpejfdc0	at mainbus0				# sun4c controller
2901.24Sthorpejfdc0	at obio0				# sun4m controller
2911.24Sthorpejfd*	at fdc0					# the drive itself
2921.24Sthorpej
2931.43Slukempseudo-device	loop			# loopback interface; required
2941.43Slukempseudo-device	pty		32	# pseudo-ttys (for network, etc.)
2951.43Slukempseudo-device	sl		2	# SLIP interfaces
2961.43Slukempseudo-device	kbd			# Sun keyboard
2971.43Slukempseudo-device	ppp		2	# PPP interfaces
2981.43Slukempseudo-device	tun		4	# Network "tunnel" device
2991.43Slukempseudo-device	bpfilter	16	# Berkeley Packet Filter
3001.43Slukempseudo-device	vnd		4	# disk-like interface to files
3011.43Slukempseudo-device	ccd		4	# concatenated and striped disks
3021.43Slukem#pseudo-device	strip		1	# radio clock
3031.43Slukem#pseudo-device	ipfilter		# ip filter
304