GENERIC revision 1.65
11.65Sdarcy#	$NetBSD: GENERIC,v 1.65 2001/06/30 11:00:33 darcy 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.50Shubertf
91.65Sdarcy#ident 		"GENERIC-$Revision: 1.65 $"
101.20Sthorpej
111.20Sthorpej# Support for various CPU types
121.20Sthorpejoptions 	HP320
131.20Sthorpejoptions 	HP330		# includes 318, 319
141.20Sthorpejoptions 	HP340
151.28Sthorpejoptions 	HP345
161.20Sthorpejoptions 	HP350
171.20Sthorpejoptions 	HP360
181.20Sthorpejoptions 	HP370
191.28Sthorpejoptions 	HP375
201.28Sthorpejoptions 	HP380
211.47Sthorpejoptions 	HP385
221.28Sthorpejoptions 	HP400
231.28Sthorpejoptions 	HP425
241.28Sthorpejoptions 	HP433
251.1Smycroft
261.1Smycroft# Need to set locally
271.8Sthorpejmaxusers	32
281.1Smycroft
291.1Smycroft# Standard system options
301.20Sthorpejoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
311.20Sthorpejoptions 	COMPAT_44	# compatibility with 4.4BSD binaries
321.20Sthorpejoptions 	COMPAT_09	# compatibility with NetBSD 0.9
331.20Sthorpejoptions 	COMPAT_10	# compatibility with NetBSD 1.0
341.20Sthorpejoptions 	COMPAT_11	# compatibility with NetBSD 1.1
351.20Sthorpejoptions 	COMPAT_12	# compatibility with NetBSD 1.2
361.37Skleinkoptions 	COMPAT_13	# compatibility with NetBSD 1.3
371.46Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
381.20Sthorpejoptions 	SYSVSHM		# System V-style shared memory
391.20Sthorpejoptions 	SYSVSEM		# System V-style semaphores
401.65Sdarcy#options	SEMMNI=10	# number of semaphore identifiers
411.65Sdarcy#options	SEMMNS=60	# number of semaphores in system
421.65Sdarcy#options	SEMUME=10	# max number of undo entries per process
431.65Sdarcy#options	SEMMNU=30	# number of undo structures in system
441.20Sthorpejoptions 	SYSVMSG		# System V-style message queues
451.20Sthorpejoptions 	KTRACE		# system call tracing support
461.25Sthorpejoptions 	LKM		# Loadable kernel modules
471.34Smjacob#options 	SCSIVERBOSE	# Verbose SCSI errors
481.1Smycroft
491.22Sthorpej# Filesystems
501.29Slukemfile-system	FFS		# fast filesystem
511.29Slukemfile-system	CD9660		# CD-ROM ISO-9660 filesystem
521.29Slukemfile-system	NFS		# Network filesystem client
531.29Slukemfile-system	UNION		# Union filesystem (req. for FDESC)
541.29Slukemfile-system	KERNFS		# kernel data-structure filesystem
551.29Slukemfile-system	FDESC		# user file descriptor filesystem
561.29Slukemfile-system	PROCFS		# /proc filesystem
571.29Slukemfile-system	MFS		# Memory-based filesystem
581.22Sthorpej
591.1Smycroft# Filesystem options
601.22Sthorpejoptions 	QUOTA		# User and group quotas in FFS
611.38Sbouyer#options 	FFS_EI		# FFS Endian Independant support
621.56Sfvdloptions 	SOFTDEP         # FFS soft updates support.
631.20Sthorpejoptions 	NFSSERVER	# Network filesystem server
641.40Sthorpejoptions 	NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
651.49Sitojun
661.1Smycroft# Networking options
671.21Sscottroptions 	INET		# Internet protocols
681.49Sitojunoptions 	INET6		# IPV6
691.49Sitojun#options 	IPSEC		# IP security
701.49Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
711.49Sitojun#options 	IPSEC_DEBUG	# debug for IP security
721.29Slukemoptions 	GATEWAY		# IP forwarding + larger mb_map
731.29Slukemoptions 	MROUTING	# Multicast routing
741.29Slukemoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
751.45Schristosoptions 	PFIL_HOOKS	# packet filter hooks
761.1Smycroft
771.1Smycroft# Options for HP hardware
781.21Sscottroptions 	FPSP		# floating point interface for 68040
791.21Sscottroptions 	USELEDS		# make the lights twinkle
801.21Sscottroptions 	COMPAT_NOLABEL	# defaults for unlabeled disks
811.29Slukem#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
821.30Slukem#options 	CONSCODE=9	# force console at this select code
831.21Sscottroptions 	UK_KEYBOARD	# include United Kingdom HIL keymap
841.21Sscottroptions 	SE_KEYBOARD	# include Swedish HIL keymap
851.3Sthorpej
861.20Sthorpej# This option enables a different copyin/copyout that uses page
871.20Sthorpej# mapping for large copies.
881.20Sthorpej#options 	MAPPEDCOPY	# different copyin/copyout for large copies
891.20Sthorpej
901.7Sthorpej#
911.7Sthorpej# HP-UX binary compatibility.
921.31Slukem# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
931.7Sthorpej#
941.20Sthorpejoptions 	COMPAT_HPUX	# HP-UX binary compatibility
951.12Sthorpej
961.64Ssimonboptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
971.20Sthorpejoptions 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
981.43Sitohy
991.43Sitohy#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
1001.44Skleink#options 	COMPAT_SVR4	# SVR4 binary compatibility
1011.1Smycroft
1021.3Sthorpej# Debugging options
1031.17Sthorpejoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1041.17Sthorpej#options 	DEBUG		# Enable misc. kernel debugging code
1051.21Sscottroptions 	DDB		# Kernel Dynamic Debugger
1061.35Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1071.27Sthorpejmakeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
1081.21Sscottr
1091.21Sscottr# Verbose descriptions of unconfigured DIO devices
1101.21Sscottr# (Warning: this compiles in a large string table)
1111.21Sscottroptions 	DIOVERBOSE	# recognize "unknown" DIO devices
1121.1Smycroft
1131.22Sthorpejconfig		netbsd root on ? type ?
1141.1Smycroft
1151.20Sthorpejmainbus0	at root		# root "bus"
1161.20Sthorpej
1171.20Sthorpejintio0		at mainbus0	# internal i/o space
1181.20Sthorpejdio0		at mainbus0	# DIO/DIO-II bus
1191.32Sthorpej
1201.32Sthorpej# Frodo utility chip found on 4xx's
1211.32Sthorpejfrodo0		at intio?
1221.32Sthorpej
1231.32Sthorpej# 8250-like serial ports found on Frodo ASIC
1241.32Sthorpej#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
1251.32Sthorpejapci*		at frodo? offset ?	# tty flavor
1261.20Sthorpej
1271.20Sthorpej# Davinci framebuffer
1281.20Sthorpejdvbox*		at intio?
1291.20Sthorpejdvbox*		at dio? scode ?
1301.20Sthorpej
1311.20Sthorpej# Gatorbox framebuffer
1321.20Sthorpejgbox*		at intio?
1331.20Sthorpejgbox*		at dio? scode ?
1341.20Sthorpej
1351.20Sthorpej# Hyperion framebuffer
1361.20Sthorpejhyper*		at dio? scode ?
1371.20Sthorpej
1381.20Sthorpej# Renaissance framebuffer
1391.20Sthorpejrbox*		at intio?
1401.20Sthorpejrbox*		at dio? scode ?
1411.20Sthorpej
1421.20Sthorpej# Topcat/catseye framebuffers
1431.20Sthorpejtopcat*		at intio?
1441.20Sthorpejtopcat*		at dio? scode ?
1451.20Sthorpej
1461.20Sthorpej# Framebuffer abstraction
1471.20Sthorpejgrf*		at dvbox?
1481.20Sthorpejgrf*		at gbox?
1491.20Sthorpejgrf*		at hyper?
1501.20Sthorpejgrf*		at rbox?
1511.20Sthorpejgrf*		at topcat?
1521.20Sthorpej
1531.20Sthorpej# Internal Terminal Emulator
1541.20Sthorpejite*		at grf?
1551.20Sthorpej
1561.31Slukemdca0		at dio? scode 9	flags 1	# DCA serial interfaces
1571.20Sthorpejdca*		at dio? scode ?
1581.20Sthorpej
1591.20Sthorpejdcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
1601.20Sthorpej
1611.20Sthorpejle*		at dio? scode ?		# LANCE ethernet interfaces
1621.20Sthorpej
1631.20Sthorpejnhpib0		at dio? scode 7		# slow internal HP-IB
1641.20Sthorpejnhpib*		at dio? scode ?
1651.20Sthorpej
1661.20Sthorpejfhpib*		at dio? scode ?		# `fast' HP-IB
1671.20Sthorpej
1681.20Sthorpejhpibbus0	at nhpib0
1691.20Sthorpejhpibbus*	at nhpib?
1701.20Sthorpejhpibbus*	at fhpib?
1711.3Sthorpej
1721.20Sthorpejrd*		at hpibbus? slave ? punit ?	# HP-IB disks
1731.20Sthorpejct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
1741.20Sthorpejmt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
1751.20Sthorpejppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
1761.1Smycroft
1771.20Sthorpejoscsi*		at dio? scode ?		# Old HP SCSI
1781.1Smycroft
1791.20Sthorpejsd*		at oscsi? target ? lun ?	# SCSI disks
1801.20Sthorpejst*		at oscsi? target ? lun ?	# SCSI tapes
1811.20Sthorpejac*		at oscsi? target ? lun ?	# SCSI changers
1821.1Smycroft
1831.60Sjdolecekpseudo-device	pty			# pseudo-terminals
1841.3Sthorpejpseudo-device	sl		4	# SLIP network interfaces
1851.3Sthorpejpseudo-device	ppp		4	# PPP network interfaces
1861.3Sthorpejpseudo-device	bpfilter	16	# Berkeley packet filter
1871.4Sthorpejpseudo-device	vnd		4	# vnode pseudo-disks
1881.4Sthorpejpseudo-device	ccd		4	# concatenated disk devices
1891.41Soster#pseudo-device	raid		4	# RAIDframe disk driver
1901.53Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1911.3Sthorpejpseudo-device	loop			# loopback network interface
1921.18Smrgpseudo-device	ipfilter 		# IP Filter package
1931.42Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
1941.49Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1951.49Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1961.54Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1971.62Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1981.61Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
199