GENERIC revision 1.12
11.12Sthorpej#	$NetBSD: GENERIC,v 1.12 1996/09/10 22:26:50 thorpej Exp $
21.1Smycroft#
31.3Sthorpej# Generic kernel - one size fits all.
41.1Smycroft#
51.1Smycroftmachine		"hp300"
61.1Smycroft
71.3Sthorpejcpu             "HP320"
81.3Sthorpejcpu             "HP330"         # includes 318, 319
91.3Sthorpejcpu             "HP340"
101.3Sthorpejcpu             "HP350"
111.1Smycroftcpu		"HP360"
121.1Smycroftcpu		"HP370"
131.1Smycroftcpu		"HP375"		# includes 345, 400t, 400s
141.1Smycroftcpu		"HP380"		# includes 425t, 425s, 433s
151.1Smycroftident		GENERIC
161.1Smycroft
171.1Smycroft# Need to set locally
181.1Smycrofttimezone	8 dst
191.8Sthorpejmaxusers	32
201.1Smycroft
211.1Smycroft# Standard system options
221.1Smycroftoptions		SWAPPAGER		# swap pager (anonymous and swap space)
231.1Smycroftoptions		VNODEPAGER		# vnode pager (mapped files)
241.1Smycroftoptions		DEVPAGER		# device pager (mapped devices)
251.3Sthorpejoptions         "COMPAT_43"             # compatibility with 4.3BSD interfaces
261.3Sthorpejoptions         "COMPAT_44"             # compatibility with 4.4BSD binaries
271.3Sthorpejoptions         "COMPAT_09"             # compatibility with NetBSD 0.9
281.3Sthorpejoptions		"COMPAT_10"		# compatibility with NetBSD 1.0
291.10Sthorpejoptions		"COMPAT_11"		# compatibility with NetBSD 1.1
301.10Sthorpejoptions		"COMPAT_12"		# compatibility with NetBSD 1.2
311.3Sthorpejoptions         SYSVSHM                 # System V-style shared memory
321.3Sthorpejoptions         SYSVSEM                 # System V-style semaphores
331.3Sthorpejoptions         SYSVMSG                 # System V-style message queues
341.3Sthorpejoptions         KTRACE                  # system call tracing support
351.3Sthorpejoptions		"NKMEMCLUSTERS=1024"	# # 4K pages in kernel malloc pool
361.1Smycroft
371.1Smycroft# Filesystem options
381.1Smycroftoptions		FIFO		# POSIX fifo support (in all filesystems)
391.1Smycroftoptions		FFS,QUOTA	# fast filesystem with user and group quotas
401.3Sthorpejoptions         "CD9660"        # CD-ROM ISO-9660 filesystem
411.3Sthorpejoptions		NFSSERVER	# Network filesystem server
421.3Sthorpejoptions		NFSCLIENT	# Network filesystem client
431.3Sthorpejoptions		UNION		# Union filesystem (req. for FDESC)
441.1Smycroftoptions		KERNFS		# kernel data-structure filesystem
451.1Smycroftoptions		FDESC		# user file descriptor filesystem
461.1Smycroftoptions		PROCFS		# /proc filesystem
471.3Sthorpejoptions		MFS		# Memory-based filesystem
481.1Smycroft
491.1Smycroft# Networking options
501.1Smycroftoptions		INET		# Internet protocols
511.3Sthorpejoptions		GATEWAY		# IP forwarding + larger mb_map
521.3Sthorpejoptions		MROUTING	# Multicast routing
531.1Smycroftoptions		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
541.1Smycroft
551.1Smycroft# Options for HP hardware
561.3Sthorpejoptions		FPSP		# floating point interface for 68040
571.3Sthorpejoptions		USELEDS		# make the lights twinkle
581.3Sthorpejoptions		COMPAT_NOLABEL	# defaults for unlabeled disks
591.3Sthorpej#options	PANICBUTTON	# two fast <reset>s on HIL dump kernel
601.9Sthorpej#options	CONSCODE="9"	# force console at this select code
611.11Sthorpejoptions		UK_KEYBOARD	# include United Kingdom HIL keymap
621.11Sthorpejoptions		SE_KEYBOARD	# include Swedish HIL keymap
631.3Sthorpej
641.7Sthorpej#
651.7Sthorpej# HP-UX binary compatibility.
661.7Sthorpej# NOTE: THIS IS STILL VERY EXPERIMENTAL.  YOUR MILEAGE MAY VARY.
671.7Sthorpej#
681.8Sthorpejoptions	COMPAT_HPUX		# HP-UX binary compatibility
691.12Sthorpej
701.12Sthorpej#options 	"COMPAT_M68K4K"	# compat. with NetBSD/m68k4k binaries
711.1Smycroft
721.3Sthorpej# Debugging options
731.3Sthorpejoptions		DDB		# Kernel Dynamic Debugger
741.1Smycroft
751.3Sthorpej# If the kernel isn't named `GENERIC', uncomment the line below.
761.3Sthorpej#options	GENERIC		# Generic swap support
771.1Smycroftconfig		netbsd swap generic
781.1Smycroft
791.1Smycroftmaster		hpib0	at scode7
801.1Smycroftmaster		hpib1	at scode?
811.1Smycroftmaster		hpib2	at scode?
821.3Sthorpejmaster		hpib3	at scode?
831.3Sthorpejdisk		rd0	at hpib? slave ?
841.1Smycroftdisk		rd1	at hpib? slave ?
851.1Smycroftdisk		rd2	at hpib? slave ?
861.1Smycroftdisk		rd3	at hpib? slave ?
871.3Sthorpejdisk		rd4	at hpib? slave ?
881.3Sthorpejdisk		rd5	at hpib? slave ?
891.3Sthorpejdisk		rd6	at hpib? slave ?
901.3Sthorpejtape		ct0	at hpib0 slave ?
911.3Sthorpejtape		ct1	at hpib0 slave ? flags 1
921.5Sthorpejtape		mt0	at hpib0 slave ?
931.1Smycroftdevice		ppi0	at hpib0 slave 5
941.1Smycroft
951.1Smycroftmaster		scsi0	at scode?
961.1Smycroftmaster		scsi1	at scode?
971.1Smycroftmaster		scsi2	at scode?
981.1Smycroftmaster		scsi3	at scode?
991.1Smycroftdisk		sd0	at scsi? slave ?
1001.1Smycroftdisk		sd1	at scsi? slave ?
1011.1Smycroftdisk		sd2	at scsi? slave ?
1021.1Smycroftdisk		sd3	at scsi? slave ?
1031.1Smycroftdisk		sd4	at scsi? slave ?
1041.1Smycroftdisk		sd5	at scsi? slave ?
1051.1Smycroftdisk		sd6	at scsi? slave ?
1061.1Smycroftdisk		sd7	at scsi? slave ?
1071.1Smycroftdisk		sd8	at scsi? slave ?
1081.1Smycroftdisk		sd9	at scsi? slave ?
1091.1Smycrofttape		st0	at scsi? slave ?
1101.1Smycrofttape		st1	at scsi? slave ?
1111.1Smycroft
1121.1Smycroftdevice		dca0	at scode9 flags 1
1131.6Sthorpejdevice		dca1	at scode?
1141.3Sthorpej
1151.1Smycroftdevice		dcm0	at scode? flags 0xe
1161.1Smycroftdevice		dcm1	at scode? flags 0xe
1171.1Smycroft
1181.1Smycroftdevice		le0	at scode?
1191.1Smycroftdevice		le1	at scode?
1201.1Smycroft
1211.1Smycroftdevice		grf0	at scode?
1221.6Sthorpejdevice		grf1	at scode?
1231.1Smycroft
1241.1Smycroftpseudo-device	pty		64	# pseudo ptys
1251.3Sthorpejpseudo-device	sl		4	# SLIP network interfaces
1261.3Sthorpejpseudo-device	ppp		4	# PPP network interfaces
1271.3Sthorpejpseudo-device	bpfilter	16	# Berkeley packet filter
1281.4Sthorpejpseudo-device	vnd		4	# vnode pseudo-disks
1291.4Sthorpejpseudo-device	ccd		4	# concatenated disk devices
1301.3Sthorpejpseudo-device	ite			# terminal emulation on grf
1311.3Sthorpejpseudo-device	loop			# loopback network interface
1321.3Sthorpejpseudo-device	ether			# basic ethernet support
133