GENERIC revision 1.70
11.70Slukem#	$NetBSD: GENERIC,v 1.70 2001/11/20 12:56:26 lukem 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.70Slukem#ident 		"GENERIC-$Revision: 1.70 $"
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.66Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
391.20Sthorpejoptions 	SYSVSHM		# System V-style shared memory
401.20Sthorpejoptions 	SYSVSEM		# System V-style semaphores
411.70Slukem#options 	SEMMNI=10	# number of semaphore identifiers
421.70Slukem#options 	SEMMNS=60	# number of semaphores in system
431.70Slukem#options 	SEMUME=10	# max number of undo entries per process
441.70Slukem#options 	SEMMNU=30	# number of undo structures in system
451.20Sthorpejoptions 	SYSVMSG		# System V-style message queues
461.20Sthorpejoptions 	KTRACE		# system call tracing support
471.25Sthorpejoptions 	LKM		# Loadable kernel modules
481.34Smjacob#options 	SCSIVERBOSE	# Verbose SCSI errors
491.1Smycroft
501.22Sthorpej# Filesystems
511.29Slukemfile-system	FFS		# fast filesystem
521.29Slukemfile-system	CD9660		# CD-ROM ISO-9660 filesystem
531.29Slukemfile-system	NFS		# Network filesystem client
541.29Slukemfile-system	UNION		# Union filesystem (req. for FDESC)
551.29Slukemfile-system	KERNFS		# kernel data-structure filesystem
561.29Slukemfile-system	FDESC		# user file descriptor filesystem
571.29Slukemfile-system	PROCFS		# /proc filesystem
581.29Slukemfile-system	MFS		# Memory-based filesystem
591.22Sthorpej
601.1Smycroft# Filesystem options
611.22Sthorpejoptions 	QUOTA		# User and group quotas in FFS
621.38Sbouyer#options 	FFS_EI		# FFS Endian Independant support
631.70Slukemoptions 	SOFTDEP		# FFS soft updates support.
641.20Sthorpejoptions 	NFSSERVER	# Network filesystem server
651.40Sthorpejoptions 	NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
661.49Sitojun
671.1Smycroft# Networking options
681.21Sscottroptions 	INET		# Internet protocols
691.49Sitojunoptions 	INET6		# IPV6
701.49Sitojun#options 	IPSEC		# IP security
711.49Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
721.49Sitojun#options 	IPSEC_DEBUG	# debug for IP security
731.29Slukemoptions 	GATEWAY		# IP forwarding + larger mb_map
741.29Slukemoptions 	MROUTING	# Multicast routing
751.45Schristosoptions 	PFIL_HOOKS	# packet filter hooks
761.66Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
771.1Smycroft
781.1Smycroft# Options for HP hardware
791.21Sscottroptions 	FPSP		# floating point interface for 68040
801.21Sscottroptions 	USELEDS		# make the lights twinkle
811.21Sscottroptions 	COMPAT_NOLABEL	# defaults for unlabeled disks
821.29Slukem#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
831.30Slukem#options 	CONSCODE=9	# force console at this select code
841.21Sscottroptions 	UK_KEYBOARD	# include United Kingdom HIL keymap
851.21Sscottroptions 	SE_KEYBOARD	# include Swedish HIL keymap
861.3Sthorpej
871.20Sthorpej# This option enables a different copyin/copyout that uses page
881.20Sthorpej# mapping for large copies.
891.20Sthorpej#options 	MAPPEDCOPY	# different copyin/copyout for large copies
901.20Sthorpej
911.7Sthorpej#
921.7Sthorpej# HP-UX binary compatibility.
931.31Slukem# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
941.7Sthorpej#
951.20Sthorpejoptions 	COMPAT_HPUX	# HP-UX binary compatibility
961.12Sthorpej
971.64Ssimonboptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
981.20Sthorpejoptions 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
991.43Sitohy
1001.43Sitohy#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
1011.44Skleink#options 	COMPAT_SVR4	# SVR4 binary compatibility
1021.1Smycroft
1031.3Sthorpej# Debugging options
1041.17Sthorpejoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1051.17Sthorpej#options 	DEBUG		# Enable misc. kernel debugging code
1061.21Sscottroptions 	DDB		# Kernel Dynamic Debugger
1071.35Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1081.27Sthorpejmakeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
1091.21Sscottr
1101.21Sscottr# Verbose descriptions of unconfigured DIO devices
1111.21Sscottr# (Warning: this compiles in a large string table)
1121.21Sscottroptions 	DIOVERBOSE	# recognize "unknown" DIO devices
1131.1Smycroft
1141.22Sthorpejconfig		netbsd root on ? type ?
1151.1Smycroft
1161.20Sthorpejmainbus0	at root		# root "bus"
1171.20Sthorpej
1181.20Sthorpejintio0		at mainbus0	# internal i/o space
1191.20Sthorpejdio0		at mainbus0	# DIO/DIO-II bus
1201.32Sthorpej
1211.69Sgmcgarry# Real-time clock (not optional)
1221.69Sgmcgarryrtc*		at intio?
1231.69Sgmcgarry
1241.69Sgmcgarry# Human Interface Loop
1251.69Sgmcgarryhil*		at intio?
1261.69Sgmcgarry
1271.32Sthorpej# Frodo utility chip found on 4xx's
1281.69Sgmcgarryfrodo*		at intio?
1291.32Sthorpej
1301.32Sthorpej# 8250-like serial ports found on Frodo ASIC
1311.32Sthorpej#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
1321.32Sthorpejapci*		at frodo? offset ?	# tty flavor
1331.20Sthorpej
1341.20Sthorpej# Davinci framebuffer
1351.20Sthorpejdvbox*		at intio?
1361.20Sthorpejdvbox*		at dio? scode ?
1371.20Sthorpej
1381.20Sthorpej# Gatorbox framebuffer
1391.20Sthorpejgbox*		at intio?
1401.20Sthorpejgbox*		at dio? scode ?
1411.20Sthorpej
1421.20Sthorpej# Hyperion framebuffer
1431.20Sthorpejhyper*		at dio? scode ?
1441.20Sthorpej
1451.20Sthorpej# Renaissance framebuffer
1461.20Sthorpejrbox*		at intio?
1471.20Sthorpejrbox*		at dio? scode ?
1481.20Sthorpej
1491.20Sthorpej# Topcat/catseye framebuffers
1501.20Sthorpejtopcat*		at intio?
1511.20Sthorpejtopcat*		at dio? scode ?
1521.20Sthorpej
1531.20Sthorpej# Framebuffer abstraction
1541.20Sthorpejgrf*		at dvbox?
1551.20Sthorpejgrf*		at gbox?
1561.20Sthorpejgrf*		at hyper?
1571.20Sthorpejgrf*		at rbox?
1581.20Sthorpejgrf*		at topcat?
1591.20Sthorpej
1601.20Sthorpej# Internal Terminal Emulator
1611.20Sthorpejite*		at grf?
1621.20Sthorpej
1631.31Slukemdca0		at dio? scode 9	flags 1	# DCA serial interfaces
1641.20Sthorpejdca*		at dio? scode ?
1651.20Sthorpej
1661.20Sthorpejdcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
1671.20Sthorpej
1681.20Sthorpejle*		at dio? scode ?		# LANCE ethernet interfaces
1691.20Sthorpej
1701.20Sthorpejnhpib0		at dio? scode 7		# slow internal HP-IB
1711.20Sthorpejnhpib*		at dio? scode ?
1721.20Sthorpej
1731.20Sthorpejfhpib*		at dio? scode ?		# `fast' HP-IB
1741.20Sthorpej
1751.20Sthorpejhpibbus0	at nhpib0
1761.20Sthorpejhpibbus*	at nhpib?
1771.20Sthorpejhpibbus*	at fhpib?
1781.3Sthorpej
1791.20Sthorpejrd*		at hpibbus? slave ? punit ?	# HP-IB disks
1801.20Sthorpejct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
1811.20Sthorpejmt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
1821.20Sthorpejppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
1831.1Smycroft
1841.20Sthorpejoscsi*		at dio? scode ?		# Old HP SCSI
1851.1Smycroft
1861.20Sthorpejsd*		at oscsi? target ? lun ?	# SCSI disks
1871.20Sthorpejst*		at oscsi? target ? lun ?	# SCSI tapes
1881.20Sthorpejac*		at oscsi? target ? lun ?	# SCSI changers
1891.1Smycroft
1901.60Sjdolecekpseudo-device	pty			# pseudo-terminals
1911.3Sthorpejpseudo-device	sl		4	# SLIP network interfaces
1921.3Sthorpejpseudo-device	ppp		4	# PPP network interfaces
1931.3Sthorpejpseudo-device	bpfilter	16	# Berkeley packet filter
1941.4Sthorpejpseudo-device	vnd		4	# vnode pseudo-disks
1951.4Sthorpejpseudo-device	ccd		4	# concatenated disk devices
1961.41Soster#pseudo-device	raid		4	# RAIDframe disk driver
1971.53Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1981.3Sthorpejpseudo-device	loop			# loopback network interface
1991.18Smrgpseudo-device	ipfilter 		# IP Filter package
2001.42Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
2011.49Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2021.49Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2031.54Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2041.62Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2051.68Satatat#pseudo-device	bridge			# simple inter-network bridging
2061.61Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
207