GENERIC revision 1.4 1 # $NetBSD: GENERIC,v 1.4 1995/02/13 00:41:55 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
11 # Kernel identification
12 options GENERIC
13
14 # Max users on system; this is just a hint
15 maxusers 16
16
17 # Paging system, we always have them all.
18 options SWAPPAGER, DEVPAGER, VNODEPAGER
19
20 # Kernel compiled-in symbolic debugger
21 #options DDB
22
23 # Network support
24 options INET
25 options ETHER
26
27 # All supported filesystem types
28 options FFS
29
30 # Old compat stuff; needed to run 4.3BSD Reno programs
31 options COMPAT_43
32 options COMPAT_09
33 options COMPAT_10
34 options COMPAT_RENO
35
36 # Kernel(s) to compile
37 config vmunix swap generic
38
39 # All supported CPU:s
40 cpu0 at backplane0
41
42 # Main buses at backplane
43 sbi* at backplane0
44 #bi* at backplane0
45
46 # Devices connected at sbi
47 mem* at sbi? tr? # Memory subsystems
48 uba0 at sbi? tr? # Unibus adapters
49 uba1 at sbi? tr? # Unibus adapters
50 uba2 at sbi? tr? # Unibus adapters
51 uba3 at sbi? tr? # Unibus adapters
52
53 # Disk controllers at Unibus
54 uda0 at uba? csr 0172150
55 ra0 at uda0 drive 0
56 ra1 at uda0 drive 1
57 ra2 at uda0 drive 2
58 ra3 at uda0 drive 3
59
60 uda1 at uba? csr 0172550
61 ra4 at uda1 drive 0
62 ra5 at uda1 drive 1
63 ra6 at uda1 drive 2
64 ra7 at uda1 drive 3
65
66 # Ethernet cards
67 de0 at uba? csr 0174510
68 de1 at uba? csr 0175510
69
70 pseudo-device loop
71 pseudo-device pty 48
72