Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.99
      1 # $NetBSD: GENERIC,v 1.99 1998/08/11 00:28:53 thorpej Exp $
      2 #
      3 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
      4 
      5 include	"arch/alpha/conf/std.alpha"
      6 
      7 maxusers 32
      8 
      9 #makeoptions	DEBUG="-g"
     10 
     11 # CPU Support
     12 #options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     13 options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     14 options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     15 options 	DEC_3000_300	# Pelican etc:	3000/300*
     16 options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     17 options 	DEC_EB164	# EB164:	AlphaPC 164
     18 options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     19 options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     20 options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     21 options		DEC_KN300	# KN300:	AlphaServer 4100
     22 options 	DEC_550		# Miata:	Digital Personal Workstation
     23 options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
     24 options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
     25 options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
     26 options 	DEC_EB66	# EB66:		21066 Evaluation Board
     27 
     28 # Standard system options
     29 options 	KTRACE			# System call tracing support
     30 
     31 # Diagnostic/debugging support options
     32 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     33 
     34 # File systems
     35 file-system	FFS		# Fast file system
     36 file-system	MFS		# Memory-based file system
     37 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     38 file-system	MSDOSFS		# MS-DOS-compatible file system
     39 file-system	NFS		# Sun NFS-compatible file system client
     40 
     41 # File system options
     42 options 	NFSSERVER	# Sun NFS-compatible file system server
     43 #options 	FFS_EI		# FFS Endian Independant support
     44 
     45 # Networking options
     46 options 	INET		# Internet protocol suite
     47 
     48 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     49 options 	COMPAT_43
     50 
     51 # Binary compatibility with previous versions of NetBSD.
     52 #options 	COMPAT_09
     53 options 	COMPAT_10
     54 options 	COMPAT_11
     55 options 	COMPAT_12
     56 options 	COMPAT_13
     57 
     58 # System V-like message queues
     59 options 	SYSVMSG
     60 
     61 # System V-like semaphores
     62 options 	SYSVSEM
     63 
     64 # System V-like shared memory
     65 options 	SYSVSHM
     66 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     67 
     68 # Loadable Kernel Modules
     69 options 	LKM
     70 
     71 # Disable kernel security.
     72 #options 	INSECURE
     73 
     74 # Misc. options
     75 options 	EISAVERBOSE		# recognize "unknown" EISA devices
     76 options 	PCIVERBOSE		# recognize "unknown" PCI devices
     77 options 	SCSIVERBOSE		# Verbose SCSI errors
     78 options 	TCVERBOSE		# recognize "unknown" TC devices
     79 options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     80 
     81 # The Alpha console firmware network boots using the BOOTP
     82 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     83 # in case we have NFS root.
     84 options 	NFS_BOOT_DHCP		# superset of BOOTP
     85 
     86 # WS console uses SUN terminal emulation
     87 options 	WSEMUL_SUN
     88 
     89 config		netbsd	root on ? type ?
     90 #config		netbsd	root on sd0 type ffs
     91 #config		netbsd	root on ? type nfs
     92 
     93 mainbus0 at	root
     94 cpu*	at	mainbus0
     95 
     96 # TurboLaser bus support and devices
     97 tlsb*	at	mainbus0
     98 gbus*	at	tlsb? node ? offset ?
     99 tlsbmem* at	tlsb? node ? offset ?
    100 kft*	at	tlsb? node ? offset ?
    101 
    102 # Gbus Devices
    103 mcclock* at	gbus? offset ?
    104 
    105 # MCBUS bus support
    106 mcbus*	at	mainbus0
    107 mcmem*	at	mcbus? mid ?
    108 
    109 #i2c	at	mcbus?
    110 
    111 # TurboChannel host bus adapter support
    112 tcasic*	at	mainbus0
    113 
    114 # TurboChannel bus support
    115 tc*	at	tcasic?
    116 
    117 # TurboChannel devices
    118 ioasic*	at	tc? slot ? offset ?
    119 mcclock* at	ioasic? offset ?
    120 le*	at	ioasic? offset ?
    121 scc0	at	ioasic? offset ?
    122 scc1	at	ioasic? offset ?
    123 tcds*	at	tc? slot ? offset ?
    124 asc*	at	tcds? chip ?
    125 #cfb*	at	tc? slot ? offset ?
    126 #sfb*	at	tc? slot ? offset ?
    127 le*	at	tc? slot ? offset ?
    128 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    129 
    130 # PCI host bus adapter support
    131 apecs*	at	mainbus?
    132 cia*	at	mainbus?
    133 lca*	at	mainbus?
    134 dwlpx*	at	kft?
    135 mcpcia*	at	mcbus? mid ?
    136 
    137 # PCI bus support
    138 pci*	at	apecs?
    139 pci*	at	cia?
    140 pci*	at	lca?
    141 pci*	at	ppb?
    142 pci*	at	dwlpx?
    143 pci*	at	mcpcia?
    144 
    145 # PCI devices
    146 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    147 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    148 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    149 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    150 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    151 ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    152 epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    153 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    154 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    155 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    156 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    157 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    158 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    159 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    160 pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    161 wdc*	at	pciide? channel ?
    162 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    163 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    164 tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    165 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    166 #eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    167 #audio*	at	eap?
    168 
    169 # MII/PHY support
    170 inphy*	at	mii? phy ?
    171 nsphy*	at	mii? phy ?
    172 qsphy*	at	mii? phy ? 
    173 tlphy*	at	mii? phy ?
    174 
    175 # ISA/EISA bus support
    176 isa*	at	pceb?
    177 eisa*	at	pceb?
    178 isa*	at	sio?
    179 
    180 # ISA devices
    181 mcclock* at	isa? port 0x70
    182 pckbc*	at	isa?				# PC keyboard controller
    183 pckbd*	at	pckbc?				# PC keyboard (kbd port)
    184 psm*	at	pckbc?				# PS/2-style mouse (aux port)
    185 pcppi*	at	isa?				# PC prog. periph. interface
    186 spkr0	at	pcppi?				# IBM BASIC emulation
    187 isabeep0 at	pcppi?				# "keyboard" beep
    188 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    189 com*	at	isa? port 0x2f8 irq 3
    190 cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    191 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    192 lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    193 lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    194 depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    195 depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    196 le*	at	depca?
    197 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    198 vga*	at	isa?				# ISA (EISA: XXX) VGA
    199 wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    200 wdc1	at	isa? port 0x170 irq 15
    201 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    202 #audio*	at	wss?
    203 #midi*	at	wss?
    204 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    205 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    206 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    207 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    208 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    209 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    210 
    211 # EISA devices
    212 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    213 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    214 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    215 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    216 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    217 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    218 
    219 # SCSI bus support
    220 scsibus* at	aha?
    221 scsibus* at	ahb?
    222 scsibus* at	ahc?
    223 scsibus* at	asc?
    224 scsibus* at	bha?
    225 scsibus* at	isp?
    226 scsibus* at	ncr?
    227 scsibus* at	uha?
    228 
    229 # SCSI devices
    230 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    231 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    232 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    233 
    234 # ST506/ESDI/IDE devices
    235 wd*	at	wdc? drive ?
    236 
    237 # ATAPI bus support
    238 atapibus* at	wdc?
    239 
    240 # ATAPI devices
    241 sd*	at	atapibus? drive ?		# ATAPI disk devices
    242 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    243 
    244 # Workstation Console attachments
    245 #wsdisplay*	at	cfb?
    246 wsdisplay*	at	vga?
    247 #wsdisplay*	at	sfb?
    248 wsdisplay*	at	tga?
    249 wskbd*		at	pckbd?
    250 wsmouse*	at	psm?
    251 
    252 pseudo-device	bpfilter	16
    253 pseudo-device	ccd		4
    254 pseudo-device	ipfilter	1
    255 pseudo-device	loop		1
    256 pseudo-device	md		1
    257 pseudo-device	ppp		4
    258 pseudo-device	pty		64
    259 pseudo-device	sl		4
    260 pseudo-device	vnd		4
    261 
    262 # rnd is EXPERIMENTAL
    263 #pseudo-device	rnd			# /dev/random and in-kernel generator
    264 #options 	RND_COM			# use "com" randomness too
    265