GENERIC revision 1.1
11.1Sderaadt# 	$NetBSD: GENERIC,v 1.1 1994/12/07 14:45:54 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.1Sderaadtmemreg0	at mainbus0
641.1Sderaadtmemreg0	at obio0 addr 0xf4000000
651.1Sderaadttimer0	at mainbus0
661.1Sderaadttimer0	at obio0 addr 0xef000000
671.1Sderaadt
681.1Sderaadtzs0	at mainbus0
691.1Sderaadtzs0	at obio0 addr 0xf1000000 level 12 flags 0x103
701.1Sderaadtzs1	at mainbus0
711.1Sderaadtzs1	at obio0 addr 0xf0000000 level 12 flags 0x103
721.1Sderaadtzs2	at obio0 addr 0xe0000000 level 12 flags 0x103
731.1Sderaadt
741.1Sderaadt# FSBE/S or sun4m
751.1Sderaadtespdma0	at sbus0 slot ? offset ?
761.1Sderaadtespdma*	at sbus0 slot ? offset ?
771.1Sderaadtesp0	at espdma? slot ? offset ?
781.1Sderaadtesp*	at espdma? slot ? offset ?
791.1Sderaadt
801.1Sderaadt# old sun4c SCSI
811.1Sderaadtdma0	at sbus0 slot ? offset ?
821.1Sderaadtdma*	at sbus0 slot ? offset ?
831.1Sderaadtdma0	at obio0 addr 0xfa001000 level 4
841.1Sderaadtesp0	at sbus0 slot ? offset ?
851.1Sderaadtesp*	at sbus0 slot ? offset ?
861.1Sderaadtesp0	at obio0 addr 0xfa000000 level 4
871.1Sderaadt
881.1Sderaadt# old sun4c
891.1Sderaadtle0	at sbus? slot ? offset ?
901.1Sderaadtle*	at sbus? slot ? offset ?
911.1Sderaadtle0	at obio0 addr 0xf9000000 level 6
921.1Sderaadt
931.1Sderaadtie0	at vmes0 addr 0xffe88000 level 5 vect 0x75
941.1Sderaadt
951.1Sderaadtbwtwo0	at sbus? slot ? offset ?
961.1Sderaadtbwtwo*	at sbus? slot ? offset ?
971.1Sderaadtcgthree0 at sbus? slot ? offset ?
981.1Sderaadtcgthree* at sbus? slot ? offset ?
991.1Sderaadtcgsix0 at sbus? slot ? offset ?
1001.1Sderaadtcgsix* at sbus? slot ? offset ?
1011.1Sderaadt
1021.1Sderaadtscsibus* at esp?
1031.1Sderaadt
1041.1Sderaadtsd*	at scsibus? target ? drive ?
1051.1Sderaadtst*	at scsibus? target ? drive ?
1061.1Sderaadtcd*	at scsibus? target ? drive ?
1071.1Sderaadt
1081.1Sderaadtpseudo-device	loop
1091.1Sderaadtpseudo-device	pty	32
1101.1Sderaadtpseudo-device	sl	2
1111.1Sderaadtpseudo-device	kbd
1121.1Sderaadtpseudo-device	ppp	2
1131.1Sderaadtpseudo-device	tun	4
1141.1Sderaadtpseudo-device	vn	3
1151.1Sderaadtpseudo-device	bpfilter 16
116