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