GENERIC revision 1.26
11.26Scgd#	$NetBSD: GENERIC,v 1.26 1996/11/12 18:05:27 cgd Exp $
21.1Scgd#
31.1Scgd# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
41.1Scgd
51.24Scgdinclude	"arch/alpha/conf/std.alpha"
61.1Scgd
71.1Scgdmaxusers 8
81.1Scgd
91.1Scgd# CPU Support
101.6Scgdoptions		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
111.6Scgdoptions		DEC_3000_300	# Pelican etc:	3000/300*
121.7Scgdoptions		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
131.9Scgdoptions		DEC_KN20AA	# KN20AA:	AlphaStation 600
141.9Scgdoptions		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
151.26Scgdoptions		DEC_EB164	# EB164
161.9Scgd#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
171.1Scgd
181.1Scgd# needs to be set per system
191.1Scgdoptions		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
201.1Scgdoptions		DST=1			# Daylight savings rules (for param.c)
211.1Scgd
221.1Scgd# Standard system options
231.1Scgdoptions		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
241.1Scgdoptions		DEBUG, DIAGNOSTIC	# Extra kernel debugging
251.1Scgdoptions		KTRACE			# System call tracing support
261.1Scgd
271.1Scgd# File system options
281.1Scgdoptions		FIFO		# POSIX fifo support (in all file systems)
291.1Scgdoptions		FFS		# Fast file system
301.1Scgdoptions		MFS		# Memory-based file system
311.9Scgdoptions		NFSSERVER	# Sun NFS-compatible file system server
321.1Scgdoptions		NFSCLIENT	# Sun NFS-compatible file system client
331.1Scgd
341.1Scgd# Networking options
351.1Scgdoptions		INET		# Internet protocol suite
361.1Scgd
371.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
381.1Scgdoptions		COMPAT_43
391.1Scgd
401.9Scgd# Binary compatibility with previous versions of NetBSD.
411.19Scgd#options	COMPAT_09
421.9Scgdoptions		COMPAT_10
431.19Scgdoptions		COMPAT_11
441.21Scgdoptions		COMPAT_12
451.9Scgd
461.8Scgd# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
471.8Scgd#options	COMPAT_OSF1
481.1Scgd
491.7Scgd# Loadable Kernel Modules
501.2Scgdoptions		LKM
511.5Scgd
521.5Scgd# Disable kernel security.
531.7Scgd#options	INSECURE
541.2Scgd
551.7Scgd# Misc. options
561.23Scgdoptions		EISAVERBOSE		# recognize "unknown" EISA devices
571.23Scgdoptions		PCIVERBOSE		# recognize "unknown" PCI devices
581.23Scgdoptions		TCVERBOSE		# recognize "unknown" TC devices
591.23Scgdoptions		UCONSOLE		# users can use TIOCCONS (for xconsole)
601.7Scgd
611.18Scgdconfig		netbsd	swap generic
621.18Scgd#config		netbsd	root on sd0 swap on sd0
631.18Scgd#config		netbsd	root nfs swap nfs
641.7Scgd
651.7Scgdmainbus0 at	root
661.7Scgdcpu*	at	mainbus0
671.1Scgd
681.10Scgd# TurboChannel host bus adapter support
691.10Scgdtcasic*	at	mainbus0
701.10Scgd
711.8Scgd# TurboChannel bus support
721.10Scgdtc*	at	tcasic?
731.8Scgd
741.8Scgd# TurboChannel devices
751.10Scgdioasic0	at	tc? slot ? offset ?
761.12Scgdmcclock0 at	ioasic? offset ?
771.12Scgdle*	at	ioasic? offset ?
781.10Scgdscc0	at	ioasic? offset ?
791.10Scgdscc1	at	ioasic? offset ?
801.1Scgdtcds0	at	tc? slot ? offset ?
811.1Scgdesp0	at	tcds? slot ?
821.1Scgdesp1	at	tcds? slot ?
831.14Scgdcfb*	at	tc? slot ? offset ?
841.13Scgdsfb*	at	tc? slot ? offset ?
851.12Scgdle*	at	tc? slot ? offset ?
861.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
871.1Scgd
881.8Scgd# PCI host bus adapter support
891.7Scgdapecs*	at	mainbus?
901.9Scgdcia*	at	mainbus?
911.9Scgdlca*	at	mainbus?
921.7Scgd
931.8Scgd# PCI bus support
941.7Scgdpci*	at	apecs?
951.9Scgdpci*	at	cia?
961.9Scgdpci*	at	lca?
971.9Scgdpci*	at	ppb?
981.7Scgd
991.8Scgd# PCI devices
1001.20Scgd#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
1011.20Scgdde*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
1021.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1031.20Scgdep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
1041.15Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
1051.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1061.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1071.20Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
1081.20Scgdpcivga*	at	pci? dev ? function ?		# PCI VGA graphics
1091.20Scgdppb*	at	pci? dev ? function ?		# PCI-PCI bridges
1101.20Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
1111.20Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
1121.7Scgd
1131.9Scgd# ISA/EISA bus support
1141.9Scgdisa*	at	pceb?
1151.9Scgdeisa*	at	pceb?
1161.9Scgdisa*	at	sio?
1171.8Scgd
1181.8Scgd# ISA devices
1191.12Scgdmcclock0 at	isa? port 0x70
1201.8Scgdpckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
1211.11Scgdpms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
1221.8Scgdcom0	at	isa? port 0x3f8 irq 4		# standard serial ports
1231.7Scgdcom1	at	isa? port 0x2f8 irq 3
1241.7Scgdlpt0	at	isa? port 0x3bc irq 7		# standard parallel port
1251.9Scgd#wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
1261.15Scgd
1271.15Scgd# EISA devices
1281.15Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
1291.7Scgd
1301.8Scgd# SCSI bus support
1311.7Scgdscsibus* at	esp?
1321.7Scgdscsibus* at	ncr?
1331.1Scgd
1341.8Scgd# SCSI devices
1351.6Scgdsd*	at	scsibus? target ? lun ?
1361.6Scgdst*	at	scsibus? target ? lun ?
1371.6Scgdcd*	at	scsibus? target ? lun ?
1381.11Scgd
1391.11Scgd# Workstation Console attachments
1401.14Scgdwscons*	at	cfb?
1411.11Scgdwscons*	at	pcivga?
1421.13Scgdwscons*	at	sfb?
1431.11Scgdwscons*	at	tga?
1441.1Scgd
1451.19Scgdpseudo-device	bpfilter	16
1461.1Scgdpseudo-device	loop
1471.19Scgdpseudo-device	pty		64
1481.19Scgdpseudo-device	sl		4
1491.19Scgdpseudo-device	vnd		4
1501.22Scgdpseudo-device	rd		1
151