Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.120
      1 # $NetBSD: GENERIC,v 1.120 1999/06/27 15:58:18 christos 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 
     26 # Standard system options
     27 options 	KTRACE			# System call tracing support
     28 
     29 # Diagnostic/debugging support options
     30 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     31 options 	DDB			# kernel debugger
     32 #makeoptions	DEBUG="-g"
     33 
     34 # File systems
     35 file-system	FFS		# Fast file system
     36 file-system	MFS		# Memory-based file system
     37 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     38 file-system	MSDOSFS		# MS-DOS-compatible file system
     39 file-system	NFS		# Sun NFS-compatible file system client
     40 
     41 # File system options
     42 options 	NFSSERVER	# Sun NFS-compatible file system server
     43 #options 	FFS_EI		# FFS Endian Independant support
     44 
     45 # Networking options
     46 options 	INET		# Internet protocol suite
     47 
     48 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     49 options 	COMPAT_43
     50 
     51 # Binary compatibility with previous versions of NetBSD.
     52 #options 	COMPAT_09
     53 options 	COMPAT_10
     54 options 	COMPAT_11
     55 options 	COMPAT_12
     56 options 	COMPAT_13
     57 
     58 # OSF/1 binary compatibility
     59 options 	COMPAT_OSF1
     60 
     61 # System V-like message queues
     62 options 	SYSVMSG
     63 
     64 # System V-like semaphores
     65 options 	SYSVSEM
     66 
     67 # System V-like shared memory
     68 options 	SYSVSHM
     69 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     70 
     71 # Loadable Kernel Modules
     72 options 	LKM
     73 
     74 # Disable kernel security.
     75 #options 	INSECURE
     76 
     77 # Misc. options
     78 options 	EISAVERBOSE		# recognize "unknown" EISA devices
     79 options 	PCIVERBOSE		# recognize "unknown" PCI devices
     80 options 	SCSIVERBOSE		# Verbose SCSI errors
     81 options 	TCVERBOSE		# recognize "unknown" TC devices
     82 options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     83 
     84 # The Alpha console firmware network boots using the BOOTP
     85 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     86 # in case we have NFS root.
     87 options 	NFS_BOOT_DHCP		# superset of BOOTP
     88 
     89 # WS console uses SUN or VT100 terminal emulation
     90 options 	WSEMUL_VT100
     91 
     92 # realtime clock compatible to OSF/1
     93 #options 	CLOCK_COMPAT_OSF1
     94 
     95 config		netbsd	root on ? type ?
     96 #config		netbsd	root on sd0 type ffs
     97 #config		netbsd	root on ? type nfs
     98 
     99 mainbus0 at	root
    100 cpu*	at	mainbus0
    101 
    102 # TurboLaser bus support and devices
    103 tlsb*	at	mainbus0
    104 gbus*	at	tlsb? node ? offset ?
    105 tlsbmem* at	tlsb? node ? offset ?
    106 kft*	at	tlsb? node ? offset ?
    107 
    108 # Gbus Devices
    109 mcclock* at	gbus? offset ?
    110 
    111 # MCBUS bus support
    112 mcbus*	at	mainbus0
    113 mcmem*	at	mcbus? mid ?
    114 
    115 #i2c	at	mcbus?
    116 
    117 # TurboChannel host bus adapter support
    118 tcasic*	at	mainbus0
    119 
    120 # TurboChannel bus support
    121 tc*	at	tcasic?
    122 
    123 # TurboChannel devices
    124 ioasic*	at	tc? slot ? offset ?
    125 mcclock* at	ioasic? offset ?
    126 le*	at	ioasic? offset ?
    127 scc0	at	ioasic? offset ?
    128 scc1	at	ioasic? offset ?
    129 tcds*	at	tc? slot ? offset ?
    130 asc*	at	tcds? chip ?
    131 #cfb*	at	tc? slot ? offset ?
    132 #sfb*	at	tc? slot ? offset ?
    133 le*	at	tc? slot ? offset ?
    134 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    135 
    136 # PCI host bus adapter support
    137 apecs*	at	mainbus?
    138 cia*	at	mainbus?
    139 lca*	at	mainbus?
    140 dwlpx*	at	kft?
    141 mcpcia*	at	mcbus? mid ?
    142 
    143 # PCI bus support
    144 pci*	at	apecs?
    145 pci*	at	cia?
    146 pci*	at	lca?
    147 pci*	at	ppb?
    148 pci*	at	dwlpx?
    149 pci*	at	mcpcia?
    150 
    151 # PCI devices
    152 #adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    153 #adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    154 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    155 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    156 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    157 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    158 eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    159 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    160 ep*	at	pci? dev ? function ?		# 3COM 3c59x
    161 epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    162 ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    163 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    164 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    165 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    166 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    167 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    168 ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    169 ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    170 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    171 pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    172 pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    173 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    174 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    175 sv*	at	pci? dev ? function ?		# S3 SonicVibes
    176 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    177 tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    178 uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    179 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    180 vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    181 
    182 audio*	at	eap?
    183 audio*	at	sv?
    184 
    185 #opl*	at	sv?
    186 
    187 # MII/PHY support
    188 exphy*	at	mii? phy ?
    189 inphy*	at	mii? phy ?
    190 nsphy*	at	mii? phy ?
    191 qsphy*	at	mii? phy ? 
    192 tlphy*	at	mii? phy ?
    193 
    194 # ISA/EISA bus support
    195 isa*	at	pceb?
    196 eisa*	at	pceb?
    197 isa*	at	sio?
    198 
    199 # ISA devices
    200 mcclock* at	isa? port 0x70
    201 pckbc0	at	isa?				# PC keyboard controller
    202 pckbd*	at	pckbc?				# PC keyboard (kbd port)
    203 pms*	at	pckbc?				# PS/2-style mouse (aux port)
    204 pcppi*	at	isa?				# PC prog. periph. interface
    205 spkr0	at	pcppi?				# IBM BASIC emulation
    206 isabeep0 at	pcppi?				# "keyboard" beep
    207 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    208 com*	at	isa? port 0x2f8 irq 3
    209 cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    210 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    211 fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    212 lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    213 lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    214 depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    215 depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    216 le*	at	depca?
    217 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    218 vga*	at	isa?				# ISA (EISA: XXX) VGA
    219 wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    220 wdc1	at	isa? port 0x170 irq 15
    221 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    222 #audio*	at	wss?
    223 #midi*	at	wss?
    224 sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
    225 #sb*	at	isapnp?
    226 audio*	at	sb?
    227 #adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
    228 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    229 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    230 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    231 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    232 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    233 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    234 
    235 # EISA devices
    236 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    237 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    238 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    239 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    240 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    241 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    242 
    243 # SCSI bus support
    244 #scsibus* at	adv?
    245 #scsibus* at	adw?
    246 scsibus* at	aha?
    247 scsibus* at	ahb?
    248 scsibus* at	ahc?
    249 scsibus* at	asc?
    250 scsibus* at	bha?
    251 scsibus* at	isp?
    252 scsibus* at	ncr?
    253 scsibus* at	pcscp?
    254 scsibus* at	uha?
    255 
    256 # SCSI devices
    257 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    258 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    259 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    260 
    261 # ST506/ESDI/IDE devices
    262 wd*	at	pciide? channel ?
    263 wd*	at	wdc? drive ?
    264 
    265 # ATAPI bus support
    266 atapibus* at	pciide? channel ?
    267 atapibus* at	wdc?
    268 
    269 # ATAPI devices
    270 sd*	at	atapibus? drive ?		# ATAPI disk devices
    271 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    272 
    273 # Floppy drives
    274 fd*	at	fdc? drive ?
    275 
    276 # USB bus support
    277 usb*	at uhci?
    278 usb*	at ohci?
    279 
    280 # USB hubs
    281 uhub*	at usb?
    282 uhub*	at uhub? port ?
    283 
    284 # USB mice
    285 ums*	at uhub? port ?
    286 wsmouse* at ums?
    287 
    288 # USB Keyboards
    289 ukbd*	at uhub? port ?
    290 wskbd*	at ukbd? console ?
    291 
    292 # USB Generic HID devices
    293 uhid*	at uhub? port ?
    294 
    295 # USB Printers
    296 ulpt*	at uhub? port ?
    297 
    298 # Workstation Console attachments
    299 #wsdisplay*	at	cfb?
    300 wsdisplay*	at	vga?
    301 #wsdisplay*	at	sfb?
    302 wsdisplay*	at	tga?
    303 wskbd*		at	pckbd?
    304 wsmouse*	at	pms?
    305 
    306 pseudo-device	bpfilter	16
    307 pseudo-device	ccd		4
    308 #pseudo-device	raid		4		# RAIDframe disk driver
    309 pseudo-device	ipfilter	1
    310 pseudo-device	loop		1
    311 pseudo-device	md		1
    312 pseudo-device	ppp		4
    313 pseudo-device	pty		64
    314 pseudo-device	sl		4
    315 pseudo-device	vnd		4
    316 #pseudo-device	gre		2	# generic L3 over IP tunnel
    317 
    318 # rnd is EXPERIMENTAL
    319 #pseudo-device	rnd			# /dev/random and in-kernel generator
    320 #options 	RND_COM			# use "com" randomness too
    321