Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.51.2.4
      1  1.51.2.4    bouyer #	$NetBSD: GENERIC,v 1.51.2.4 2001/02/11 19:12:55 bouyer Exp $
      2       1.1     ragge #
      3       1.9     ragge # GENERIC VAX configuration file; all supported devices.
      4       1.1     ragge #
      5       1.1     ragge 
      6      1.22     ragge include		"arch/vax/conf/std.vax"
      7       1.1     ragge 
      8  1.51.2.4    bouyer #ident 		"GENERIC-$Revision: 1.51.2.4 $"
      9  1.51.2.1    bouyer 
     10       1.4     ragge # Here are all different supported CPU types listed.
     11  1.51.2.1    bouyer #options 	"VAX8800"	# VAX 8500, 8530, 8550, 8700, 8800
     12      1.25     lukem options 	"VAX8600"
     13      1.25     lukem options 	"VAX8200"
     14  1.51.2.1    bouyer #options 	"VAX6400"
     15      1.25     lukem options 	"VAX780"
     16      1.25     lukem options 	"VAX750"
     17      1.25     lukem options 	"VAX630"	# MV II
     18  1.51.2.1    bouyer options 	"VAX650"	# MV III, 3300, 3400, 3500, 3600, 3800, 3900
     19  1.51.2.1    bouyer options 	"VAX660"	# VAX 4000/200
     20      1.45     ragge options 	"VAX670"	# VAX 4000/300
     21  1.51.2.4    bouyer options 	"VAX680"	# VAX 4000/[45]00
     22      1.25     lukem options 	"VAX410"	# VS 2000
     23      1.25     lukem options 	"VAX43"		# VS 3100/76
     24      1.36     ragge options 	"VAX46"		# VS 4000/60
     25      1.43     ragge options 	"VAX48"		# VS 4000 VLC
     26      1.45     ragge options 	"VAX49"		# VS 4000/90
     27  1.51.2.4    bouyer options 	"VAX53"		# VAX 4000/10[058], MicroVAX 3100/m96
     28       1.1     ragge 
     29       1.4     ragge # Max users on system; this is just a hint
     30       1.9     ragge maxusers	8
     31       1.4     ragge 
     32       1.6     ragge # Kernel compiled-in symbolic debugger & system call tracer
     33  1.51.2.1    bouyer #makeoptions	DEBUG="-g"
     34  1.51.2.1    bouyer options 	DDB
     35      1.25     lukem #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     36      1.25     lukem options 	KTRACE
     37  1.51.2.1    bouyer #options 	DIAGNOSTIC
     38  1.51.2.2    bouyer #options 	DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG,LOCKDEBUG
     39      1.23    mjacob 
     40  1.51.2.1    bouyer options 	SCSIVERBOSE		# Verbose SCSI errors
     41       1.4     ragge 
     42  1.51.2.4    bouyer # Networking options
     43  1.51.2.4    bouyer #options 	GATEWAY		# packet forwarding
     44  1.51.2.1    bouyer options		NTP		# NTP kernel support
     45  1.51.2.4    bouyer options 	INET		# IP + ICMP + TCP + UDP
     46  1.51.2.1    bouyer options 	INET6		# IPV6
     47  1.51.2.1    bouyer #options 	IPSEC		# IP security
     48  1.51.2.1    bouyer #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     49  1.51.2.1    bouyer #options 	IPSEC_DEBUG	# debug for IP security
     50  1.51.2.4    bouyer #options 	MROUTING	# IP multicast routing
     51  1.51.2.4    bouyer #options 	NS		# XNS
     52  1.51.2.4    bouyer #options 	NSIP		# XNS tunneling over IP
     53  1.51.2.4    bouyer #options 	ISO,TPIP	# OSI
     54  1.51.2.4    bouyer #options 	EON		# OSI tunneling over IP
     55  1.51.2.4    bouyer #options 	CCITT,LLC,HDLC	# X.25
     56  1.51.2.4    bouyer #options 	NETATALK	# AppleTalk networking protocols
     57  1.51.2.4    bouyer #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     58  1.51.2.4    bouyer #options 	PPP_DEFLATE	# Deflate compression support for PPP
     59  1.51.2.4    bouyer #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     60  1.51.2.4    bouyer #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     61  1.51.2.4    bouyer #options 	IPFILTER_LOG	# ipmon(8) log support
     62       1.4     ragge 
     63       1.4     ragge # All supported filesystem types
     64      1.21   thorpej file-system 	FFS
     65      1.21   thorpej file-system 	LFS
     66      1.21   thorpej file-system 	MFS
     67      1.21   thorpej file-system 	NFS
     68      1.21   thorpej file-system 	FDESC
     69      1.21   thorpej file-system 	KERNFS
     70      1.21   thorpej file-system 	NULLFS
     71  1.51.2.1    bouyer file-system 	OVERLAY		# overlay file system
     72      1.21   thorpej file-system 	PROCFS
     73      1.21   thorpej file-system 	UMAPFS
     74      1.21   thorpej file-system 	UNION
     75      1.44     ragge file-system 	CD9660
     76      1.21   thorpej 
     77      1.25     lukem options 	QUOTA
     78      1.29    bouyer #options 	FFS_EI		# FFS Endian Independant support
     79  1.51.2.1    bouyer options 	SOFTDEP         # FFS soft updates support.
     80      1.25     lukem options 	NFSSERVER
     81      1.45     ragge options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     82      1.30     ragge options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     83      1.33     ragge 
     84      1.42     ragge # WS console uses VT100 terminal emulation
     85      1.42     ragge options 	WSEMUL_VT100
     86      1.45     ragge options 	WSDISPLAY_DEFAULTSCREENS=8
     87  1.51.2.2    bouyer options 	FONT_QVSS8x15
     88       1.8       jtc 
     89       1.8       jtc # System V shared memory & semaphores support.
     90      1.25     lukem options 	SYSVMSG
     91      1.25     lukem options 	SYSVSEM
     92      1.25     lukem options 	SYSVSHM
     93      1.19     ragge 
     94       1.9     ragge # Old compat stuff; needed to run 4.3BSD Reno programs.
     95       1.9     ragge # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     96       1.9     ragge # 4.3BSD Reno programs and get Ultrix compatibility instead.
     97       1.9     ragge # (They cannot coexist).
     98      1.36     ragge options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     99      1.25     lukem options 	COMPAT_43
    100      1.25     lukem options 	COMPAT_09
    101      1.25     lukem options 	COMPAT_10
    102      1.25     lukem options 	COMPAT_11
    103      1.25     lukem options 	COMPAT_12
    104      1.27    kleink options 	COMPAT_13
    105      1.46  augustss options 	COMPAT_14
    106      1.25     lukem #options 	COMPAT_ULTRIX
    107  1.51.2.1    bouyer options 	COMPAT_IBCS2	# DEC SVR.3 compatilibity
    108  1.51.2.1    bouyer #options 	NO_INSN_EMULATE	# CPU does not lack some hardware instructions.
    109       1.6     ragge 
    110      1.25     lukem options 	LKM
    111       1.6     ragge 
    112       1.4     ragge # Kernel(s) to compile
    113      1.21   thorpej config          netbsd root on ? type ?
    114       1.1     ragge 
    115      1.37      matt mainbus0	at root
    116      1.19     ragge 
    117      1.48     ragge # All buses; from the beginning attached to mainbus.
    118      1.48     ragge abus0		at mainbus0		# Master bus on VAX 8600
    119      1.48     ragge sbi0		at mainbus0		# SBI, master bus on 11/780.
    120      1.48     ragge cmi0		at mainbus0		# 11/750 internal bus.
    121      1.48     ragge bi0		at mainbus0		# VAX 8200 
    122      1.48     ragge vsbus0		at mainbus0		# All VAXstations
    123  1.51.2.1    bouyer ibus0		at mainbus0		# All MicroVAX
    124      1.48     ragge #nbi0		at mainbus0		# VAX 8800
    125      1.48     ragge #xmi0		at mainbus0		# VAX 6000
    126      1.48     ragge 
    127  1.51.2.1    bouyer # NMI (internal bus) on VAX 88xx-series.
    128  1.51.2.1    bouyer #cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
    129  1.51.2.1    bouyer #mem*		at nmi0 slot?
    130  1.51.2.1    bouyer #bi*		at nmi0 slot?		# BI bus adapters
    131  1.51.2.1    bouyer 
    132  1.51.2.1    bouyer # XMI on VAX 6000 (and higher)
    133  1.51.2.1    bouyer #cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
    134  1.51.2.1    bouyer #mem*		at xmi? node?
    135  1.51.2.1    bouyer #bi*		at xmi? node?		# XMI-BI adapter
    136  1.51.2.1    bouyer 
    137      1.48     ragge # Vsbus, the virtual VAXstation bus, and possible devices.
    138      1.50     ragge le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
    139      1.51     ragge ze0		at vsbus0 csr 0x20008000 # SGEC ethernet
    140      1.48     ragge dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
    141  1.51.2.4    bouyer dz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
    142  1.51.2.1    bouyer si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
    143  1.51.2.1    bouyer si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
    144  1.51.2.4    bouyer asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
    145  1.51.2.4    bouyer asc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
    146      1.48     ragge smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
    147      1.48     ragge #clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
    148      1.48     ragge 
    149  1.51.2.1    bouyer hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
    150  1.51.2.1    bouyer rd*		at hdc0 drive?		# RD5x disks
    151      1.48     ragge #ry*		at hdc0 drive?		# RX floppies
    152      1.48     ragge 
    153      1.48     ragge # Ibus, the internal bus on most Microvaxen
    154      1.48     ragge uba0		at ibus0 		# Qbus adapter
    155      1.49     ragge ze0		at ibus0 		# SGEC on-board ethernet
    156  1.51.2.1    bouyer le0		at ibus0		# LANCE ethernet (MV3400)
    157      1.48     ragge #shac0		at ibus0 		# DSSI controller
    158      1.16     ragge 
    159      1.16     ragge # Devices connected at VAXBI
    160      1.48     ragge cpu*		at bi? node?		# KA820/KA825 cpu
    161      1.48     ragge mem*		at bi? node?		# Memory subsystems
    162      1.48     ragge #uba*		at bi? node?		# DWBUA BI-Unibus adapter
    163  1.51.2.1    bouyer ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
    164  1.51.2.1    bouyer kdb*		at bi? node?		# KDB50 MSCP disk ctlr
    165      1.17     ragge 
    166      1.48     ragge # CMI (VAX 11/750)
    167      1.48     ragge mem*		at cmi? tr?		# Memory subsystems
    168      1.48     ragge uba*		at cmi? tr?		# Unibus adapters
    169      1.48     ragge mba*		at cmi? tr?		# Massbus adapters
    170      1.48     ragge 
    171      1.48     ragge # SBI (VAX 11/780, VAX 8600)
    172      1.48     ragge sbi*		at abus0		# VAX 8600 can have up to 4 SBI's.
    173      1.48     ragge 
    174      1.48     ragge mem*		at sbi? tr?		# Memory subsystems
    175      1.48     ragge uba*		at sbi? tr?		# Unibus adapters
    176      1.48     ragge mba*		at sbi? tr?		# Massbus adapters
    177       1.9     ragge 
    178       1.9     ragge # Devices on Massbus adapters
    179      1.48     ragge hp*		at mba? drive?		# RM/RP disk drives
    180       1.1     ragge 
    181      1.48     ragge # Devices on Unibus/Qbus adapters
    182      1.14     ragge uda0		at uba?	csr 0172150	# UDA50/RQDX?
    183      1.14     ragge uda1		at uba?	csr 0160334
    184      1.48     ragge mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    185      1.48     ragge #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    186      1.48     ragge #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
    187      1.48     ragge #qv0		at uba? csr 0177400	# Monochrome graphics
    188  1.51.2.1    bouyer de0		at uba? csr 0174510	# DELUA/DEUNA
    189      1.48     ragge qe0		at uba? csr 0174440	# DEQNA/DELQA
    190      1.48     ragge dhu0		at uba? csr 0160440	# DHU-11
    191      1.48     ragge dz0		at uba? csr 0160100	# DZ-11
    192      1.48     ragge dl0		at uba? csr 0176500	# DL-11
    193  1.51.2.1    bouyer rlc0		at uba? csr 0174400	# RL11/RLV11 controller
    194  1.51.2.1    bouyer rl*		at rlc? drive?		# RL01/RL02 disk drive
    195      1.48     ragge 
    196      1.48     ragge # MSCP devices
    197      1.14     ragge mscpbus*	at uda?
    198      1.15     ragge mscpbus*	at mtc?
    199  1.51.2.1    bouyer mscpbus*	at kdb?
    200      1.14     ragge 
    201      1.14     ragge ra*		at mscpbus? drive?	# MSCP disk
    202      1.28     ragge rx*		at mscpbus? drive?	# MSCP floppy
    203      1.15     ragge mt*		at mscpbus? drive?	# MSCP tape
    204       1.4     ragge 
    205      1.48     ragge # SCSI devices
    206  1.51.2.1    bouyer scsibus*	at asc?
    207  1.51.2.1    bouyer scsibus*	at si?
    208      1.44     ragge 
    209      1.44     ragge sd*		at scsibus? target? lun?
    210      1.44     ragge st*		at scsibus? target? lun?
    211      1.44     ragge cd*		at scsibus? target? lun?
    212      1.44     ragge ch*		at scsibus? target? lun?
    213      1.44     ragge ss*		at scsibus? target? lun?
    214      1.44     ragge uk*		at scsibus? target? lun?
    215      1.16     ragge 
    216      1.32     ragge # VAXstation graphics support
    217      1.48     ragge wsdisplay0	at smg0
    218      1.48     ragge #wsdisplay0	at clr0
    219      1.48     ragge #wsdisplay0	at qd0
    220      1.48     ragge #wsdisplay0	at qv0
    221  1.51.2.2    bouyer lkkbd0		at dz0 line 0
    222  1.51.2.2    bouyer wskbd*		at lkkbd? console ?
    223  1.51.2.2    bouyer lkms0		at dz0 line 1
    224  1.51.2.2    bouyer wsmouse*	at lkms?
    225      1.32     ragge 
    226       1.8       jtc pseudo-device   loop	1
    227  1.51.2.1    bouyer pseudo-device   pty			# pseudo-terminals
    228  1.51.2.1    bouyer pseudo-device	bpfilter 8		# Not supported by de yet.
    229  1.51.2.4    bouyer pseudo-device	ipfilter		# IP filter (firewall) and NAT
    230  1.51.2.4    bouyer #pseudo-device	sl	2
    231  1.51.2.4    bouyer #pseudo-device	ppp	2
    232       1.8       jtc pseudo-device	tun	2
    233  1.51.2.1    bouyer #pseudo-device	gre	2		# generic L3 over IP tunnel
    234  1.51.2.1    bouyer pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
    235  1.51.2.1    bouyer #pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
    236  1.51.2.1    bouyer #pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
    237  1.51.2.3    bouyer pseudo-device	vlan			# IEEE 802.1q encapsulation
    238       1.8       jtc pseudo-device	tb	1
    239       1.8       jtc pseudo-device	vnd	4
    240      1.18     mikel pseudo-device	ccd	4
    241      1.40     oster #pseudo-device	raid	4		# RAIDframe disk driver
    242  1.51.2.1    bouyer #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    243  1.51.2.1    bouyer pseudo-device	rnd			# /dev/random and in-kernel generator
    244