GENERIC revision 1.21
11.21Scgd#	$NetBSD: GENERIC,v 1.21 1996/08/21 16:25:07 cgd Exp $
21.1Scgd#
31.1Scgd# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
41.1Scgd
51.9Scgdinclude	"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.9Scgd#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
161.1Scgd
171.1Scgd# needs to be set per system
181.1Scgdoptions		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
191.1Scgdoptions		DST=1			# Daylight savings rules (for param.c)
201.1Scgd
211.1Scgd# Standard system options
221.1Scgdoptions		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
231.1Scgdoptions		DEBUG, DIAGNOSTIC	# Extra kernel debugging
241.1Scgdoptions		KTRACE			# System call tracing support
251.1Scgd
261.1Scgd# File system options
271.1Scgdoptions		FIFO		# POSIX fifo support (in all file systems)
281.1Scgdoptions		FFS		# Fast file system
291.1Scgdoptions		MFS		# Memory-based file system
301.9Scgdoptions		NFSSERVER	# Sun NFS-compatible file system server
311.1Scgdoptions		NFSCLIENT	# Sun NFS-compatible file system client
321.1Scgd
331.1Scgd# Networking options
341.1Scgdoptions		INET		# Internet protocol suite
351.1Scgd
361.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
371.1Scgdoptions		COMPAT_43
381.1Scgd
391.9Scgd# Binary compatibility with previous versions of NetBSD.
401.19Scgd#options	COMPAT_09
411.9Scgdoptions		COMPAT_10
421.19Scgdoptions		COMPAT_11
431.21Scgdoptions		COMPAT_12
441.9Scgd
451.8Scgd# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
461.8Scgd#options	COMPAT_OSF1
471.1Scgd
481.7Scgd# Loadable Kernel Modules
491.2Scgdoptions		LKM
501.5Scgd
511.5Scgd# Disable kernel security.
521.7Scgd#options	INSECURE
531.2Scgd
541.7Scgd# Misc. options
551.9Scgdoptions		PCIVERBOSE	# recognize "unknown" PCI devices
561.7Scgd
571.18Scgdconfig		netbsd	swap generic
581.18Scgd#config		netbsd	root on sd0 swap on sd0
591.18Scgd#config		netbsd	root nfs swap nfs
601.7Scgd
611.7Scgdmainbus0 at	root
621.7Scgdcpu*	at	mainbus0
631.1Scgd
641.10Scgd# TurboChannel host bus adapter support
651.10Scgdtcasic*	at	mainbus0
661.10Scgd
671.8Scgd# TurboChannel bus support
681.10Scgdtc*	at	tcasic?
691.8Scgd
701.8Scgd# TurboChannel devices
711.10Scgdioasic0	at	tc? slot ? offset ?
721.12Scgdmcclock0 at	ioasic? offset ?
731.12Scgdle*	at	ioasic? offset ?
741.10Scgdscc0	at	ioasic? offset ?
751.10Scgdscc1	at	ioasic? offset ?
761.1Scgdtcds0	at	tc? slot ? offset ?
771.1Scgdesp0	at	tcds? slot ?
781.1Scgdesp1	at	tcds? slot ?
791.14Scgdcfb*	at	tc? slot ? offset ?
801.13Scgdsfb*	at	tc? slot ? offset ?
811.12Scgdle*	at	tc? slot ? offset ?
821.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
831.1Scgd
841.8Scgd# PCI host bus adapter support
851.7Scgdapecs*	at	mainbus?
861.9Scgdcia*	at	mainbus?
871.9Scgdlca*	at	mainbus?
881.7Scgd
891.8Scgd# PCI bus support
901.7Scgdpci*	at	apecs?
911.9Scgdpci*	at	cia?
921.9Scgdpci*	at	lca?
931.9Scgdpci*	at	ppb?
941.7Scgd
951.8Scgd# PCI devices
961.20Scgd#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
971.20Scgdde*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
981.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
991.20Scgdep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
1001.15Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
1011.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1021.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1031.20Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
1041.20Scgdpcivga*	at	pci? dev ? function ?		# PCI VGA graphics
1051.20Scgdppb*	at	pci? dev ? function ?		# PCI-PCI bridges
1061.20Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
1071.20Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
1081.7Scgd
1091.9Scgd# ISA/EISA bus support
1101.9Scgdisa*	at	pceb?
1111.9Scgdeisa*	at	pceb?
1121.9Scgdisa*	at	sio?
1131.8Scgd
1141.8Scgd# ISA devices
1151.12Scgdmcclock0 at	isa? port 0x70
1161.8Scgdpckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
1171.11Scgdpms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
1181.8Scgdcom0	at	isa? port 0x3f8 irq 4		# standard serial ports
1191.7Scgdcom1	at	isa? port 0x2f8 irq 3
1201.7Scgdlpt0	at	isa? port 0x3bc irq 7		# standard parallel port
1211.9Scgd#wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
1221.15Scgd
1231.15Scgd# EISA devices
1241.15Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
1251.7Scgd
1261.8Scgd# SCSI bus support
1271.7Scgdscsibus* at	esp?
1281.7Scgdscsibus* at	ncr?
1291.1Scgd
1301.8Scgd# SCSI devices
1311.6Scgdsd*	at	scsibus? target ? lun ?
1321.6Scgdst*	at	scsibus? target ? lun ?
1331.6Scgdcd*	at	scsibus? target ? lun ?
1341.11Scgd
1351.11Scgd# Workstation Console attachments
1361.14Scgdwscons*	at	cfb?
1371.11Scgdwscons*	at	pcivga?
1381.13Scgdwscons*	at	sfb?
1391.11Scgdwscons*	at	tga?
1401.1Scgd
1411.19Scgdpseudo-device	bpfilter	16
1421.1Scgdpseudo-device	loop
1431.19Scgdpseudo-device	pty		64
1441.19Scgdpseudo-device	sl		4
1451.19Scgdpseudo-device	vnd		4
146