GENERIC revision 1.3 1 # $NetBSD: GENERIC,v 1.3 1999/11/15 19:10:49 fvdl Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 # Boards this kernel supports
6 options MVME147
7 options MVME167
8
9 maxusers 4
10
11 # Needed on m68040 boards to emulate some missing FP instructions
12 options FPSP
13
14 #options DDB
15 options DIAGNOSTIC, DEBUG
16
17 #options SYSVSHM
18 options KTRACE
19 options COMPAT_43
20
21 file-system FFS
22 file-system NFS
23 file-system KERNFS
24 #file-system MFS
25 #file-system MSDOSFS
26 #file-system UNION
27
28 options NFSSERVER
29 #options FFS_EI # FFS Endian Independant support
30 #options SOFTDEP # FFS soft updates support.
31
32 # Networking options
33 options INET
34 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
35 #options GATEWAY # IP packet forwarding
36 #options ISO # OSI networking
37 #options TPIP
38 #options EON
39
40 options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
41 options COMPAT_SUNOS
42 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
43 #options COMPAT_LINUX # compatibility with Linux/m68k binaries
44 #options EXEC_ELF32 # 32-bit ELF executables (Linux)
45
46 ## force NFS root and swap
47 #config netbsd root on ? type nfs
48 ## "generic" boot (put root on boot device)
49 config netbsd root on ? type ?
50
51 # Which protocol to use when booting over NFS
52 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
53
54 pseudo-device sl
55 pseudo-device ppp 2
56 pseudo-device loop
57 pseudo-device bpfilter
58 pseudo-device pty
59 pseudo-device vnd 2
60
61 mainbus0 at root
62
63 # MVME147 specific devices
64 pcc0 at mainbus0
65 vmechip* at pcc?
66 zsc* at pcc? ipl 4
67 zstty* at zsc? channel ?
68 clock0 at pcc? ipl 5
69 le0 at pcc? ipl 3
70 wdsc0 at pcc? ipl 2
71 lpt* at pcc? ipl 1
72
73 # MVME167 specific devices
74 pcctwo0 at mainbus0
75 vmechip* at mainbus0
76 clock0 at pcctwo? ipl 5
77 clmpcc0 at pcctwo? ipl 4
78 ie0 at pcctwo? ipl 3
79 ncrsc0 at pcctwo? ipl 2
80 lpt* at pcctwo? ipl 1
81
82 vmes0 at vmechip?
83 vmel0 at vmechip?
84
85 # example only - A24D16 device
86 #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
87
88 scsibus* at wdsc?
89 scsibus* at ncrsc?
90
91 sd* at scsibus? target ? lun ?
92 st* at scsibus? target ? lun ?
93 cd* at scsibus? target ? lun ?
94 ch* at scsibus? target ? lun ?
95 ss* at scsibus? target ? lun ? # SCSI scanners
96 uk* at scsibus? target ? lun ? # SCSI unknown
97