GENERIC revision 1.2
11.2Sderaadt# 	$NetBSD: GENERIC,v 1.2 1994/12/16 21:53:43 deraadt Exp $
21.1Sderaadt
31.1Sderaadt# Kernel for Theo's wimpy sparcstation IPC
41.1Sderaadt
51.1Sderaadtmachine		sparc
61.1Sderaadtoptions		"SUN4", "SUN4C"
71.1Sderaadt
81.1Sderaadt# obsolete timezone spec
91.1Sderaadtoptions		TIMEZONE=0, DST=0
101.1Sderaadt
111.1Sderaadt# Standard system options
121.1Sderaadtoptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
131.1Sderaadt#options	DEBUG, DIAGNOSTIC	# extra kernel debugging
141.1Sderaadtoptions		KTRACE			# system call tracing support
151.1Sderaadt#options	KGDB			# support for kernel gdb
161.1Sderaadt#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
171.1Sderaadtoptions		RCONSOLE		# fast rasterop console
181.1Sderaadtoptions		SYSVMSG,SYSVSEM,SYSVSHM
191.1Sderaadtoptions		"COMPAT_09", "COMPAT_10"
201.1Sderaadt
211.1Sderaadt# Filesystem options
221.1Sderaadtoptions		FFS
231.1Sderaadtoptions		NFSSERVER	# Sun NFS-compatible filesystem
241.1Sderaadtoptions		NFSCLIENT	# Sun NFS-compatible filesystem
251.1Sderaadtoptions		KERNFS		# kernel data-structure filesystem
261.1Sderaadt#options	FIFO		# POSIX fifo support (in all filesystems)
271.1Sderaadt#options	QUOTA		# fast filesystem with user and group quotas
281.1Sderaadt#options	MFS		# memory-based filesystem
291.1Sderaadt#options	LOFS		# Loop-back filesystem
301.1Sderaadt#options	FDESC		# user file descriptor filesystem
311.1Sderaadt#options	UMAPFS		# uid/gid remapping filesystem
321.1Sderaadt#options	LFS		# Log-based filesystem (still experimental)
331.1Sderaadt#options	PORTAL		# portal filesystem (still experimental)
341.1Sderaadt
351.1Sderaadt# Networking options
361.1Sderaadtoptions		INET
371.1Sderaadtoptions		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
381.1Sderaadt#options	GATEWAY		# IP packet forwarding
391.1Sderaadt#options	ISO		# OSI networking
401.1Sderaadt#options	TPIP
411.1Sderaadt#options	EON
421.1Sderaadtoptions		COMPAT_43
431.1Sderaadt
441.1Sderaadtoptions		LKM
451.1Sderaadt
461.1Sderaadt# Options for SPARCstation hardware
471.1Sderaadtoptions		COMPAT_SUNOS		# compatibility with SunOS binaries
481.1Sderaadt
491.1Sderaadtconfig		netbsd	root nfs swap nfs
501.1Sderaadt
511.1Sderaadtmainbus0 at root
521.1Sderaadtcpu0	at mainbus0
531.1Sderaadt
541.1Sderaadtsbus0	at mainbus0
551.1Sderaadtobio0	at mainbus0
561.1Sderaadtvmes0	at mainbus0
571.1Sderaadtvmel0	at mainbus0
581.1Sderaadt
591.1Sderaadtaudio0	at mainbus0
601.1Sderaadtauxreg0	at mainbus0
611.1Sderaadtclock0	at mainbus0
621.1Sderaadtclock0	at obio0 addr 0xf2000000
631.2Sderaadtoclock0	at obio0 addr 0xf3000000
641.1Sderaadtmemreg0	at mainbus0
651.1Sderaadtmemreg0	at obio0 addr 0xf4000000
661.1Sderaadttimer0	at mainbus0
671.1Sderaadttimer0	at obio0 addr 0xef000000
681.1Sderaadt
691.1Sderaadtzs0	at mainbus0
701.1Sderaadtzs0	at obio0 addr 0xf1000000 level 12 flags 0x103
711.1Sderaadtzs1	at mainbus0
721.1Sderaadtzs1	at obio0 addr 0xf0000000 level 12 flags 0x103
731.1Sderaadtzs2	at obio0 addr 0xe0000000 level 12 flags 0x103
741.1Sderaadt
751.1Sderaadt# FSBE/S or sun4m
761.1Sderaadtespdma0	at sbus0 slot ? offset ?
771.1Sderaadtespdma*	at sbus0 slot ? offset ?
781.1Sderaadtesp0	at espdma? slot ? offset ?
791.1Sderaadtesp*	at espdma? slot ? offset ?
801.1Sderaadt
811.1Sderaadt# old sun4c SCSI
821.1Sderaadtdma0	at sbus0 slot ? offset ?
831.1Sderaadtdma*	at sbus0 slot ? offset ?
841.1Sderaadtdma0	at obio0 addr 0xfa001000 level 4
851.1Sderaadtesp0	at sbus0 slot ? offset ?
861.1Sderaadtesp*	at sbus0 slot ? offset ?
871.1Sderaadtesp0	at obio0 addr 0xfa000000 level 4
881.1Sderaadt
891.1Sderaadt# old sun4c
901.1Sderaadtle0	at sbus? slot ? offset ?
911.1Sderaadtle*	at sbus? slot ? offset ?
921.1Sderaadtle0	at obio0 addr 0xf9000000 level 6
931.1Sderaadt
941.2Sderaadtie0	at obio0 addr 0xf6000000 level 6
951.2Sderaadtie1	at vmes0 addr 0xe88000 level 5 vect 0x75
961.2Sderaadtie2	at vmes0 addr 0x31ff02 level 5 vect 0x76
971.2Sderaadtie3	at vmes0 addr 0x35ff02 level 5 vect 0x77
981.2Sderaadtie4	at vmes0 addr 0x2dff02 level 5 vect 0x7c
991.1Sderaadt
1001.1Sderaadtbwtwo0	at sbus? slot ? offset ?
1011.1Sderaadtbwtwo*	at sbus? slot ? offset ?
1021.1Sderaadtcgthree0 at sbus? slot ? offset ?
1031.1Sderaadtcgthree* at sbus? slot ? offset ?
1041.1Sderaadtcgsix0 at sbus? slot ? offset ?
1051.1Sderaadtcgsix* at sbus? slot ? offset ?
1061.1Sderaadt
1071.1Sderaadtscsibus* at esp?
1081.1Sderaadt
1091.1Sderaadtsd*	at scsibus? target ? drive ?
1101.1Sderaadtst*	at scsibus? target ? drive ?
1111.1Sderaadtcd*	at scsibus? target ? drive ?
1121.1Sderaadt
1131.1Sderaadtpseudo-device	loop
1141.1Sderaadtpseudo-device	pty	32
1151.1Sderaadtpseudo-device	sl	2
1161.1Sderaadtpseudo-device	kbd
1171.1Sderaadtpseudo-device	ppp	2
1181.1Sderaadtpseudo-device	tun	4
1191.1Sderaadtpseudo-device	vn	3
1201.1Sderaadtpseudo-device	bpfilter 16
121