GENERIC revision 1.27
11.27Sthorpej#	$NetBSD: GENERIC,v 1.27 1997/03/31 00:03:11 thorpej Exp $
21.1Smycroft#
31.3Sthorpej# Generic kernel - one size fits all.
41.1Smycroft#
51.1Smycroft
61.20Sthorpej# Include attributes common to all hp300s
71.20Sthorpejinclude "arch/hp300/conf/std.hp300"
81.20Sthorpej
91.20Sthorpej# Support for various CPU types
101.20Sthorpejoptions 	HP320
111.20Sthorpejoptions 	HP330		# includes 318, 319
121.20Sthorpejoptions 	HP340
131.20Sthorpejoptions 	HP350
141.20Sthorpejoptions 	HP360
151.20Sthorpejoptions 	HP370
161.20Sthorpejoptions 	HP375		# includes 345, 400t, 400s
171.20Sthorpejoptions 	HP380		# includes 425t, 425s, 433s
181.1Smycroft
191.1Smycroft# Need to set locally
201.8Sthorpejmaxusers	32
211.1Smycroft
221.1Smycroft# Standard system options
231.20Sthorpejoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
241.20Sthorpejoptions 	COMPAT_44	# compatibility with 4.4BSD binaries
251.20Sthorpejoptions 	COMPAT_09	# compatibility with NetBSD 0.9
261.20Sthorpejoptions 	COMPAT_10	# compatibility with NetBSD 1.0
271.20Sthorpejoptions 	COMPAT_11	# compatibility with NetBSD 1.1
281.20Sthorpejoptions 	COMPAT_12	# compatibility with NetBSD 1.2
291.20Sthorpejoptions 	SYSVSHM		# System V-style shared memory
301.20Sthorpejoptions 	SYSVSEM		# System V-style semaphores
311.20Sthorpejoptions 	SYSVMSG		# System V-style message queues
321.20Sthorpejoptions 	KTRACE		# system call tracing support
331.26Smrgoptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
341.25Sthorpejoptions 	LKM		# Loadable kernel modules
351.1Smycroft
361.22Sthorpej# Filesystems
371.22Sthorpejfile-system 	FFS		# fast filesystem
381.22Sthorpejfile-system 	CD9660		# CD-ROM ISO-9660 filesystem
391.23Sthorpejfile-system 	NFS		# Network filesystem client
401.22Sthorpejfile-system 	UNION		# Union filesystem (req. for FDESC)
411.22Sthorpejfile-system 	KERNFS		# kernel data-structure filesystem
421.22Sthorpejfile-system 	FDESC		# user file descriptor filesystem
431.22Sthorpejfile-system 	PROCFS		# /proc filesystem
441.22Sthorpejfile-system 	MFS		# Memory-based filesystem
451.22Sthorpej
461.1Smycroft# Filesystem options
471.20Sthorpejoptions 	FIFO		# POSIX fifo support (in all filesystems)
481.22Sthorpejoptions 	QUOTA		# User and group quotas in FFS
491.20Sthorpejoptions 	NFSSERVER	# Network filesystem server
501.1Smycroft
511.1Smycroft# Networking options
521.21Sscottroptions 	INET		# Internet protocols
531.26Smrgoptions  	GATEWAY		# IP forwarding + larger mb_map
541.26Smrgoptions  	MROUTING	# Multicast routing
551.26Smrgoptions  	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
561.26Smrg#options 	PFIL_HOOKS	# packet filter hooks
571.1Smycroft
581.1Smycroft# Options for HP hardware
591.21Sscottroptions 	FPSP		# floating point interface for 68040
601.21Sscottroptions 	USELEDS		# make the lights twinkle
611.21Sscottroptions 	COMPAT_NOLABEL	# defaults for unlabeled disks
621.3Sthorpej#options	PANICBUTTON	# two fast <reset>s on HIL dump kernel
631.9Sthorpej#options	CONSCODE="9"	# force console at this select code
641.21Sscottroptions 	UK_KEYBOARD	# include United Kingdom HIL keymap
651.21Sscottroptions 	SE_KEYBOARD	# include Swedish HIL keymap
661.3Sthorpej
671.20Sthorpej# This option enables a different copyin/copyout that uses page
681.20Sthorpej# mapping for large copies.
691.20Sthorpej#options 	MAPPEDCOPY	# different copyin/copyout for large copies
701.20Sthorpej
711.7Sthorpej#
721.7Sthorpej# HP-UX binary compatibility.
731.7Sthorpej# NOTE: THIS IS STILL VERY EXPERIMENTAL.  YOUR MILEAGE MAY VARY.
741.7Sthorpej#
751.20Sthorpejoptions 	COMPAT_HPUX	# HP-UX binary compatibility
761.12Sthorpej
771.20Sthorpejoptions 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
781.1Smycroft
791.3Sthorpej# Debugging options
801.17Sthorpejoptions 	DIAGNOSTIC	# Extra kernel sanity checks
811.17Sthorpej#options 	DEBUG		# Enable misc. kernel debugging code
821.21Sscottroptions 	DDB		# Kernel Dynamic Debugger
831.27Sthorpejmakeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
841.21Sscottr
851.21Sscottr# Verbose descriptions of unconfigured DIO devices
861.21Sscottr# (Warning: this compiles in a large string table)
871.21Sscottroptions 	DIOVERBOSE	# recognize "unknown" DIO devices
881.1Smycroft
891.22Sthorpejconfig		netbsd root on ? type ?
901.1Smycroft
911.20Sthorpejmainbus0	at root		# root "bus"
921.20Sthorpej
931.20Sthorpejintio0		at mainbus0	# internal i/o space
941.20Sthorpejdio0		at mainbus0	# DIO/DIO-II bus
951.20Sthorpej
961.20Sthorpej# Davinci framebuffer
971.20Sthorpejdvbox*		at intio?
981.20Sthorpejdvbox*		at dio? scode ?
991.20Sthorpej
1001.20Sthorpej# Gatorbox framebuffer
1011.20Sthorpejgbox*		at intio?
1021.20Sthorpejgbox*		at dio? scode ?
1031.20Sthorpej
1041.20Sthorpej# Hyperion framebuffer
1051.20Sthorpejhyper*		at dio? scode ?
1061.20Sthorpej
1071.20Sthorpej# Renaissance framebuffer
1081.20Sthorpejrbox*		at intio?
1091.20Sthorpejrbox*		at dio? scode ?
1101.20Sthorpej
1111.20Sthorpej# Topcat/catseye framebuffers
1121.20Sthorpejtopcat*		at intio?
1131.20Sthorpejtopcat*		at dio? scode ?
1141.20Sthorpej
1151.20Sthorpej# Framebuffer abstraction
1161.20Sthorpejgrf*		at dvbox?
1171.20Sthorpejgrf*		at gbox?
1181.20Sthorpejgrf*		at hyper?
1191.20Sthorpejgrf*		at rbox?
1201.20Sthorpejgrf*		at topcat?
1211.20Sthorpej
1221.20Sthorpej# Internal Terminal Emulator
1231.20Sthorpejite*		at grf?
1241.20Sthorpej
1251.20Sthorpejdca0		at dio? scode 9	flags 1	  # DCA serial interfaces
1261.20Sthorpejdca*		at dio? scode ?
1271.20Sthorpej
1281.20Sthorpejdcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
1291.20Sthorpej
1301.20Sthorpejle*		at dio? scode ?		# LANCE ethernet interfaces
1311.20Sthorpej
1321.20Sthorpejnhpib0		at dio? scode 7		# slow internal HP-IB
1331.20Sthorpejnhpib*		at dio? scode ?
1341.20Sthorpej
1351.20Sthorpejfhpib*		at dio? scode ?		# `fast' HP-IB
1361.20Sthorpej
1371.20Sthorpejhpibbus0	at nhpib0
1381.20Sthorpejhpibbus*	at nhpib?
1391.20Sthorpejhpibbus*	at fhpib?
1401.3Sthorpej
1411.20Sthorpejrd*		at hpibbus? slave ? punit ?	# HP-IB disks
1421.20Sthorpejct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
1431.20Sthorpejmt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
1441.20Sthorpejppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
1451.1Smycroft
1461.20Sthorpejoscsi*		at dio? scode ?		# Old HP SCSI
1471.1Smycroft
1481.20Sthorpejsd*		at oscsi? target ? lun ?	# SCSI disks
1491.20Sthorpejst*		at oscsi? target ? lun ?	# SCSI tapes
1501.20Sthorpejac*		at oscsi? target ? lun ?	# SCSI changers
1511.1Smycroft
1521.1Smycroftpseudo-device	pty		64	# pseudo ptys
1531.3Sthorpejpseudo-device	sl		4	# SLIP network interfaces
1541.3Sthorpejpseudo-device	ppp		4	# PPP network interfaces
1551.3Sthorpejpseudo-device	bpfilter	16	# Berkeley packet filter
1561.4Sthorpejpseudo-device	vnd		4	# vnode pseudo-disks
1571.4Sthorpejpseudo-device	ccd		4	# concatenated disk devices
1581.3Sthorpejpseudo-device	loop			# loopback network interface
1591.18Smrgpseudo-device	ipfilter 		# IP Filter package
160