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