GENERIC revision 1.7.2.1 1 # $NetBSD: GENERIC,v 1.7.2.1 1995/10/15 13:52:58 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 GATEWAY
27 options INET
28 options ETHER
29
30 # All supported filesystem types
31 options FFS,QUOTA
32 options LFS
33 options MFS
34 options NFSSERVER
35 options NFSCLIENT
36 options FDESC
37 options FIFO
38 options KERNFS
39 options NULLFS
40 options PROCFS
41 options UMAPFS
42 options UNION
43
44 # System V shared memory & semaphores support.
45 options SYSVMSG
46 options SYSVSEM
47 options SYSVSHM
48
49 # Old compat stuff; needed to run 4.3BSD Reno programs
50 options COMPAT_43
51 options COMPAT_09
52 options COMPAT_10
53 options COMPAT_RENO
54 options TCP_COMPAT_42
55
56 options LKM
57
58
59 # Kernel(s) to compile
60 config netbsd swap generic
61
62 # All supported CPU:s
63 cpu0 at backplane0
64
65 # Main buses at backplane
66 sbi* at backplane0
67
68 # Devices connected at sbi
69 mem* at sbi? tr? # Memory subsystems
70 uba0 at sbi? tr? # Unibus adapters
71 uba1 at sbi? tr? # Unibus adapters
72 uba2 at sbi? tr? # Unibus adapters
73 uba3 at sbi? tr? # Unibus adapters
74
75 # Disk controllers at Unibus
76 uda0 at uba? csr 0172150
77 ra0 at uda0 drive 0
78 ra1 at uda0 drive 1
79 ra2 at uda0 drive 2
80 ra3 at uda0 drive 3
81
82 uda1 at uba? csr 0160334
83 ra4 at uda1 drive 0
84 ra5 at uda1 drive 1
85 ra6 at uda1 drive 2
86 ra7 at uda1 drive 3
87
88 # Ethernet cards
89 de0 at uba? csr 0174510
90 qe0 at uba? csr 0174440
91
92 # Tape drivers
93 tmscp0 at uba? csr 0174500
94 tms0 at tmscp0 drive ?
95
96 pseudo-device loop 1
97 pseudo-device pty 48
98 pseudo-device bpfilter 8
99 pseudo-device sl 2
100 pseudo-device ppp 2
101 pseudo-device tun 2
102 pseudo-device tb 1
103 pseudo-device vnd 4
104