Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.71
      1 # $NetBSD: GENERIC,v 1.71 1997/11/26 03:13:53 mjacob 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 8
      8 
      9 # set kernel load address a bit higher to allow kernel to be netbooted.
     10 # if not netbooting, the "makeoptions LOADADDRESS" line can be commented
     11 # out to save a fair chunk (~850k) of RAM.
     12 makeoptions	LOADADDRESS="fffffc0000300000"
     13 
     14 # CPU Support
     15 #options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     16 options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     17 options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     18 options 	DEC_3000_300	# Pelican etc:	3000/300*
     19 options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     20 options 	DEC_EB164	# EB164:	AlphaPC 164
     21 options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     22 options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     23 options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     24 
     25 # Standard system options
     26 options 	KTRACE			# System call tracing support
     27 
     28 # Diagnostic/debugging support options
     29 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     30 
     31 # File systems
     32 file-system	FFS		# Fast file system
     33 file-system	MFS		# Memory-based file system
     34 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     35 file-system	MSDOSFS		# MS-DOS-compatible file system
     36 file-system	NFS		# Sun NFS-compatible file system client
     37 
     38 # File system options
     39 options 	FIFO		# POSIX fifo support (in all file systems)
     40 options 	NFSSERVER	# Sun NFS-compatible file system server
     41 
     42 # Networking options
     43 options 	INET		# Internet protocol suite
     44 
     45 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     46 options 	COMPAT_43
     47 
     48 # Binary compatibility with previous versions of NetBSD.
     49 #options 	COMPAT_09
     50 options 	COMPAT_10
     51 options 	COMPAT_11
     52 options 	COMPAT_12
     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 config		netbsd	root on ? type ?
     78 #config		netbsd	root on sd0 type ffs
     79 #config		netbsd	root on ? type nfs
     80 
     81 mainbus0 at	root
     82 cpu*	at	mainbus0
     83 
     84 # TurboLaser bus support and devices
     85 tlsb*	at	mainbus0
     86 gbus*	at	tlsb? node ? offset ?
     87 tlsbmem* at	tlsb? node ? offset ?
     88 kft*	at	tlsb? node ? offset ?
     89 
     90 # Gbus Devices
     91 mcclock* at	gbus? offset 0x20000000
     92 
     93 # TurboChannel host bus adapter support
     94 tcasic*	at	mainbus0
     95 
     96 # TurboChannel bus support
     97 tc*	at	tcasic?
     98 
     99 # TurboChannel devices
    100 ioasic*	at	tc? slot ? offset ?
    101 mcclock* at	ioasic? offset ?
    102 le*	at	ioasic? offset ?
    103 scc0	at	ioasic? offset ?
    104 scc1	at	ioasic? offset ?
    105 tcds0	at	tc? slot ? offset ?
    106 asc0	at	tcds? slot ?
    107 asc1	at	tcds? slot ?
    108 #cfb*	at	tc? slot ? offset ?
    109 #sfb*	at	tc? slot ? offset ?
    110 le*	at	tc? slot ? offset ?
    111 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    112 
    113 # PCI host bus adapter support
    114 apecs*	at	mainbus?
    115 cia*	at	mainbus?
    116 lca*	at	mainbus?
    117 dwlpx*	at	kft?
    118 
    119 # PCI bus support
    120 pci*	at	apecs?
    121 pci*	at	cia?
    122 pci*	at	lca?
    123 pci*	at	ppb?
    124 pci*	at	dwlpx?
    125 
    126 # PCI devices
    127 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    128 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    129 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    130 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    131 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    132 ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    133 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    134 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10/100B (unt.)
    135 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    136 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    137 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    138 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    139 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    140 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    141 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    142 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    143 
    144 # ISA/EISA bus support
    145 isa*	at	pceb?
    146 eisa*	at	pceb?
    147 isa*	at	sio?
    148 
    149 # ISA devices
    150 mcclock* at	isa? port 0x70
    151 pcppi*	at	isa?				# PC prog. periph. interface
    152 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    153 pms*	at	pcppi?				# PS/2-style mouse (aux port)
    154 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    155 com*	at	isa? port 0x2f8 irq 3
    156 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    157 lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    158 #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    159 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    160 vga*	at	isa?				# ISA (EISA: XXX) VGA
    161 awdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    162 awdc1	at	isa? port 0x170 irq 15
    163 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    164 #audio*	at	wss?
    165 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    166 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    167 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    168 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    169 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    170 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    171 
    172 # EISA devices
    173 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    174 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    175 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    176 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    177 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    178 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    179 
    180 # SCSI bus support
    181 scsibus* at	aha?
    182 scsibus* at	ahb?
    183 scsibus* at	ahc?
    184 scsibus* at	asc?
    185 scsibus* at	bha?
    186 scsibus* at	isp?
    187 scsibus* at	ncr?
    188 scsibus* at	uha?
    189 
    190 # SCSI devices
    191 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    192 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    193 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    194 
    195 # ST506/ESDI/IDE devices
    196 awd*	at	awdc? drive ?
    197 
    198 # Workstation Console attachments
    199 #wscons* at	cfb?
    200 wscons*	at	vga?
    201 #wscons* at	sfb?
    202 wscons*	at	tga?
    203 
    204 pseudo-device	bpfilter	16
    205 pseudo-device	ccd		4
    206 pseudo-device	ipfilter	1
    207 pseudo-device	loop		1
    208 pseudo-device	md		1
    209 pseudo-device	ppp		4
    210 pseudo-device	pty		64
    211 pseudo-device	sl		4
    212 pseudo-device	vnd		4
    213 
    214 # rnd is EXPERIMENTAL
    215 #pseudo-device	rnd			# /dev/random and in-kernel generator
    216 #options 	RND_COM			# use "com" randomness too
    217