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