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