Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.6
      1 #	$NetBSD: GENERIC,v 1.6 1995/03/29 22:50:47 ragge Exp $
      2 #
      3 # GENERIC VAX, currently only supports 11/750 anyway.
      4 #
      5 
      6 include "std.vax"
      7 
      8 # Here are all different supported CPU types listed.
      9 options         "VAX750"
     10 options         "VAX630"
     11 
     12 # Kernel identification
     13 options         GENERIC
     14 
     15 # Max users on system; this is just a hint
     16 maxusers	16
     17 
     18 # Paging system, we always have them all.
     19 options		SWAPPAGER, DEVPAGER, VNODEPAGER
     20 
     21 # Kernel compiled-in symbolic debugger & system call tracer
     22 #options		DDB
     23 options		KTRACE
     24 
     25 # Network support
     26 options         INET
     27 options         ETHER
     28 
     29 # All supported filesystem types
     30 options		FFS,QUOTA
     31 options		LFS
     32 options		MFS
     33 options		FDESC
     34 options		FIFO
     35 options		KERNFS
     36 options		NULLFS
     37 options		PROCFS
     38 
     39 # Old compat stuff; needed to run 4.3BSD Reno programs
     40 options		COMPAT_43
     41 options		COMPAT_09
     42 options		COMPAT_10
     43 options		COMPAT_RENO
     44 options		TCP_COMPAT_42
     45 
     46 options		LKM
     47 
     48 
     49 # Kernel(s) to compile
     50 config          vmunix          swap generic
     51 
     52 # All supported CPU:s
     53 cpu0		at backplane0
     54 
     55 # Main buses at backplane
     56 sbi*		at backplane0
     57 
     58 # Devices connected at sbi
     59 mem*		at sbi? tr?	# Memory subsystems
     60 uba0		at sbi? tr?	# Unibus adapters
     61 uba1		at sbi? tr?	# Unibus adapters
     62 uba2		at sbi? tr?	# Unibus adapters
     63 uba3		at sbi? tr?	# Unibus adapters
     64 
     65 # Disk controllers at Unibus
     66 uda0		at uba?	csr 0172150
     67 ra0		at uda0 drive 0
     68 ra1		at uda0 drive 1
     69 ra2		at uda0 drive 2
     70 ra3		at uda0 drive 3
     71 
     72 uda1		at uba?	csr 0160334
     73 ra4		at uda1 drive 0
     74 ra5		at uda1 drive 1
     75 ra6		at uda1 drive 2
     76 ra7		at uda1 drive 3
     77 
     78 # Ethernet cards
     79 de0		at uba? csr 0174510
     80 qe0		at uba? csr 0174440
     81 
     82 # Tape drivers
     83 tmscp0		at uba? csr 0174500
     84 tms0		at tmscp0 drive ?
     85 
     86 pseudo-device   loop
     87 pseudo-device   pty	48
     88