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