VME147 revision 1.13 1 # $NetBSD: VME147,v 1.13 1997/01/31 01:52:38 thorpej Exp $
2
3 machine mvme68k m68k
4
5 # Boards this kernel supports; need at lest the correct one
6 options MVME147
7
8 options FPCOPROC # Support for MC6888[12] (Required)
9
10 maxusers 2
11
12 options DIAGNOSTIC, DEBUG
13
14 #options SYSVSHM
15 options KTRACE
16 options COMPAT_43
17 options DEVPAGER, SWAPPAGER, VNODEPAGER
18
19 file-system FFS
20 file-system NFS
21 #file-system MFS
22 #file-system MSDOSFS
23
24 #options NFSSERVER
25 options FIFO
26
27 # Networking options
28 options INET
29 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
30 #options GATEWAY # IP packet forwarding
31 #options ISO # OSI networking
32 #options TPIP
33 #options EON
34
35 options EXEC_AOUT,EXEC_SCRIPT
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