Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.20
      1 #	$NetBSD: GENERIC,v 1.20 1997/01/12 12:38:56 ragge Exp $
      2 #
      3 # GENERIC VAX configuration file; all supported devices.
      4 #
      5 
      6 include		"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 
     18 # Kernel identification
     19 options         GENERIC
     20 
     21 # Max users on system; this is just a hint
     22 maxusers	8
     23 
     24 # Kernel compiled-in symbolic debugger & system call tracer
     25 options		DDB
     26 options		KTRACE
     27 options		DIAGNOSTIC
     28 
     29 # Network support
     30 #options		GATEWAY
     31 options         INET
     32 
     33 # All supported filesystem types
     34 options		FFS,QUOTA
     35 options		LFS
     36 options		MFS
     37 options		NFSCLIENT
     38 options		NFSSERVER
     39 options		FDESC
     40 options		FIFO
     41 options		KERNFS
     42 options		NULLFS
     43 options		PROCFS
     44 options		UMAPFS
     45 options		UNION
     46 
     47 # System V shared memory & semaphores support.
     48 options		SYSVMSG
     49 options		SYSVSEM
     50 options		SYSVSHM
     51 
     52 # Old compat stuff; needed to run 4.3BSD Reno programs.
     53 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     54 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     55 # (They cannot coexist).
     56 options		COMPAT_43
     57 options		COMPAT_09
     58 options		COMPAT_10
     59 options		COMPAT_11
     60 options		COMPAT_12
     61 #options		COMPAT_ULTRIX
     62 options		TCP_COMPAT_42
     63 
     64 options		LKM
     65 
     66 # Kernel(s) to compile
     67 config          netbsd          swap generic
     68 
     69 backplane0	at root
     70 
     71 # Devices directly attached to backplane.
     72 cpu0		at backplane0	# Only one CPU so far.
     73 sbi*		at backplane0	# SBI's are always at backplane (Abus).
     74 mem*		at backplane0	# Some machines have memory at backplane.
     75 bi*		at backplane0	# VAXBI bus
     76 cmi0		at backplane0	# 11/750 internal bus.
     77 uba0		at backplane0	# MicroVAXen only have QBUS.
     78 vsbus0		at backplane0	# Internal "virtual" VAXstation bus
     79 
     80 # Devices connected at VAXBI
     81 cpu0		at bi? node?	# KA820/KA825 cpu
     82 mem*		at bi? node?	# Memory subsystems
     83 #ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
     84 kdb*		at bi? node?	# KDB50 MSCP disk ctlr
     85 mscpbus*	at kdb?
     86 
     87 # Devices connected at cmi
     88 mem*		at cmi? tr?	# Memory subsystems
     89 uba*		at cmi? tr?	# Unibus adapters
     90 mba*		at cmi? tr?	# Massbus adapters
     91 
     92 # Devices connected at sbi
     93 mem*		at sbi? tr?	# Memory subsystems
     94 uba*		at sbi? tr?	# Unibus adapters
     95 mba*		at sbi? tr?	# Massbus adapters
     96 
     97 # Devices on Massbus adapters
     98 hp*		at mba? drive?	# RM/RP disk drives
     99 
    100 # Disk controllers at Unibus
    101 uda0		at uba?	csr 0172150	# UDA50/RQDX?
    102 uda1		at uba?	csr 0160334
    103 mscpbus*	at uda?
    104 
    105 # Tape drivers
    106 mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    107 mscpbus*	at mtc?
    108 
    109 # MSCP devices
    110 ra*		at mscpbus? drive?	# MSCP disk
    111 mt*		at mscpbus? drive?	# MSCP tape
    112 
    113 # Unibus tapes
    114 #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    115 
    116 # VS2000 builtin MFM controller (HDC9224)
    117 hdc0		at vsbus0		# The strange builtin MFM controller
    118 rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
    119 
    120 # VAXstation builtin SCSI-controller (NCR5380)
    121 ncr0		at vsbus0		# 1st built-in SCSI interface
    122 ncr1		at vsbus0		# 2nd built-in SCSI interface
    123 scsibus*	at ncr?
    124 
    125 sd*		at scsibus? target? lun?
    126 st*		at scsibus? target? lun?
    127 
    128 
    129 # Ethernet cards
    130 de0		at uba? csr 0174510	# DELUA/DEUNA
    131 qe0		at uba? csr 0174440	# DEQNA/DELQA
    132 le0		at vsbus0		# LANCE
    133 
    134 # Terminal lines
    135 dhu0		at uba? csr 0160440	# DHU-11
    136 dz0		at uba? csr 0160100	# DZ-11
    137 
    138 pseudo-device   loop	1
    139 pseudo-device   pty	48
    140 pseudo-device	bpfilter 8	# Not supported by de or qe yet.
    141 pseudo-device	sl	2
    142 pseudo-device	ppp	2
    143 pseudo-device	tun	2
    144 pseudo-device	tb	1
    145 pseudo-device	vnd	4
    146 pseudo-device	ccd	4
    147