GENERIC revision 1.4 1 1.4 itojun # $NetBSD: GENERIC,v 1.4 1999/11/21 14:00:41 itojun Exp $
2 1.1 scw
3 1.1 scw include "arch/mvme68k/conf/std.mvme68k"
4 1.1 scw
5 1.1 scw # Boards this kernel supports
6 1.1 scw options MVME147
7 1.1 scw options MVME167
8 1.1 scw
9 1.1 scw maxusers 4
10 1.1 scw
11 1.1 scw # Needed on m68040 boards to emulate some missing FP instructions
12 1.1 scw options FPSP
13 1.1 scw
14 1.1 scw #options DDB
15 1.1 scw options DIAGNOSTIC, DEBUG
16 1.1 scw
17 1.1 scw #options SYSVSHM
18 1.1 scw options KTRACE
19 1.1 scw options COMPAT_43
20 1.1 scw
21 1.1 scw file-system FFS
22 1.1 scw file-system NFS
23 1.1 scw file-system KERNFS
24 1.1 scw #file-system MFS
25 1.1 scw #file-system MSDOSFS
26 1.1 scw #file-system UNION
27 1.1 scw
28 1.1 scw options NFSSERVER
29 1.1 scw #options FFS_EI # FFS Endian Independant support
30 1.3 fvdl #options SOFTDEP # FFS soft updates support.
31 1.1 scw
32 1.4 itojun # Pull in config fragments for kernel crypto. This is required for
33 1.4 itojun # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
34 1.4 itojun # one of these, based on whether you use crypto-us or crypto-intl, and
35 1.4 itojun # adjust the prefixes as necessary.
36 1.4 itojun
37 1.4 itojun #prefix ../crypto-us/sys
38 1.4 itojun #cinclude "conf/files.crypto-us"
39 1.4 itojun #prefix
40 1.4 itojun
41 1.4 itojun #prefix ../crypto-intl/sys
42 1.4 itojun #cinclude "conf/files.crypto-intl"
43 1.4 itojun #prefix
44 1.4 itojun
45 1.1 scw # Networking options
46 1.1 scw options INET
47 1.4 itojun options INET6 # IPV6
48 1.4 itojun #options IPSEC # IP security
49 1.4 itojun #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
50 1.4 itojun #options IPSEC_DEBUG # debug for IP security
51 1.1 scw options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
52 1.1 scw #options GATEWAY # IP packet forwarding
53 1.1 scw #options ISO # OSI networking
54 1.1 scw #options TPIP
55 1.1 scw #options EON
56 1.1 scw
57 1.2 augustss options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
58 1.1 scw options COMPAT_SUNOS
59 1.1 scw #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
60 1.1 scw #options COMPAT_LINUX # compatibility with Linux/m68k binaries
61 1.1 scw #options EXEC_ELF32 # 32-bit ELF executables (Linux)
62 1.1 scw
63 1.1 scw ## force NFS root and swap
64 1.1 scw #config netbsd root on ? type nfs
65 1.1 scw ## "generic" boot (put root on boot device)
66 1.1 scw config netbsd root on ? type ?
67 1.1 scw
68 1.1 scw # Which protocol to use when booting over NFS
69 1.1 scw options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
70 1.1 scw
71 1.1 scw pseudo-device sl
72 1.1 scw pseudo-device ppp 2
73 1.1 scw pseudo-device loop
74 1.1 scw pseudo-device bpfilter
75 1.4 itojun pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
76 1.4 itojun #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
77 1.1 scw pseudo-device pty
78 1.1 scw pseudo-device vnd 2
79 1.1 scw
80 1.1 scw mainbus0 at root
81 1.1 scw
82 1.1 scw # MVME147 specific devices
83 1.1 scw pcc0 at mainbus0
84 1.1 scw vmechip* at pcc?
85 1.1 scw zsc* at pcc? ipl 4
86 1.1 scw zstty* at zsc? channel ?
87 1.1 scw clock0 at pcc? ipl 5
88 1.1 scw le0 at pcc? ipl 3
89 1.1 scw wdsc0 at pcc? ipl 2
90 1.1 scw lpt* at pcc? ipl 1
91 1.1 scw
92 1.1 scw # MVME167 specific devices
93 1.1 scw pcctwo0 at mainbus0
94 1.1 scw vmechip* at mainbus0
95 1.1 scw clock0 at pcctwo? ipl 5
96 1.1 scw clmpcc0 at pcctwo? ipl 4
97 1.1 scw ie0 at pcctwo? ipl 3
98 1.1 scw ncrsc0 at pcctwo? ipl 2
99 1.1 scw lpt* at pcctwo? ipl 1
100 1.1 scw
101 1.1 scw vmes0 at vmechip?
102 1.1 scw vmel0 at vmechip?
103 1.1 scw
104 1.1 scw # example only - A24D16 device
105 1.1 scw #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
106 1.1 scw
107 1.1 scw scsibus* at wdsc?
108 1.1 scw scsibus* at ncrsc?
109 1.1 scw
110 1.1 scw sd* at scsibus? target ? lun ?
111 1.1 scw st* at scsibus? target ? lun ?
112 1.1 scw cd* at scsibus? target ? lun ?
113 1.1 scw ch* at scsibus? target ? lun ?
114 1.1 scw ss* at scsibus? target ? lun ? # SCSI scanners
115 1.1 scw uk* at scsibus? target ? lun ? # SCSI unknown
116