VME147 revision 1.11.2.1 1 # $NetBSD: VME147,v 1.11.2.1 1997/01/14 21:25:32 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 # obsolete timezone spec
13 options TIMEZONE=0, DST=0
14
15 options DIAGNOSTIC, DEBUG
16
17 #options SYSVSHM
18 options KTRACE
19 options COMPAT_43
20 options DEVPAGER, SWAPPAGER, VNODEPAGER
21
22 file-system FFS
23 file-system NFS
24 #file-system MFS
25 #file-system MSDOSFS
26
27 #options NFSSERVER
28 options FIFO
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 EXEC_AOUT,EXEC_SCRIPT
39 options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12
40 options COMPAT_SUNOS
41 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
42
43 ## force NFS root and swap
44 #config netbsd root on ? type nfs
45 ## "generic" boot (put root on boot device)
46 config netbsd root on ? type ?
47
48
49 pseudo-device sl
50 pseudo-device ppp 2
51 pseudo-device loop
52 pseudo-device bpfilter
53 pseudo-device pty
54 pseudo-device md 2
55
56 mainbus0 at root
57
58 pcc0 at mainbus0
59
60 zsc* at pcc? ipl 4
61 zstty* at zsc? channel ?
62
63 clock0 at pcc? ipl 5
64 le0 at pcc? ipl 3
65 wdsc0 at pcc? ipl 2
66 lpt0 at pcc? ipl 1
67 vmechip0 at pcc?
68
69 vmes0 at vmechip?
70 vmel0 at vmechip?
71
72 # example only - A24D16 device
73 #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
74
75 scsibus* at wdsc?
76
77 sd* at scsibus? target ? lun ?
78 st* at scsibus? target ? lun ?
79 cd* at scsibus? target ? lun ?
80 ch* at scsibus? target ? lun ?
81 ss* at scsibus? target ? lun ? # SCSI scanners
82 uk* at scsibus? target ? lun ? # SCSI unknown
83