Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.9
      1 #	$NetBSD: GENERIC,v 1.9 1996/02/11 13:28:25 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         "VAX750"
     10 options         "VAX630"
     11 options         "VAX650"
     12 
     13 # Kernel identification
     14 options         GENERIC
     15 
     16 # Max users on system; this is just a hint
     17 maxusers	8
     18 
     19 # Paging system, we always have them all.
     20 options		SWAPPAGER, DEVPAGER, VNODEPAGER
     21 
     22 # Kernel compiled-in symbolic debugger & system call tracer
     23 options		DDB
     24 options		KTRACE
     25 options		DIAGNOSTIC
     26 
     27 # Network support
     28 #options		GATEWAY
     29 options         INET
     30 
     31 # All supported filesystem types
     32 options		FFS,QUOTA
     33 options		LFS
     34 options		MFS
     35 options		NFSCLIENT
     36 options		NFSSERVER
     37 options		FDESC
     38 options		FIFO
     39 options		KERNFS
     40 options		NULLFS
     41 options		PROCFS
     42 options		UMAPFS
     43 options		UNION
     44 
     45 # System V shared memory & semaphores support.
     46 options		SYSVMSG
     47 options		SYSVSEM
     48 options		SYSVSHM
     49 
     50 # Old compat stuff; needed to run 4.3BSD Reno programs.
     51 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     52 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     53 # (They cannot coexist).
     54 options		COMPAT_43
     55 options		COMPAT_09
     56 options		COMPAT_10
     57 #options		COMPAT_ULTRIX
     58 options		TCP_COMPAT_42
     59 
     60 options		LKM
     61 
     62 
     63 # Kernel(s) to compile
     64 config          netbsd          swap generic
     65 
     66 # All supported CPU:s
     67 cpu0		at backplane0
     68 
     69 # Main buses at backplane
     70 sbi*		at backplane0
     71 
     72 # Devices connected at sbi
     73 mem*		at sbi? tr?	# Memory subsystems
     74 uba*		at sbi? tr?	# Unibus adapters
     75 mba*		at sbi? tr?	# Massbus adapters
     76 
     77 # Devices on Massbus adapters
     78 hp*		at mba? drive?	# RM/RP disk drives
     79 
     80 # Disk controllers at Unibus
     81 uda0		at uba?	csr 0172150
     82 ra0		at uda0 drive 0
     83 ra1		at uda0 drive 1
     84 ra2		at uda0 drive 2
     85 ra3		at uda0 drive 3
     86 
     87 uda1		at uba?	csr 0160334
     88 ra4		at uda1 drive 0
     89 ra5		at uda1 drive 1
     90 ra6		at uda1 drive 2
     91 ra7		at uda1 drive 3
     92 
     93 # Ethernet cards
     94 de0		at uba? csr 0174510	# DELUA/DEUNA
     95 qe0		at uba? csr 0174440	# DEQNA/DELQA
     96 
     97 # Tape drivers
     98 tmscp0		at uba? csr 0174500	# TMSCP ctlr
     99 tms0		at tmscp0 drive ?	# TMSCP tape
    100 ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    101 
    102 pseudo-device   loop	1
    103 pseudo-device   pty	48
    104 pseudo-device	bpfilter 8
    105 pseudo-device	sl	2
    106 pseudo-device	ppp	2
    107 pseudo-device	tun	2
    108 pseudo-device	tb	1
    109 pseudo-device	vnd	4
    110