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