GENERIC revision 1.37
11.37Sthorpej#	$NetBSD: GENERIC,v 1.37 1997/01/31 01:42:36 thorpej 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		DEBUG, DIAGNOSTIC	# Extra kernel debugging
251.1Scgdoptions		KTRACE			# System call tracing support
261.1Scgd
271.37Sthorpej# File systems
281.37Sthorpejfile-system 	FFS		# Fast file system
291.37Sthorpejfile-system 	MFS		# Memory-based file system
301.37Sthorpejfile-system 	NFS		# Sun NFS-compatible file system client
311.37Sthorpejfile-system 	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
321.37Sthorpejfile-system 	MSDOSFS		# MS-DOS-compatible file system
331.37Sthorpej
341.1Scgd# File system options
351.1Scgdoptions		FIFO		# POSIX fifo support (in all file systems)
361.9Scgdoptions		NFSSERVER	# Sun NFS-compatible file system server
371.1Scgd
381.1Scgd# Networking options
391.1Scgdoptions		INET		# Internet protocol suite
401.1Scgd
411.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
421.1Scgdoptions		COMPAT_43
431.1Scgd
441.9Scgd# Binary compatibility with previous versions of NetBSD.
451.19Scgd#options	COMPAT_09
461.9Scgdoptions		COMPAT_10
471.19Scgdoptions		COMPAT_11
481.21Scgdoptions		COMPAT_12
491.9Scgd
501.34Scgd# System V-like shared memory
511.34Scgdoptions		SYSVSHM
521.34Scgd#options	SHMMAXPGS=1024		# 1024 pages is the default
531.1Scgd
541.7Scgd# Loadable Kernel Modules
551.2Scgdoptions		LKM
561.5Scgd
571.5Scgd# Disable kernel security.
581.7Scgd#options	INSECURE
591.2Scgd
601.7Scgd# Misc. options
611.23Scgdoptions		EISAVERBOSE		# recognize "unknown" EISA devices
621.23Scgdoptions		PCIVERBOSE		# recognize "unknown" PCI devices
631.23Scgdoptions		TCVERBOSE		# recognize "unknown" TC devices
641.23Scgdoptions		UCONSOLE		# users can use TIOCCONS (for xconsole)
651.7Scgd
661.37Sthorpejconfig		netbsd	root on ? type ?
671.37Sthorpej#config		netbsd	root on sd0 type ffs swap on sd0
681.37Sthorpej#config		netbsd	root on ? type nfs
691.7Scgd
701.7Scgdmainbus0 at	root
711.7Scgdcpu*	at	mainbus0
721.1Scgd
731.10Scgd# TurboChannel host bus adapter support
741.10Scgdtcasic*	at	mainbus0
751.10Scgd
761.8Scgd# TurboChannel bus support
771.10Scgdtc*	at	tcasic?
781.8Scgd
791.8Scgd# TurboChannel devices
801.29Scgdioasic*	at	tc? slot ? offset ?
811.29Scgdmcclock* at	ioasic? offset ?
821.12Scgdle*	at	ioasic? offset ?
831.10Scgdscc0	at	ioasic? offset ?
841.10Scgdscc1	at	ioasic? offset ?
851.1Scgdtcds0	at	tc? slot ? offset ?
861.1Scgdesp0	at	tcds? slot ?
871.1Scgdesp1	at	tcds? slot ?
881.14Scgdcfb*	at	tc? slot ? offset ?
891.13Scgdsfb*	at	tc? slot ? offset ?
901.12Scgdle*	at	tc? slot ? offset ?
911.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
921.1Scgd
931.8Scgd# PCI host bus adapter support
941.7Scgdapecs*	at	mainbus?
951.9Scgdcia*	at	mainbus?
961.9Scgdlca*	at	mainbus?
971.7Scgd
981.8Scgd# PCI bus support
991.7Scgdpci*	at	apecs?
1001.9Scgdpci*	at	cia?
1011.9Scgdpci*	at	lca?
1021.9Scgdpci*	at	ppb?
1031.7Scgd
1041.8Scgd# PCI devices
1051.20Scgd#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
1061.20Scgdde*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
1071.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1081.20Scgdep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
1091.15Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
1101.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1111.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1121.20Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
1131.28Scgdvga*	at	pci? dev ? function ?		# PCI VGA graphics
1141.20Scgdppb*	at	pci? dev ? function ?		# PCI-PCI bridges
1151.20Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
1161.20Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
1171.7Scgd
1181.9Scgd# ISA/EISA bus support
1191.9Scgdisa*	at	pceb?
1201.9Scgdeisa*	at	pceb?
1211.9Scgdisa*	at	sio?
1221.8Scgd
1231.8Scgd# ISA devices
1241.29Scgdmcclock* at	isa? port 0x70
1251.29Scgdpcppi*	at	isa?				# PC prog. periph. interface
1261.29Scgdpckbd*	at	pcppi?				# PC keyboard (kbd port)
1271.29Scgdpms*	at	pcppi?				# PS/2-style mouse (aux port)
1281.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
1291.29Scgdcom*	at	isa? port 0x2f8 irq 3
1301.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
1311.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
1321.29Scgd#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
1331.15Scgd
1341.15Scgd# EISA devices
1351.15Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
1361.7Scgd
1371.8Scgd# SCSI bus support
1381.7Scgdscsibus* at	esp?
1391.7Scgdscsibus* at	ncr?
1401.1Scgd
1411.8Scgd# SCSI devices
1421.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
1431.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
1441.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
1451.11Scgd
1461.11Scgd# Workstation Console attachments
1471.14Scgdwscons*	at	cfb?
1481.28Scgdwscons*	at	vga?
1491.13Scgdwscons*	at	sfb?
1501.11Scgdwscons*	at	tga?
1511.1Scgd
1521.19Scgdpseudo-device	bpfilter	16
1531.34Scgdpseudo-device	ccd		4
1541.34Scgdpseudo-device	loop		1
1551.34Scgdpseudo-device	md		1
1561.34Scgdpseudo-device	ppp		4
1571.19Scgdpseudo-device	pty		64
1581.19Scgdpseudo-device	sl		4
1591.19Scgdpseudo-device	vnd		4
160