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