Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.44
      1 #	$NetBSD: GENERIC,v 1.44 1999/03/13 15:16:47 ragge Exp $
      2 #
      3 # GENERIC VAX configuration file; all supported devices.
      4 #
      5 
      6 include		"arch/vax/conf/std.vax"
      7 
      8 # Here are all different supported CPU types listed.
      9 options 	"VAX8600"
     10 options 	"VAX8200"
     11 options 	"VAX780"
     12 options 	"VAX750"
     13 options 	"VAX630"	# MV II
     14 options 	"VAX650"	# MV III, 3600, 3800, 3900
     15 options 	"VAX410"	# VS 2000
     16 options 	"VAX43"		# VS 3100/76
     17 options 	"VAX46"		# VS 4000/60
     18 options 	"VAX48"		# VS 4000 VLC
     19 
     20 # Max users on system; this is just a hint
     21 maxusers	8
     22 
     23 # Kernel compiled-in symbolic debugger & system call tracer
     24 #options 	DDB
     25 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     26 options 	KTRACE
     27 #options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
     28 
     29 #options 	SCSIVERBOSE		# Verbose SCSI errors
     30 
     31 # Network support
     32 #options 	GATEWAY
     33 options         INET
     34 
     35 # All supported filesystem types
     36 file-system 	FFS
     37 file-system 	LFS
     38 file-system 	MFS
     39 file-system 	NFS
     40 file-system 	FDESC
     41 file-system 	KERNFS
     42 file-system 	NULLFS
     43 file-system 	PROCFS
     44 file-system 	UMAPFS
     45 file-system 	UNION
     46 file-system 	CD9660
     47 
     48 options 	QUOTA
     49 #options 	FFS_EI		# FFS Endian Independant support
     50 options 	NFSSERVER
     51 options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     52 
     53 # WS console uses VT100 terminal emulation
     54 options 	WSEMUL_VT100
     55 
     56 # System V shared memory & semaphores support.
     57 options 	SYSVMSG
     58 options 	SYSVSEM
     59 options 	SYSVSHM
     60 
     61 # Old compat stuff; needed to run 4.3BSD Reno programs.
     62 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     63 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     64 # (They cannot coexist).
     65 options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     66 options 	COMPAT_43
     67 options 	COMPAT_09
     68 options 	COMPAT_10
     69 options 	COMPAT_11
     70 options 	COMPAT_12
     71 options 	COMPAT_13
     72 #options 	COMPAT_ULTRIX
     73 options 	TCP_COMPAT_42
     74 
     75 options 	LKM
     76 
     77 # Kernel(s) to compile
     78 config          netbsd root on ? type ?
     79 
     80 mainbus0	at root
     81 
     82 # Devices directly attached to mainbus.
     83 cpu0		at mainbus0	# Only one CPU so far.
     84 sbi*		at mainbus0	# SBI's are always at mainbus (Abus).
     85 mem*		at mainbus0	# Some machines have memory at mainbus.
     86 bi*		at mainbus0	# VAXBI bus
     87 cmi0		at mainbus0	# 11/750 internal bus.
     88 uba0		at mainbus0	# MicroVAXen only have QBUS.
     89 vsbus0		at mainbus0	# Internal "virtual" VAXstation bus
     90 
     91 # Devices connected at VAXBI
     92 cpu0		at bi? node?	# KA820/KA825 cpu
     93 cpu*		at bi? node?
     94 mem*		at bi? node?	# Memory subsystems
     95 uba*		at bi? node?	# DWBUA BI-Unibus adapter
     96 #ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
     97 kdb*		at bi? node?	# KDB50 MSCP disk ctlr
     98 mscpbus*	at kdb?
     99 
    100 # Devices connected at cmi
    101 mem*		at cmi? tr?	# Memory subsystems
    102 uba*		at cmi? tr?	# Unibus adapters
    103 mba*		at cmi? tr?	# Massbus adapters
    104 
    105 # Devices connected at sbi
    106 mem*		at sbi? tr?	# Memory subsystems
    107 uba*		at sbi? tr?	# Unibus adapters
    108 mba*		at sbi? tr?	# Massbus adapters
    109 
    110 # Devices on Massbus adapters
    111 hp*		at mba? drive?	# RM/RP disk drives
    112 
    113 # Disk controllers at Unibus
    114 uda0		at uba?	csr 0172150	# UDA50/RQDX?
    115 uda1		at uba?	csr 0160334
    116 mscpbus*	at uda?
    117 
    118 # Tape drivers
    119 mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    120 mscpbus*	at mtc?
    121 
    122 # MSCP devices
    123 ra*		at mscpbus? drive?	# MSCP disk
    124 rx*		at mscpbus? drive?	# MSCP floppy
    125 mt*		at mscpbus? drive?	# MSCP tape
    126 
    127 # Unibus tapes
    128 #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    129 
    130 # VS2000 builtin MFM controller (HDC9224)
    131 #hdc0		at vsbus0		# The strange builtin MFM controller
    132 #rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
    133 
    134 # SCSI controllers.
    135 ncr0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
    136 ncr1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
    137 scsibus*	at ncr?
    138 
    139 # SCSI devices
    140 sd*		at scsibus? target? lun?
    141 st*		at scsibus? target? lun?
    142 cd*		at scsibus? target? lun?
    143 ch*		at scsibus? target? lun?
    144 ss*		at scsibus? target? lun?
    145 uk*		at scsibus? target? lun?
    146 
    147 # Graphic adapters.
    148 qd0		at uba? csr 0177400
    149 
    150 # Ethernet cards
    151 de0		at uba? csr 0174510	# DELUA/DEUNA
    152 qe0		at uba? csr 0174440	# DEQNA/DELQA
    153 ln0		at vsbus0 csr 0x200e0000# LANCE
    154 
    155 # Terminal lines
    156 dhu0		at uba? csr 0160440	# DHU-11
    157 dz0		at uba? csr 0160100	# DZ-11
    158 dz0		at vsbus0 csr 0x200a0000# DC-367
    159 dl0		at uba? csr 0176500	# DL-11
    160 
    161 # VAXstation graphics support
    162 smg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
    163 wsdisplay0	at smg0			# display device driver.
    164 lkc0		at dz0			# Keyboard LK201
    165 
    166 pseudo-device   loop	1
    167 pseudo-device   pty	48
    168 pseudo-device	bpfilter 8	# Not supported by de yet.
    169 pseudo-device	sl	2
    170 pseudo-device	ppp	2
    171 pseudo-device	tun	2
    172 #pseudo-device	gre		2	# generic L3 over IP tunnel
    173 pseudo-device	tb	1
    174 pseudo-device	vnd	4
    175 pseudo-device	ccd	4
    176 #pseudo-device	raid	4		# RAIDframe disk driver
    177 # rnd is EXPERIMENTAL
    178 #pseudo-device	rnd			# /dev/random and in-kernel generator
    179