Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.181
      1 # $NetBSD: GENERIC,v 1.181 2001/02/04 17:05:16 ad Exp $
      2 #
      3 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
      4 #
      5 # If you add stuff to this, please add it to the ALPHA configuration, too.
      6 
      7 include	"arch/alpha/conf/std.alpha"
      8 
      9 #ident 		"GENERIC-$Revision: 1.181 $"
     10 
     11 maxusers 32
     12 
     13 # CPU Support
     14 options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     15 options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     16 options 	DEC_2100_A500	# Sable:	AlphaServer 2100
     17 options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
     18 options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     19 options 	DEC_3000_300	# Pelican etc:	3000/300*
     20 options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     21 options 	DEC_EB164	# EB164:	AlphaPC 164
     22 options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     23 options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     24 options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     25 options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
     26 options 	DEC_550		# Miata:	Digital Personal Workstation
     27 options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
     28 options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
     29 options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
     30 options 	DEC_EB66	# EB66:		21066 Evaluation Board
     31 options 	DEC_6600	# EV6:		264DP OEM Board
     32 options 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
     33 
     34 # Standard system options
     35 options 	KTRACE			# System call tracing support
     36 options 	NTP			# kernel PLL for NTP
     37 
     38 # Diagnostic/debugging support options
     39 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     40 options 	DDB			# kernel debugger
     41 #makeoptions	DEBUG="-g"
     42 
     43 # File systems
     44 file-system	FFS		# Fast file system
     45 file-system	MFS		# Memory-based file system
     46 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     47 file-system	MSDOSFS		# MS-DOS-compatible file system
     48 file-system	NTFS		# Windows/NT file system (experimental)
     49 file-system	NFS		# Sun NFS-compatible file system client
     50 #file-system	KERNFS		# Kernel variable file system (/kern)
     51 #file-system	PROCFS		# Process file system (/proc)
     52 
     53 # File system options
     54 options 	NFSSERVER	# Sun NFS-compatible file system server
     55 #options 	FFS_EI		# FFS Endian Independant support
     56 options 	SOFTDEP		# FFS soft updates support.
     57 
     58 # Networking options
     59 options 	INET		# Internet protocol suite
     60 options 	INET6		# IPV6
     61 #options 	IPSEC		# IP security
     62 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     63 #options 	IPSEC_DEBUG	# debug for IP security
     64 
     65 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     66 options 	COMPAT_43
     67 
     68 # Binary compatibility with previous versions of NetBSD.
     69 #options 	COMPAT_09
     70 options 	COMPAT_10
     71 options 	COMPAT_11
     72 options 	COMPAT_12
     73 options 	COMPAT_13
     74 options 	COMPAT_14
     75 
     76 # OSF/1 binary compatibility
     77 options 	COMPAT_OSF1
     78 
     79 # Linux binary compatibility
     80 options 	COMPAT_LINUX
     81 
     82 # System V-like message queues
     83 options 	SYSVMSG
     84 
     85 # System V-like semaphores
     86 options 	SYSVSEM
     87 
     88 # System V-like shared memory
     89 options 	SYSVSHM
     90 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     91 
     92 # Loadable Kernel Modules
     93 options 	LKM
     94 
     95 # Disable kernel security.
     96 #options 	INSECURE
     97 
     98 # Misc. options
     99 options 	EISAVERBOSE		# recognize "unknown" EISA devices
    100 options 	PCIVERBOSE		# recognize "unknown" PCI devices
    101 options 	MIIVERBOSE		# verbose PHY autoconfig messages
    102 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    103 options 	SCSIVERBOSE		# Verbose SCSI errors
    104 options 	TCVERBOSE		# recognize "unknown" TC devices
    105 options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
    106 #options 	PCMCIAVERBOSE
    107 
    108 # The Alpha console firmware network boots using the BOOTP
    109 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
    110 # in case we have NFS root.
    111 options 	NFS_BOOT_DHCP		# superset of BOOTP
    112 
    113 # WS console uses SUN or VT100 terminal emulation
    114 options 	WSEMUL_VT100
    115 
    116 # realtime clock compatible to OSF/1
    117 #options 	CLOCK_COMPAT_OSF1
    118 
    119 config		netbsd	root on ? type ?
    120 #config		netbsd	root on sd0 type ffs
    121 #config		netbsd	root on ? type nfs
    122 
    123 mainbus0 at	root
    124 cpu*	at	mainbus0
    125 
    126 # TurboLaser bus support and devices
    127 tlsb*	at	mainbus0
    128 gbus*	at	tlsb? node ? offset ?
    129 tlsbmem* at	tlsb? node ? offset ?
    130 kft*	at	tlsb? node ? offset ?
    131 
    132 # Gbus Devices
    133 mcclock* at	gbus? offset ?
    134 
    135 # MCBUS bus support
    136 mcbus*	at	mainbus0
    137 mcmem*	at	mcbus? mid ?
    138 
    139 #i2c	at	mcbus?
    140 
    141 #EV6 Tsunami Core Logic
    142 
    143 tsc*	at	mainbus0
    144 
    145 # DECpc AXP150 (Jensen) internal bus support
    146 jensenio* at	mainbus0
    147 
    148 com*	at	jensenio? port ?
    149 lpt*	at	jensenio? port ?
    150 mcclock* at	jensenio? port ?
    151 pckbc*	at	jensenio? port ?
    152 
    153 # TURBOchannel host bus adapter support
    154 tcasic*	at	mainbus0
    155 
    156 # TURBOchannel bus support
    157 tc*	at	tcasic?
    158 
    159 # TURBOchannel devices
    160 ioasic*	at	tc? slot ? offset ?
    161 mcclock* at	ioasic? offset ?
    162 le*	at	ioasic? offset ?
    163 scc0	at	ioasic? offset ?
    164 scc1	at	ioasic? offset ?
    165 bba0	at	ioasic? offset ?
    166 audio*	at	bba?
    167 tcds*	at	tc? slot ? offset ?
    168 asc*	at	tcds? chip ?
    169 #cfb*	at	tc? slot ? offset ?
    170 #sfb*	at	tc? slot ? offset ?
    171 le*	at	tc? slot ? offset ?
    172 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    173 
    174 # PCI host bus adapter support
    175 apecs*	at	mainbus?
    176 cia*	at	mainbus?
    177 irongate* at	mainbus?
    178 lca*	at	mainbus?
    179 dwlpx*	at	kft?
    180 mcpcia*	at	mcbus? mid ?
    181 tsp*	at	tsc?
    182 ttwoga*	at	mainbus?
    183 
    184 # Sable PCI and STDIO bus and devices
    185 ttwopci* at	ttwoga? hose ?
    186 sableio* at	ttwopci? bus ?
    187 com*	at	sableio? port ?
    188 lpt*	at	sableio? port ?
    189 pckbc*	at	sableio? port ?
    190 fdc*	at	sableio? port ?
    191 
    192 # PCI bus support
    193 pci*	at	apecs?
    194 pci*	at	cia?
    195 pci*	at	irongate?
    196 pci*	at	lca?
    197 pci*	at	ppb?
    198 pci*	at	dwlpx?
    199 pci*	at	mcpcia?
    200 pci*	at	tsp?
    201 pci*	at	ttwopci?
    202 
    203 # PCI devices
    204 adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    205 adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    206 #options 	ADW_WDTR_DISABLE		# 	disable WDTR
    207 #options 	ADW_SDTR_DISABLE		# 	disable SDTR
    208 #options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    209 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    210 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    211 cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    212 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    213 cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
    214 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    215 dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    216 eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    217 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    218 ep*	at	pci? dev ? function ?		# 3COM 3c59x
    219 epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    220 eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
    221 ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    222 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    223 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    224 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    225 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    226 #ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    227 siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    228 mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    229 ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    230 ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    231 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    232 pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    233 pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    234 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    235 rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
    236 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    237 sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    238 sv*	at	pci? dev ? function ?		# S3 SonicVibes
    239 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    240 ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
    241 tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    242 tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    243 #options 	TLP_MATCH_21040
    244 #options 	TLP_MATCH_21041
    245 #options 	TLP_MATCH_21140
    246 #options 	TLP_MATCH_21142
    247 uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    248 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    249 vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    250 
    251 audio*	at	eap?
    252 audio*	at	eso?
    253 audio*	at	sv?
    254 
    255 opl*	at	eso?
    256 #opl*	at	sv?
    257 
    258 mpu*	at	eso?
    259 
    260 # MII/PHY support
    261 exphy*	at mii? phy ?			# 3Com internal PHYs
    262 icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
    263 inphy*	at mii? phy ?			# Intel 82555 PHYs
    264 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    265 nsphy*	at mii? phy ?			# NS83840 PHYs
    266 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    267 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    268 tlphy*	at mii? phy ?			# ThunderLAN PHYs
    269 ukphy*	at mii? phy ?			# generic unknown PHYs
    270 
    271 # ISA/EISA bus support
    272 isa*	at	jensenio?
    273 eisa*	at	jensenio?
    274 isa*	at	pceb?
    275 eisa*	at	pceb?
    276 isa*	at	sio?
    277 #isapnp*	at	isa?
    278 
    279 # ISA devices
    280 mcclock* at	isa? port 0x70
    281 pckbc*	at	isa?				# PC keyboard controller
    282 pckbd*	at	pckbc?				# PC keyboard (kbd port)
    283 pms*	at	pckbc?				# PS/2-style mouse (aux port)
    284 pcppi*	at	isa?				# PC prog. periph. interface
    285 spkr0	at	pcppi?				# IBM BASIC emulation
    286 isabeep0 at	pcppi?				# "keyboard" beep
    287 midi*	at	pcppi?
    288 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    289 com*	at	isa? port 0x2f8 irq 3
    290 cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    291 ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
    292 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    293 #ep*	at	isapnp?
    294 #ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
    295 #iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    296 fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    297 lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    298 lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    299 depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    300 depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    301 le*	at	depca?
    302 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    303 vga*	at	isa?				# ISA (EISA: XXX) VGA
    304 wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    305 wdc1	at	isa? port 0x170 irq 15
    306 #wdc*	at	isapnp?
    307 we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
    308 we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
    309 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    310 #wss*	at	isapnp?
    311 #audio*	at	wss?
    312 #midi*	at	wss?
    313 sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
    314 #sb*	at	isapnp?
    315 audio*	at	sb?
    316 #adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
    317 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    318 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    319 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    320 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    321 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    322 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    323 pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    324 pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
    325 pcmcia*	at	pcic? controller ? socket ?
    326 
    327 # EISA devices
    328 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    329 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    330 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    331 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    332 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    333 tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
    334 depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
    335 le*	at	depca?
    336 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    337 
    338 # PCMCIA device
    339 aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
    340 com*	at	pcmcia? function ?		# Modems and serial cards
    341 wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
    342 ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
    343 mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
    344 ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
    345 sm*	at	pcmcia? function ?		# Megahertz Ethernet
    346 ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
    347 wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
    348 
    349 # SCSI bus support
    350 scsibus* at	adv?
    351 scsibus* at	adw?
    352 scsibus* at	aha?
    353 scsibus* at	ahb?
    354 scsibus* at	ahc?
    355 scsibus* at	aic?
    356 scsibus* at	asc?
    357 scsibus* at	bha?
    358 scsibus* at	dpt?
    359 scsibus* at	isp?
    360 #scsibus* at	ncr?
    361 scsibus* at	siop?
    362 scsibus* at	pcscp?
    363 scsibus* at	uha?
    364 
    365 # SCSI devices
    366 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    367 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    368 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    369 
    370 # ST506/ESDI/IDE devices
    371 wd*	at	pciide? channel ?
    372 wd*	at	wdc? drive ?
    373 
    374 # ATAPI bus support
    375 atapibus* at	pciide? channel ?
    376 atapibus* at	wdc?
    377 
    378 # ATAPI devices
    379 sd*	at	atapibus? drive ?		# ATAPI disk devices
    380 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    381 
    382 # Floppy drives
    383 fd*	at	fdc? drive ?
    384 
    385 # Hardware RAID devices
    386 ld*	at	cac? unit ?
    387 ld*	at	mlx? unix ?
    388 
    389 # USB bus support
    390 usb*	at uhci?
    391 usb*	at ohci?
    392 
    393 # USB Hubs
    394 uhub*	at usb?
    395 uhub*	at uhub? port ? configuration ? interface ?
    396 
    397 # USB Mice
    398 ums*	at uhub? port ? configuration ? interface ?
    399 wsmouse*	at ums?
    400 
    401 # USB Keyboards
    402 ukbd*	at uhub? port ? configuration ? interface ?
    403 wskbd*	at ukbd? console ?
    404 
    405 # USB Generic HID devices
    406 uhid*	at uhub? port ? configuration ? interface ?
    407 
    408 # USB Printer
    409 ulpt*	at uhub? port ? configuration ? interface ?
    410 
    411 # USB Modem
    412 umodem*	at uhub? port ? configuration ?
    413 ucom*	at umodem?
    414 
    415 # USB Mass Storage
    416 umass*	at uhub? port ? configuration ? interface ?
    417 atapibus* at umass? channel ?
    418 scsibus* at umass? channel ?
    419 
    420 # USB Ethernet adapters
    421 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    422 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    423 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    424 
    425 # Serial adapters
    426 # FTDI FT8U100AX serial adapter
    427 uftdi*	at uhub? port ?
    428 ucom*	at uftdi? portno ?
    429 
    430 # USB scanners
    431 uscanner* at uhub? port ?
    432 
    433 # Y@P firmware loader
    434 uyap* at uhub? port ?
    435 
    436 # USB Generic driver
    437 ugen*	at uhub? port ?
    438 
    439 # Workstation Console attachments
    440 #wsdisplay*	at	cfb?
    441 wsdisplay*	at	vga?
    442 #wsdisplay*	at	sfb?
    443 wsdisplay*	at	tga?
    444 wskbd*		at	pckbd?
    445 wsmouse*	at	pms?
    446 
    447 pseudo-device	bpfilter	16
    448 pseudo-device	ccd		4
    449 #pseudo-device	raid		4		# RAIDframe disk driver
    450 #options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
    451 pseudo-device	ipfilter	1
    452 pseudo-device	loop		1
    453 pseudo-device	md		1
    454 pseudo-device	ppp		4
    455 pseudo-device	pty			# pseudo-terminals
    456 pseudo-device	sl		4
    457 pseudo-device	vnd		4
    458 #pseudo-device	gre		2	# generic L3 over IP tunnel
    459 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    460 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    461 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    462 pseudo-device	vlan			# IEEE 802.1q encapsulation
    463 pseudo-device	sequencer	1	# MIDI sequencer
    464 pseudo-device	rnd			# /dev/random and in-kernel generator
    465 #options 	RND_COM			# use "com" randomness too
    466