VME162 revision 1.11 1 # $NetBSD: VME162,v 1.11 2002/01/27 13:23:21 jdolecek Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 # Boards this kernel supports; need at least one
6 options MVME162
7
8 # Needed on m68040 boards to emulate some missing FP instructions
9 options FPSP
10
11 maxusers 8
12
13 #options DDB
14 #options DIAGNOSTIC, DEBUG
15
16 #options SYSVSHM
17 options KTRACE
18 options COMPAT_43
19 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
20
21 file-system FFS
22 file-system NFS
23 file-system KERNFS
24 file-system MFS
25 file-system CD9660
26 #file-system MSDOSFS
27 #file-system UNION
28
29 #options NFSSERVER
30 #options FFS_EI # FFS Endian Independant support
31
32 # Networking options
33 options INET
34 #options GATEWAY # IP packet forwarding
35 #options ISO # OSI networking
36 #options TPIP
37 #options EON
38 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
39
40 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
41 #options COMPAT_14, COMPAT_13, COMPAT_12
42 #options COMPAT_SUNOS
43 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
44 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
45
46 ## force NFS root and swap
47 #config netbsd root on ? type nfs
48 ## "generic" boot (put root on boot device)
49 config netbsd root on ? type ?
50
51 options NFS_BOOT_DHCP # Diskless client w/ dhcp
52 options NFS_BOOT_BOOTP # Diskless client w/ bootp
53 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
54
55
56 pseudo-device sl
57 pseudo-device ppp 2
58 pseudo-device loop
59 pseudo-device bpfilter
60 pseudo-device pty
61 pseudo-device vnd 2
62 pseudo-device rnd
63
64 mainbus0 at root
65
66 pcctwo0 at mainbus0
67 clock0 at pcctwo? ipl 5
68 zsc* at pcctwo? ipl 4
69 ie0 at pcctwo? ipl 3
70 osiop0 at pcctwo? ipl 2
71
72 zstty* at zsc? channel ?
73
74 # VMEbus Support
75 vmetwo0 at mainbus0
76 vme0 at vmetwo0
77
78 # Example VMEbus device
79 #foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
80
81 # Memory Controller Support (MCECC and MEMC040)
82 memc* at mainbus0
83
84 # SCSI Bus Support
85 scsibus* at osiop?
86
87 sd* at scsibus? target ? lun ?
88 st* at scsibus? target ? lun ?
89 cd* at scsibus? target ? lun ?
90