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