GENERIC revision 1.15
1# $NetBSD: GENERIC,v 1.15 1996/07/10 23:51:53 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 "VAX780" 11options "VAX750" 12options "VAX630" 13options "VAX650" 14 15# Kernel identification 16options GENERIC 17 18# Max users on system; this is just a hint 19maxusers 8 20 21# Paging system, we always have them all. 22options SWAPPAGER, DEVPAGER, VNODEPAGER 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 59#options COMPAT_ULTRIX 60options TCP_COMPAT_42 61 62options LKM 63 64 65# Kernel(s) to compile 66config netbsd swap generic 67 68# Devices directly attached to backplane. 69cpu0 at backplane0 # Only one CPU so far. 70sbi* at backplane0 # SBI's are always at backplane (Abus). 71mem* at backplane0 # Some machines have memory at backplane. 72 73# Devices connected at sbi 74mem* at sbi? tr? # Memory subsystems 75uba* at sbi? tr? # Unibus adapters 76mba* at sbi? tr? # Massbus adapters 77 78# Devices on Massbus adapters 79hp* at mba? drive? # RM/RP disk drives 80 81# Disk controllers at Unibus 82uda0 at uba? csr 0172150 # UDA50/RQDX? 83uda1 at uba? csr 0160334 84mscpbus* at uda? 85 86# Tape drivers 87mtc0 at uba? csr 0174500 # TMSCP ctlr 88mscpbus* at mtc? 89 90# MSCP devices 91ra* at mscpbus? drive? # MSCP disk 92mt* at mscpbus? drive? # MSCP tape 93 94# Unibus tapes 95#ts0 at uba? csr 0172520 # TS11/TSV05 tape. 96 97# Ethernet cards 98de0 at uba? csr 0174510 # DELUA/DEUNA 99qe0 at uba? csr 0174440 # DEQNA/DELQA 100 101# Terminal lines 102dhu0 at uba? csr 0160440 # DHU-11 103dz0 at uba? csr 0160100 # DZ-11 104 105pseudo-device loop 1 106pseudo-device pty 48 107pseudo-device bpfilter 8 # Not supported by de or qe yet. 108pseudo-device sl 2 109pseudo-device ppp 2 110pseudo-device tun 2 111pseudo-device tb 1 112pseudo-device vnd 4 113