VME172 revision 1.8 1 # $NetBSD: VME172,v 1.8 2001/07/08 16:32:21 abs Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 # Boards this kernel supports; need at least one
6 options MVME172
7
8 options M060SP
9
10 maxusers 8
11
12 #options DDB
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 CD9660
24 #file-system MSDOSFS
25 #file-system UNION
26
27 #options NFSSERVER
28 #options FFS_EI # FFS Endian Independant support
29
30 # Networking options
31 options INET
32 #options GATEWAY # IP packet forwarding
33 #options ISO # OSI networking
34 #options TPIP
35 #options EON
36 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
37
38 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
39 #options COMPAT_15, COMPAT_14, COMPAT_13, COMPAT_12
40 #options COMPAT_SUNOS
41 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
42 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
43
44 ## force NFS root and swap
45 #config netbsd root on ? type nfs
46 ## "generic" boot (put root on boot device)
47 config netbsd root on ? type ?
48
49 options NFS_BOOT_DHCP # Diskless client w/ dhcp
50 options NFS_BOOT_BOOTP # Diskless client w/ bootp
51 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
52
53
54 pseudo-device sl
55 pseudo-device ppp 2
56 pseudo-device loop
57 pseudo-device bpfilter
58 pseudo-device pty
59 pseudo-device rnd
60
61 mainbus0 at root
62
63 pcctwo0 at mainbus0
64 memc* at pcctwo? ipl 6
65 clock0 at pcctwo? ipl 5
66 zsc* at pcctwo? ipl 4
67 ie0 at pcctwo? ipl 3
68 osiop0 at pcctwo? ipl 2
69
70 zstty* at zsc? channel ?
71
72 # VMEbus Support
73 vmetwo0 at mainbus0
74 vme0 at vmetwo0
75
76 # Example VMEbus device
77 #foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
78
79 # SCSI Bus Support
80 scsibus* at osiop?
81
82 sd* at scsibus? target ? lun ?
83 st* at scsibus? target ? lun ?
84 cd* at scsibus? target ? lun ?
85