Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.67
      1 #	$NetBSD: GENERIC,v 1.67 2000/05/28 20:21:04 matt Exp $
      2 #
      3 # GENERIC VAX configuration file; all supported devices.
      4 #
      5 
      6 include		"arch/vax/conf/std.vax"
      7 
      8 #ident 		"GENERIC-$Revision: 1.67 $"
      9 
     10 # Here are all different supported CPU types listed.
     11 options 	"VAX8600"
     12 options 	"VAX8200"
     13 options 	"VAX780"
     14 options 	"VAX750"
     15 options 	"VAX630"	# MV II
     16 options 	"VAX650"	# MV III, 3600, 3800, 3900
     17 options 	"VAX660"	# VAX 4000/200
     18 options 	"VAX670"	# VAX 4000/300
     19 #options 	"VAX680"	# VAX 4000/500
     20 options 	"VAX410"	# VS 2000
     21 options 	"VAX43"		# VS 3100/76
     22 options 	"VAX46"		# VS 4000/60
     23 options 	"VAX48"		# VS 4000 VLC
     24 options 	"VAX49"		# VS 4000/90
     25 #options 	"VAX53"		# VAX 4000/105A
     26 
     27 # Max users on system; this is just a hint
     28 maxusers	8
     29 
     30 # Kernel compiled-in symbolic debugger & system call tracer
     31 #makeoptions	DEBUG="-g"
     32 options 	DDB
     33 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     34 options 	KTRACE
     35 #options 	DIAGNOSTIC
     36 #options 	DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
     37 
     38 options 	SCSIVERBOSE		# Verbose SCSI errors
     39 
     40 # Pull in config fragments for kernel crypto.  This is required for
     41 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     42 # one of these, based on whether you use crypto-us or crypto-intl, and
     43 # adjust the prefixes as necessary.
     44 
     45 #prefix ../crypto-us/sys
     46 #cinclude "conf/files.crypto-us"
     47 #prefix
     48 
     49 #prefix ../crypto-intl/sys
     50 #cinclude "conf/files.crypto-intl"
     51 #prefix
     52 
     53 # Network support
     54 #options 	GATEWAY
     55 options		NTP		# NTP kernel support
     56 options         INET		# IPv4
     57 options 	INET6		# IPV6
     58 #options 	IPSEC		# IP security
     59 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     60 #options 	IPSEC_DEBUG	# debug for IP security
     61 
     62 # All supported filesystem types
     63 file-system 	FFS
     64 file-system 	LFS
     65 file-system 	MFS
     66 file-system 	NFS
     67 file-system 	FDESC
     68 file-system 	KERNFS
     69 file-system 	NULLFS
     70 file-system 	OVERLAY		# overlay file system
     71 file-system 	PROCFS
     72 file-system 	UMAPFS
     73 file-system 	UNION
     74 file-system 	CD9660
     75 
     76 options 	QUOTA
     77 #options 	FFS_EI		# FFS Endian Independant support
     78 #options 	SOFTDEP         # FFS soft updates support.
     79 options 	NFSSERVER
     80 options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     81 options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     82 
     83 # WS console uses VT100 terminal emulation
     84 options 	WSEMUL_VT100
     85 options 	WSDISPLAY_DEFAULTSCREENS=8
     86 
     87 # System V shared memory & semaphores support.
     88 options 	SYSVMSG
     89 options 	SYSVSEM
     90 options 	SYSVSHM
     91 
     92 # Old compat stuff; needed to run 4.3BSD Reno programs.
     93 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     94 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     95 # (They cannot coexist).
     96 options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     97 options 	COMPAT_43
     98 options 	COMPAT_09
     99 options 	COMPAT_10
    100 options 	COMPAT_11
    101 options 	COMPAT_12
    102 options 	COMPAT_13
    103 options 	COMPAT_14
    104 #options 	COMPAT_ULTRIX
    105 options 	COMPAT_IBCS2	# DEC SVR.3 compatilibity
    106 
    107 options 	LKM
    108 
    109 # Kernel(s) to compile
    110 config          netbsd root on ? type ?
    111 
    112 mainbus0	at root
    113 
    114 # All buses; from the beginning attached to mainbus.
    115 abus0		at mainbus0		# Master bus on VAX 8600
    116 sbi0		at mainbus0		# SBI, master bus on 11/780.
    117 cmi0		at mainbus0		# 11/750 internal bus.
    118 bi0		at mainbus0		# VAX 8200 
    119 vsbus0		at mainbus0		# All VAXstations
    120 ibus0		at mainbus0		# All Microvax
    121 #nbi0		at mainbus0		# VAX 8800
    122 #xmi0		at mainbus0		# VAX 6000
    123 
    124 # Vsbus, the virtual VAXstation bus, and possible devices.
    125 le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
    126 ze0		at vsbus0 csr 0x20008000 # SGEC ethernet
    127 dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
    128 dz0		at vsbus0 csr 0x25000000 # VS4000/90 serial line
    129 #hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
    130 ncr0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
    131 asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
    132 asc0		at vsbus0 csr 0x26000080 # VS4000/90 SCSI-ctlr
    133 ncr1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
    134 smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
    135 #clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
    136 
    137 #rd*		at hdc0 drive?		# RD5x disks
    138 #ry*		at hdc0 drive?		# RX floppies
    139 
    140 # Ibus, the internal bus on most Microvaxen
    141 uba0		at ibus0 		# Qbus adapter
    142 ze0		at ibus0 		# SGEC on-board ethernet
    143 #dz0		at ibus0		# VAX 4000/105A serial lines
    144 #shac0		at ibus0 		# DSSI controller
    145 
    146 # Devices connected at VAXBI
    147 cpu*		at bi? node?		# KA820/KA825 cpu
    148 mem*		at bi? node?		# Memory subsystems
    149 #uba*		at bi? node?		# DWBUA BI-Unibus adapter
    150 #ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
    151 #kdb*		at bi? node?		# KDB50 MSCP disk ctlr
    152 #mscpbus*	at kdb?
    153 
    154 # CMI (VAX 11/750)
    155 mem*		at cmi? tr?		# Memory subsystems
    156 uba*		at cmi? tr?		# Unibus adapters
    157 mba*		at cmi? tr?		# Massbus adapters
    158 
    159 # SBI (VAX 11/780, VAX 8600)
    160 sbi*		at abus0		# VAX 8600 can have up to 4 SBI's.
    161 
    162 mem*		at sbi? tr?		# Memory subsystems
    163 uba*		at sbi? tr?		# Unibus adapters
    164 mba*		at sbi? tr?		# Massbus adapters
    165 
    166 # Devices on Massbus adapters
    167 hp*		at mba? drive?		# RM/RP disk drives
    168 
    169 # Devices on Unibus/Qbus adapters
    170 uda0		at uba?	csr 0172150	# UDA50/RQDX?
    171 uda1		at uba?	csr 0160334
    172 mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    173 #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    174 #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
    175 #qv0		at uba? csr 0177400	# Monochrome graphics
    176 #de0		at uba? csr 0174510	# DELUA/DEUNA
    177 qe0		at uba? csr 0174440	# DEQNA/DELQA
    178 dhu0		at uba? csr 0160440	# DHU-11
    179 dz0		at uba? csr 0160100	# DZ-11
    180 dl0		at uba? csr 0176500	# DL-11
    181 rlc0		at uba? csr 0174400	# RL11/RLV11 controller
    182 rl*		at rlc? drive?		# RL01/RL02 disk drive
    183 
    184 # MSCP devices
    185 mscpbus*	at uda?
    186 mscpbus*	at mtc?
    187 #mscpbus*	at kdb?
    188 
    189 ra*		at mscpbus? drive?	# MSCP disk
    190 rx*		at mscpbus? drive?	# MSCP floppy
    191 mt*		at mscpbus? drive?	# MSCP tape
    192 
    193 # VS2000 builtin MFM controller (HDC9224)
    194 #hdc0		at vsbus0		# The strange builtin MFM controller
    195 
    196 # SCSI devices
    197 scsibus*	at asc?
    198 scsibus*	at ncr?
    199 
    200 sd*		at scsibus? target? lun?
    201 st*		at scsibus? target? lun?
    202 cd*		at scsibus? target? lun?
    203 ch*		at scsibus? target? lun?
    204 ss*		at scsibus? target? lun?
    205 uk*		at scsibus? target? lun?
    206 
    207 # VAXstation graphics support
    208 wsdisplay0	at smg0
    209 #wsdisplay0	at clr0
    210 #wsdisplay0	at qd0
    211 #wsdisplay0	at qv0
    212 lkc0		at dz0
    213 
    214 pseudo-device   loop	1
    215 pseudo-device   pty	48
    216 pseudo-device	bpfilter 8		# Not supported by de yet.
    217 pseudo-device	sl	2
    218 pseudo-device	ppp	2
    219 pseudo-device	tun	2
    220 #pseudo-device	gre	2		# generic L3 over IP tunnel
    221 pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
    222 #pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
    223 #pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
    224 pseudo-device	tb	1
    225 pseudo-device	vnd	4
    226 pseudo-device	ccd	4
    227 #pseudo-device	raid	4		# RAIDframe disk driver
    228 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    229 # rnd is EXPERIMENTAL
    230 #pseudo-device	rnd			# /dev/random and in-kernel generator
    231