VME147 revision 1.6 1 # $NetBSD: VME147,v 1.6 1996/09/10 22:45:17 thorpej Exp $
2
3 machine mvme68k m68k
4
5 options "M68040" # support for 040
6 options FPSP # MC68040 floating point support
7 options "M68030" # support for 030
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 options FFS
17 options NFSCLIENT
18 #options NFSSERVER
19 #options SYSVSHM
20 options KTRACE
21 options COMPAT_43
22 options FIFO
23 #options MFS
24 options DEVPAGER, SWAPPAGER, VNODEPAGER
25 #options MSDOSFS
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 options COMPAT_09, COMPAT_10
35 options COMPAT_SUNOS
36 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
37
38 ## force NFS root and swap
39 #config netbsd root on nfs swap on nfs
40 ## "generic" boot (put root on boot device)
41 config netbsd swap generic
42
43
44 pseudo-device sl
45 pseudo-device ppp 2
46 pseudo-device loop
47 pseudo-device bpfilter
48 pseudo-device pty
49 pseudo-device rd 2
50
51 mainbus0 at root
52
53 pcc0 at mainbus0
54
55 zsc* at pcc? ipl 4
56 zstty* at zsc? channel ?
57
58 clock0 at pcc? ipl 5
59 le0 at pcc? ipl 3
60 wdsc0 at pcc? ipl 2
61 vmechip0 at pcc?
62
63 vmes0 at vmechip?
64 vmel0 at vmechip?
65
66 # example only - A24D16 device
67 #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
68
69 scsibus* at wdsc?
70
71 sd* at scsibus? target ? lun ?
72 st* at scsibus? target ? lun ?
73 cd* at scsibus? target ? lun ?
74 ch* at scsibus? target ? lun ?
75