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