VME147 revision 1.21 1 # $NetBSD: VME147,v 1.21 1998/02/21 19:03:25 scw Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 # Boards this kernel supports; need at lest the correct one
6 options MVME147
7
8 maxusers 2
9
10 options UVM
11 #options DDB
12
13 options DIAGNOSTIC, DEBUG
14
15 #options SYSVSHM
16 options KTRACE
17 options COMPAT_43
18
19 file-system FFS
20 file-system NFS
21 file-system KERNFS
22 #file-system MFS
23 #file-system MSDOSFS
24 #file-system UNION
25
26 #options NFSSERVER
27 options FIFO
28
29 # Networking options
30 options INET
31 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
32 #options GATEWAY # IP packet forwarding
33 #options ISO # OSI networking
34 #options TPIP
35 #options EON
36
37 options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13
38 options COMPAT_SUNOS
39 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
40
41 ## force NFS root and swap
42 #config netbsd root on ? type nfs
43 ## "generic" boot (put root on boot device)
44 config netbsd root on ? type ?
45
46
47 pseudo-device sl
48 pseudo-device ppp 2
49 pseudo-device loop
50 pseudo-device bpfilter
51 pseudo-device pty
52 pseudo-device md 2
53
54 mainbus0 at root
55
56 pcc0 at mainbus0
57
58 zsc* at pcc? ipl 4
59 zstty* at zsc? channel ?
60
61 clock0 at pcc? ipl 5
62 le0 at pcc? ipl 3
63 wdsc0 at pcc? ipl 2
64 lpt0 at pcc? ipl 1
65 vmechip0 at pcc?
66
67 vmes0 at vmechip?
68 vmel0 at vmechip?
69
70 # example only - A24D16 device
71 #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
72
73 scsibus* at wdsc?
74
75 sd* at scsibus? target ? lun ?
76 st* at scsibus? target ? lun ?
77 cd* at scsibus? target ? lun ?
78 ch* at scsibus? target ? lun ?
79 ss* at scsibus? target ? lun ? # SCSI scanners
80 uk* at scsibus? target ? lun ? # SCSI unknown
81