GENERIC revision 1.10
11.10Sthorpej#	$NetBSD: GENERIC,v 1.10 1996/08/22 21:03:13 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.3Sthorpej
621.7Sthorpej#
631.7Sthorpej# HP-UX binary compatibility.
641.7Sthorpej# NOTE: THIS IS STILL VERY EXPERIMENTAL.  YOUR MILEAGE MAY VARY.
651.7Sthorpej#
661.8Sthorpejoptions	COMPAT_HPUX		# HP-UX binary compatibility
671.1Smycroft
681.3Sthorpej# Debugging options
691.3Sthorpejoptions		DDB		# Kernel Dynamic Debugger
701.1Smycroft
711.3Sthorpej# If the kernel isn't named `GENERIC', uncomment the line below.
721.3Sthorpej#options	GENERIC		# Generic swap support
731.1Smycroftconfig		netbsd swap generic
741.1Smycroft
751.1Smycroftmaster		hpib0	at scode7
761.1Smycroftmaster		hpib1	at scode?
771.1Smycroftmaster		hpib2	at scode?
781.3Sthorpejmaster		hpib3	at scode?
791.3Sthorpejdisk		rd0	at hpib? slave ?
801.1Smycroftdisk		rd1	at hpib? slave ?
811.1Smycroftdisk		rd2	at hpib? slave ?
821.1Smycroftdisk		rd3	at hpib? slave ?
831.3Sthorpejdisk		rd4	at hpib? slave ?
841.3Sthorpejdisk		rd5	at hpib? slave ?
851.3Sthorpejdisk		rd6	at hpib? slave ?
861.3Sthorpejtape		ct0	at hpib0 slave ?
871.3Sthorpejtape		ct1	at hpib0 slave ? flags 1
881.5Sthorpejtape		mt0	at hpib0 slave ?
891.1Smycroftdevice		ppi0	at hpib0 slave 5
901.1Smycroft
911.1Smycroftmaster		scsi0	at scode?
921.1Smycroftmaster		scsi1	at scode?
931.1Smycroftmaster		scsi2	at scode?
941.1Smycroftmaster		scsi3	at scode?
951.1Smycroftdisk		sd0	at scsi? slave ?
961.1Smycroftdisk		sd1	at scsi? slave ?
971.1Smycroftdisk		sd2	at scsi? slave ?
981.1Smycroftdisk		sd3	at scsi? slave ?
991.1Smycroftdisk		sd4	at scsi? slave ?
1001.1Smycroftdisk		sd5	at scsi? slave ?
1011.1Smycroftdisk		sd6	at scsi? slave ?
1021.1Smycroftdisk		sd7	at scsi? slave ?
1031.1Smycroftdisk		sd8	at scsi? slave ?
1041.1Smycroftdisk		sd9	at scsi? slave ?
1051.1Smycrofttape		st0	at scsi? slave ?
1061.1Smycrofttape		st1	at scsi? slave ?
1071.1Smycroft
1081.1Smycroftdevice		dca0	at scode9 flags 1
1091.6Sthorpejdevice		dca1	at scode?
1101.3Sthorpej
1111.1Smycroftdevice		dcm0	at scode? flags 0xe
1121.1Smycroftdevice		dcm1	at scode? flags 0xe
1131.1Smycroft
1141.1Smycroftdevice		le0	at scode?
1151.1Smycroftdevice		le1	at scode?
1161.1Smycroft
1171.1Smycroftdevice		grf0	at scode?
1181.6Sthorpejdevice		grf1	at scode?
1191.1Smycroft
1201.1Smycroftpseudo-device	pty		64	# pseudo ptys
1211.3Sthorpejpseudo-device	sl		4	# SLIP network interfaces
1221.3Sthorpejpseudo-device	ppp		4	# PPP network interfaces
1231.3Sthorpejpseudo-device	bpfilter	16	# Berkeley packet filter
1241.4Sthorpejpseudo-device	vnd		4	# vnode pseudo-disks
1251.4Sthorpejpseudo-device	ccd		4	# concatenated disk devices
1261.3Sthorpejpseudo-device	ite			# terminal emulation on grf
1271.3Sthorpejpseudo-device	loop			# loopback network interface
1281.3Sthorpejpseudo-device	ether			# basic ethernet support
129