Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.5
      1 #	$NetBSD: GENERIC,v 1.5 1995/02/23 17:50:56 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
     22 #options		DDB
     23 
     24 # Network support
     25 options         INET
     26 options         ETHER
     27 
     28 # All supported filesystem types
     29 options		FFS
     30 
     31 # Old compat stuff; needed to run 4.3BSD Reno programs
     32 options		COMPAT_43
     33 options		COMPAT_09
     34 options		COMPAT_10
     35 options		COMPAT_RENO
     36 
     37 # Kernel(s) to compile
     38 config          vmunix          swap generic
     39 
     40 # All supported CPU:s
     41 cpu0		at backplane0
     42 
     43 # Main buses at backplane
     44 sbi*		at backplane0
     45 #bi*		at backplane0
     46 
     47 # Devices connected at sbi
     48 mem*		at sbi? tr?	# Memory subsystems
     49 uba0		at sbi? tr?	# Unibus adapters
     50 uba1		at sbi? tr?	# Unibus adapters
     51 uba2		at sbi? tr?	# Unibus adapters
     52 uba3		at sbi? tr?	# Unibus adapters
     53 
     54 # Disk controllers at Unibus
     55 uda0		at uba?	csr 0172150
     56 ra0		at uda0 drive 0
     57 ra1		at uda0 drive 1
     58 ra2		at uda0 drive 2
     59 ra3		at uda0 drive 3
     60 
     61 uda1		at uba?	csr 0160334
     62 ra4		at uda1 drive 0
     63 ra5		at uda1 drive 1
     64 ra6		at uda1 drive 2
     65 ra7		at uda1 drive 3
     66 
     67 # Ethernet cards
     68 de0		at uba? csr 0174510
     69 
     70 # Tape drivers
     71 tmscp0		at uba? csr 0174500
     72 tms*		at tmscp0 drive ?
     73 
     74 pseudo-device   loop
     75 pseudo-device   pty	48
     76