GENERIC revision 1.38
11.38Scgd#	$NetBSD: GENERIC,v 1.38 1997/01/31 18:00:35 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.36Scgd
91.36Scgd# set kernel load address a bit higher to allow kernel to be netbooted.
101.36Scgd# if not netbooting, the "makeoptions LOADADDRESS" line can be commented
111.36Scgd# out to save a fair chunk (~850k) of RAM.
121.36Scgdmakeoptions	LOADADDRESS="fffffc0000300000"
131.1Scgd
141.1Scgd# CPU Support
151.6Scgdoptions		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
161.6Scgdoptions		DEC_3000_300	# Pelican etc:	3000/300*
171.7Scgdoptions		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
181.9Scgdoptions		DEC_KN20AA	# KN20AA:	AlphaStation 600
191.9Scgdoptions		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
201.30Scgdoptions		DEC_EB164	# EB164:	AlphaPC 164
211.9Scgd#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
221.1Scgd
231.1Scgd# Standard system options
241.1Scgdoptions		KTRACE			# System call tracing support
251.1Scgd
261.38Scgd# Diagnostic/debugging support options
271.38Scgdoptions		DIAGNOSTIC		# Cheap kernel consistency checks
281.38Scgdoptions		DEBUG			# Expensive debugging checks/support
291.38Scgd
301.37Sthorpej# File systems
311.37Sthorpejfile-system 	FFS		# Fast file system
321.37Sthorpejfile-system 	MFS		# Memory-based file system
331.37Sthorpejfile-system 	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
341.37Sthorpejfile-system 	MSDOSFS		# MS-DOS-compatible file system
351.38Scgdfile-system 	NFS		# Sun NFS-compatible file system client
361.37Sthorpej
371.1Scgd# File system options
381.1Scgdoptions		FIFO		# POSIX fifo support (in all file systems)
391.9Scgdoptions		NFSSERVER	# Sun NFS-compatible file system server
401.1Scgd
411.1Scgd# Networking options
421.1Scgdoptions		INET		# Internet protocol suite
431.1Scgd
441.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
451.1Scgdoptions		COMPAT_43
461.1Scgd
471.9Scgd# Binary compatibility with previous versions of NetBSD.
481.19Scgd#options	COMPAT_09
491.9Scgdoptions		COMPAT_10
501.19Scgdoptions		COMPAT_11
511.21Scgdoptions		COMPAT_12
521.9Scgd
531.34Scgd# System V-like shared memory
541.34Scgdoptions		SYSVSHM
551.34Scgd#options	SHMMAXPGS=1024		# 1024 pages is the default
561.1Scgd
571.7Scgd# Loadable Kernel Modules
581.2Scgdoptions		LKM
591.5Scgd
601.5Scgd# Disable kernel security.
611.7Scgd#options	INSECURE
621.2Scgd
631.7Scgd# Misc. options
641.23Scgdoptions		EISAVERBOSE		# recognize "unknown" EISA devices
651.23Scgdoptions		PCIVERBOSE		# recognize "unknown" PCI devices
661.23Scgdoptions		TCVERBOSE		# recognize "unknown" TC devices
671.23Scgdoptions		UCONSOLE		# users can use TIOCCONS (for xconsole)
681.7Scgd
691.37Sthorpejconfig		netbsd	root on ? type ?
701.37Sthorpej#config		netbsd	root on sd0 type ffs swap on sd0
711.37Sthorpej#config		netbsd	root on ? type nfs
721.7Scgd
731.7Scgdmainbus0 at	root
741.7Scgdcpu*	at	mainbus0
751.1Scgd
761.10Scgd# TurboChannel host bus adapter support
771.10Scgdtcasic*	at	mainbus0
781.10Scgd
791.8Scgd# TurboChannel bus support
801.10Scgdtc*	at	tcasic?
811.8Scgd
821.8Scgd# TurboChannel devices
831.29Scgdioasic*	at	tc? slot ? offset ?
841.29Scgdmcclock* at	ioasic? offset ?
851.12Scgdle*	at	ioasic? offset ?
861.10Scgdscc0	at	ioasic? offset ?
871.10Scgdscc1	at	ioasic? offset ?
881.1Scgdtcds0	at	tc? slot ? offset ?
891.1Scgdesp0	at	tcds? slot ?
901.1Scgdesp1	at	tcds? slot ?
911.14Scgdcfb*	at	tc? slot ? offset ?
921.13Scgdsfb*	at	tc? slot ? offset ?
931.12Scgdle*	at	tc? slot ? offset ?
941.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
951.1Scgd
961.8Scgd# PCI host bus adapter support
971.7Scgdapecs*	at	mainbus?
981.9Scgdcia*	at	mainbus?
991.9Scgdlca*	at	mainbus?
1001.7Scgd
1011.8Scgd# PCI bus support
1021.7Scgdpci*	at	apecs?
1031.9Scgdpci*	at	cia?
1041.9Scgdpci*	at	lca?
1051.9Scgdpci*	at	ppb?
1061.7Scgd
1071.8Scgd# PCI devices
1081.20Scgd#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
1091.20Scgdde*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
1101.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1111.20Scgdep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
1121.15Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
1131.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1141.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1151.20Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
1161.28Scgdvga*	at	pci? dev ? function ?		# PCI VGA graphics
1171.20Scgdppb*	at	pci? dev ? function ?		# PCI-PCI bridges
1181.20Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
1191.20Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
1201.7Scgd
1211.9Scgd# ISA/EISA bus support
1221.9Scgdisa*	at	pceb?
1231.9Scgdeisa*	at	pceb?
1241.9Scgdisa*	at	sio?
1251.8Scgd
1261.8Scgd# ISA devices
1271.29Scgdmcclock* at	isa? port 0x70
1281.29Scgdpcppi*	at	isa?				# PC prog. periph. interface
1291.29Scgdpckbd*	at	pcppi?				# PC keyboard (kbd port)
1301.29Scgdpms*	at	pcppi?				# PS/2-style mouse (aux port)
1311.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
1321.29Scgdcom*	at	isa? port 0x2f8 irq 3
1331.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
1341.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
1351.29Scgd#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
1361.38Scgd
1371.38Scgdwdc0	at isa? port 0x1f0 irq 14       # ST506, ESDI, and IDE controllers
1381.38Scgd#wdc1	at isa? port 0x170 irq ?
1391.38Scgdwd*	at wdc? drive ?
1401.15Scgd
1411.15Scgd# EISA devices
1421.15Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
1431.7Scgd
1441.8Scgd# SCSI bus support
1451.7Scgdscsibus* at	esp?
1461.7Scgdscsibus* at	ncr?
1471.1Scgd
1481.8Scgd# SCSI devices
1491.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
1501.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
1511.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
1521.11Scgd
1531.11Scgd# Workstation Console attachments
1541.14Scgdwscons*	at	cfb?
1551.28Scgdwscons*	at	vga?
1561.13Scgdwscons*	at	sfb?
1571.11Scgdwscons*	at	tga?
1581.1Scgd
1591.19Scgdpseudo-device	bpfilter	16
1601.34Scgdpseudo-device	ccd		4
1611.34Scgdpseudo-device	loop		1
1621.34Scgdpseudo-device	md		1
1631.34Scgdpseudo-device	ppp		4
1641.19Scgdpseudo-device	pty		64
1651.19Scgdpseudo-device	sl		4
1661.19Scgdpseudo-device	vnd		4
167