Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.62
      1 # $NetBSD: GENERIC,v 1.62 1997/08/19 23:49:35 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 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 shared memory
     55 options 	SYSVSHM
     56 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     57 
     58 # Loadable Kernel Modules
     59 options 	LKM
     60 
     61 # Disable kernel security.
     62 #options 	INSECURE
     63 
     64 # Misc. options
     65 options 	EISAVERBOSE		# recognize "unknown" EISA devices
     66 options 	PCIVERBOSE		# recognize "unknown" PCI devices
     67 options 	TCVERBOSE		# recognize "unknown" TC devices
     68 options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     69 
     70 config		netbsd	root on ? type ?
     71 #config		netbsd	root on sd0 type ffs
     72 #config		netbsd	root on ? type nfs
     73 
     74 mainbus0 at	root
     75 cpu*	at	mainbus0
     76 
     77 # TurboLaser bus support and devices
     78 tlsb*	at	mainbus0
     79 gbus*	at	tlsb? node ? offset ?
     80 tlsbmem* at	tlsb? node ? offset ?
     81 kft*	at	tlsb? node ? offset ?
     82 
     83 # Gbus Devices
     84 mcclock* at	gbus? offset 0x20000000
     85 
     86 # TurboChannel host bus adapter support
     87 tcasic*	at	mainbus0
     88 
     89 # TurboChannel bus support
     90 tc*	at	tcasic?
     91 
     92 # TurboChannel devices
     93 ioasic*	at	tc? slot ? offset ?
     94 mcclock* at	ioasic? offset ?
     95 le*	at	ioasic? offset ?
     96 scc0	at	ioasic? offset ?
     97 scc1	at	ioasic? offset ?
     98 tcds0	at	tc? slot ? offset ?
     99 asc0	at	tcds? slot ?
    100 asc1	at	tcds? slot ?
    101 #cfb*	at	tc? slot ? offset ?
    102 #sfb*	at	tc? slot ? offset ?
    103 le*	at	tc? slot ? offset ?
    104 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    105 
    106 # PCI host bus adapter support
    107 apecs*	at	mainbus?
    108 cia*	at	mainbus?
    109 lca*	at	mainbus?
    110 dwlpx*	at	kft?
    111 
    112 # PCI bus support
    113 pci*	at	apecs?
    114 pci*	at	cia?
    115 pci*	at	lca?
    116 pci*	at	ppb?
    117 pci*	at	dwlpx?
    118 
    119 # PCI devices
    120 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    121 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    122 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    123 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    124 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    125 ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    126 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    127 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10/100B (unt.)
    128 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    129 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    130 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    131 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    132 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    133 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    134 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    135 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    136 
    137 # ISA/EISA bus support
    138 isa*	at	pceb?
    139 eisa*	at	pceb?
    140 isa*	at	sio?
    141 
    142 # ISA devices
    143 mcclock* at	isa? port 0x70
    144 pcppi*	at	isa?				# PC prog. periph. interface
    145 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    146 pms*	at	pcppi?				# PS/2-style mouse (aux port)
    147 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    148 com*	at	isa? port 0x2f8 irq 3
    149 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    150 #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    151 lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    152 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    153 vga*	at	isa?				# ISA (EISA: XXX) VGA
    154 awdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    155 awdc1	at	isa? port 0x170 irq 15
    156 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    157 #audio*	at	wss?
    158 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    159 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    160 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    161 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    162 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    163 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    164 
    165 # EISA devices
    166 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    167 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    168 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    169 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    170 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    171 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    172 
    173 # SCSI bus support
    174 scsibus* at	aha?
    175 scsibus* at	ahb?
    176 scsibus* at	ahc?
    177 scsibus* at	asc?
    178 scsibus* at	bha?
    179 scsibus* at	isp?
    180 scsibus* at	ncr?
    181 scsibus* at	uha?
    182 
    183 # SCSI devices
    184 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    185 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    186 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    187 
    188 # ST506/ESDI/IDE devices
    189 awd*	at	awdc? drive ?
    190 
    191 # Workstation Console attachments
    192 #wscons* at	cfb?
    193 wscons*	at	vga?
    194 #wscons* at	sfb?
    195 wscons*	at	tga?
    196 
    197 pseudo-device	bpfilter	16
    198 pseudo-device	ccd		4
    199 pseudo-device	loop		1
    200 pseudo-device	md		1
    201 pseudo-device	ppp		4
    202 pseudo-device	pty		64
    203 pseudo-device	sl		4
    204 pseudo-device	vnd		4
    205