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