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