GENERIC revision 1.1
11.1Smycroft#
21.1Smycroft# GENERIC HP9000/300
31.1Smycroft#
41.1Smycroftmachine		"hp300"
51.1Smycroft
61.1Smycroftcpu		"HP320"
71.1Smycroftcpu		"HP330"		# includes 318, 319
81.1Smycroftcpu		"HP340"
91.1Smycroftcpu		"HP350"
101.1Smycroftcpu		"HP360"
111.1Smycroftcpu		"HP370"
121.1Smycroftcpu		"HP375"		# includes 345, 400t, 400s
131.1Smycroftcpu		"HP380"		# includes 425t, 425s, 433s
141.1Smycroftident		GENERIC
151.1Smycroft
161.1Smycroft# Need to set locally
171.1Smycrofttimezone	8 dst
181.1Smycroftmaxusers	48
191.1Smycroft
201.1Smycroft# Standard system options
211.1Smycroftoptions		SWAPPAGER		# swap pager (anonymous and swap space)
221.1Smycroftoptions		VNODEPAGER		# vnode pager (mapped files)
231.1Smycroftoptions		DEVPAGER		# device pager (mapped devices)
241.1Smycroftoptions		DIAGNOSTIC		# extra kernel debugging checks
251.1Smycroftoptions		DEBUG			# extra kernel debugging support
261.1Smycroftoptions		"COMPAT_43"		# compatibility with 4.3BSD binaries
271.1Smycroftoptions		"COMPAT_44"		# compatibility with 4.4BSD binaries
281.1Smycroftoptions		"COMPAT_09"		# compatibility with NetBSD 0.9
291.1Smycroftoptions		SYSVSHM			# System V shared memory
301.1Smycroftoptions		SYSVSEM			# System V semaphores
311.1Smycroftoptions		SYSVMSG			# System V message queues
321.1Smycroftoptions		KTRACE			# system call tracing support
331.1Smycroftoptions		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
341.1Smycroftoptions		KGDB			# support for kernel gdb
351.1Smycroftoptions		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
361.1Smycroft#options	"KGDBDEV=15*256+0"	# device for kernel gdb
371.1Smycroft
381.1Smycroft# Filesystem options
391.1Smycroftoptions		FIFO		# POSIX fifo support (in all filesystems)
401.1Smycroftoptions		FFS,QUOTA	# fast filesystem with user and group quotas
411.1Smycroftoptions		MFS		# memory-based filesystem
421.1Smycroftoptions		NFSCLIENT	# Sun NFS-compatible client
431.1Smycroftoptions		NFSSERVER	# Sun NFS-compatible server
441.1Smycroftoptions		"CD9660"	# ISO 9660 (CDROM) filesystem
451.1Smycroftoptions		UNION		# Union filesystem
461.1Smycroftoptions		KERNFS		# kernel data-structure filesystem
471.1Smycroftoptions		FDESC		# user file descriptor filesystem
481.1Smycroftoptions		PROCFS		# /proc filesystem
491.1Smycroft#options	UMAPFS		# uid/gid remapping filesystem
501.1Smycroft#options	NULLFS		# null layer filesystem
511.1Smycroft#options	LFS		# Log-based filesystem (still experimental)
521.1Smycroft#options	PORTAL		# portal filesystem (still experimental)
531.1Smycroft
541.1Smycroft# Networking options
551.1Smycroftoptions		INET		# Internet protocols
561.1Smycroftoptions		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
571.1Smycroftoptions		GATEWAY		# IP packet forwarding
581.1Smycroftoptions		MROUTING	# Multicast routing support
591.1Smycroft#options	ISO		# OSI networking
601.1Smycroft#options	TPIP
611.1Smycroft#options	EON
621.1Smycroft
631.1Smycroft# Options for HP hardware
641.1Smycroftoptions		PANICBUTTON	# Two fast <reset>s on console dump kernel
651.1Smycroft#options	COMPAT_HPUX	# HP-UX binary compatibility
661.1Smycroft#options	COMPAT_OHPUX	# Needed at least through HP-UX 7.05
671.1Smycroftoptions		FPSP		# floating point emulation for MC68040
681.1Smycroftoptions		COMPAT_NOLABEL	# default partitioning for unlabeled disks
691.1Smycroftoptions		MAPPEDCOPY	# use page mapping for large copyin/copyout
701.1Smycroft
711.1Smycroft
721.1Smycroftconfig		netbsd swap generic
731.1Smycroft
741.1Smycroftmaster		hpib0	at scode7
751.1Smycroftmaster		hpib1	at scode?
761.1Smycroftmaster		hpib2	at scode?
771.1Smycroftdisk		rd0	at hpib? slave 0
781.1Smycroftdisk		rd1	at hpib? slave ?
791.1Smycroftdisk		rd2	at hpib? slave ?
801.1Smycroftdisk		rd3	at hpib? slave ?
811.1Smycrofttape		ct0	at hpib? slave ?
821.1Smycrofttape		ct1	at hpib? slave ? flags 1
831.1Smycroftdevice		ppi0	at hpib0 slave 5
841.1Smycroft
851.1Smycroftmaster		scsi0	at scode?
861.1Smycroftmaster		scsi1	at scode?
871.1Smycroftmaster		scsi2	at scode?
881.1Smycroftmaster		scsi3	at scode?
891.1Smycroftdisk		sd0	at scsi? slave ?
901.1Smycroftdisk		sd1	at scsi? slave ?
911.1Smycroftdisk		sd2	at scsi? slave ?
921.1Smycroftdisk		sd3	at scsi? slave ?
931.1Smycroftdisk		sd4	at scsi? slave ?
941.1Smycroftdisk		sd5	at scsi? slave ?
951.1Smycroftdisk		sd6	at scsi? slave ?
961.1Smycroftdisk		sd7	at scsi? slave ?
971.1Smycroftdisk		sd8	at scsi? slave ?
981.1Smycroftdisk		sd9	at scsi? slave ?
991.1Smycroftdisk		sd10	at scsi? slave ?
1001.1Smycrofttape		st0	at scsi? slave ?
1011.1Smycrofttape		st1	at scsi? slave ?
1021.1Smycroft
1031.1Smycroftdevice		dca0	at scode9 flags 1
1041.1Smycroftdevice		dcm0	at scode? flags 0xe
1051.1Smycroftdevice		dcm1	at scode? flags 0xe
1061.1Smycroftdevice		dcm2	at scode? flags 0xe
1071.1Smycroftdevice		dcm3	at scode? flags 0xe
1081.1Smycroftdevice		dcm4	at scode? flags 0xe
1091.1Smycroftdevice		dcm5	at scode? flags 0xe
1101.1Smycroft
1111.1Smycroftdevice		le0	at scode?
1121.1Smycroftdevice		le1	at scode?
1131.1Smycroftdevice		le2	at scode?
1141.1Smycroftdevice		le3	at scode?
1151.1Smycroft
1161.1Smycroftdevice		grf0	at scode?
1171.1Smycroftdevice		grf1	at scode?
1181.1Smycroftdevice		grf2	at scode?
1191.1Smycroft
1201.1Smycroftpseudo-device	sl		 4	# serial-line IP ports
1211.1Smycroftpseudo-device	ppp		 4	# Point-to-Point Protocol ports
1221.1Smycroftpseudo-device	pty		64	# pseudo ptys
1231.1Smycroftpseudo-device	bpfilter	16	# packet filter ports
1241.1Smycroftpseudo-device	ite
1251.1Smycroftpseudo-device	loop
1261.1Smycroftpseudo-device	ether
127