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