GENERIC revision 1.21 1 # $NetBSD: GENERIC,v 1.21 2000/12/07 08:40:06 scw Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 #ident "GENERIC-$Revision: 1.21 $"
6
7 # Boards this kernel supports
8 options MVME147
9 options MVME162
10 options MVME167
11 options MVME172
12 options MVME177
13
14 maxusers 4
15
16 # Needed on m68040 boards to emulate some missing FP instructions
17 options FPSP
18
19 # Needed on m68060 boards
20 options M060SP
21
22 #options DDB
23 options DIAGNOSTIC, DEBUG
24
25 #options SYSVSHM
26 options KTRACE
27 options COMPAT_43
28
29 file-system FFS
30 file-system NFS
31 file-system KERNFS
32 file-system MFS
33 file-system CD9660
34 #file-system MSDOSFS
35 #file-system UNION
36
37 options NFSSERVER
38 #options FFS_EI # FFS Endian Independant support
39 options SOFTDEP # FFS soft updates support.
40
41 # Networking options
42 options INET
43 options INET6 # IPV6
44 #options IPSEC # IP security
45 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
46 #options IPSEC_DEBUG # debug for IP security
47 #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
48 #options GATEWAY # IP packet forwarding
49 #options ISO # OSI networking
50 #options TPIP
51 #options EON
52
53 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
54 options COMPAT_09, COMPAT_10, COMPAT_11
55 options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
56 #options COMPAT_SUNOS
57 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
58 #options COMPAT_LINUX # compatibility with Linux/m68k binaries
59 #options EXEC_ELF32 # 32-bit ELF executables (Linux)
60
61 ## force NFS root and swap
62 #config netbsd root on ? type nfs
63 ## "generic" boot (put root on boot device)
64 config netbsd root on ? type ?
65
66 # Which protocol to use when booting over NFS
67 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
68
69 pseudo-device sl
70 pseudo-device ppp 2
71 pseudo-device loop
72 pseudo-device bpfilter
73 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
74 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
75 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
76 pseudo-device pty # pseudo-terminals
77 pseudo-device vnd 2
78
79 # random number generator pseudo-device
80 pseudo-device rnd # /dev/random and in-kernel generator
81 #options RND_COM # use "com" randomness as well (BROKEN)
82
83 mainbus0 at root
84
85 # MVME147 specific devices
86 pcc0 at mainbus0
87 vmepcc0 at pcc?
88 clock0 at pcc? ipl 5
89 zsc* at pcc? ipl 4
90 le0 at pcc? ipl 3
91 wdsc0 at pcc? ipl 2
92 lpt0 at pcc? ipl 1
93
94 # MVME16x and MVME17x shared devices
95 pcctwo0 at mainbus0
96 vmetwo0 at mainbus0
97 memc* at pcctwo? ipl 6
98 clock0 at pcctwo? ipl 5
99 ie0 at pcctwo? ipl 3
100 ncrsc0 at pcctwo? ipl 2
101
102 # MVME162/MVME172 specific devices
103 zsc* at pcctwo? ipl 4
104
105 # MVME167/MVME177 specific devices
106 clmpcc0 at pcctwo? ipl 4
107 lpt0 at pcctwo? ipl 1
108
109 # Common front-end for MVME147 and MVME162 `zs' device
110 zstty* at zsc? channel ?
111
112 # MI VMEbus Interface
113 vme0 at vmepcc0
114 vme0 at vmetwo0
115
116 # Example VMEbus device
117 #foo0 at vme0 addr 0x00ef0000 irq 3 vect 0x80
118
119 scsibus* at wdsc?
120 scsibus* at ncrsc?
121
122 sd* at scsibus? target ? lun ?
123 st* at scsibus? target ? lun ?
124 cd* at scsibus? target ? lun ?
125 #ch* at scsibus? target ? lun ?
126 #ss* at scsibus? target ? lun ? # SCSI scanners
127 #uk* at scsibus? target ? lun ? # SCSI unknown
128