VME147 revision 1.22 1 # $NetBSD: VME147,v 1.22 1998/03/18 16:34:43 bouyer 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 #options FFS_EI # FFS Endian Independant support
29
30 # Networking options
31 options INET
32 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
33 #options GATEWAY # IP packet forwarding
34 #options ISO # OSI networking
35 #options TPIP
36 #options EON
37
38 options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13
39 options COMPAT_SUNOS
40 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
41
42 ## force NFS root and swap
43 #config netbsd root on ? type nfs
44 ## "generic" boot (put root on boot device)
45 config netbsd root on ? type ?
46
47
48 pseudo-device sl
49 pseudo-device ppp 2
50 pseudo-device loop
51 pseudo-device bpfilter
52 pseudo-device pty
53 pseudo-device md 2
54
55 mainbus0 at root
56
57 pcc0 at mainbus0
58
59 zsc* at pcc? ipl 4
60 zstty* at zsc? channel ?
61
62 clock0 at pcc? ipl 5
63 le0 at pcc? ipl 3
64 wdsc0 at pcc? ipl 2
65 lpt0 at pcc? ipl 1
66 vmechip0 at pcc?
67
68 vmes0 at vmechip?
69 vmel0 at vmechip?
70
71 # example only - A24D16 device
72 #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
73
74 scsibus* at wdsc?
75
76 sd* at scsibus? target ? lun ?
77 st* at scsibus? target ? lun ?
78 cd* at scsibus? target ? lun ?
79 ch* at scsibus? target ? lun ?
80 ss* at scsibus? target ? lun ? # SCSI scanners
81 uk* at scsibus? target ? lun ? # SCSI unknown
82