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