VME162 revision 1.12 1 # $NetBSD: VME162,v 1.12 2002/04/12 08:11:09 gmcgarry 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 USERCONF # userconf(4) support
20 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
21
22 file-system FFS
23 file-system NFS
24 file-system KERNFS
25 file-system MFS
26 file-system CD9660
27 #file-system MSDOSFS
28 #file-system UNION
29
30 #options NFSSERVER
31 #options FFS_EI # FFS Endian Independant support
32
33 # Networking options
34 options INET
35 #options GATEWAY # IP packet forwarding
36 #options ISO # OSI networking
37 #options TPIP
38 #options EON
39 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
40
41 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
42 #options COMPAT_14, COMPAT_13, COMPAT_12
43 #options COMPAT_SUNOS
44 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
45 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
46
47 ## force NFS root and swap
48 #config netbsd root on ? type nfs
49 ## "generic" boot (put root on boot device)
50 config netbsd root on ? type ?
51
52 options NFS_BOOT_DHCP # Diskless client w/ dhcp
53 options NFS_BOOT_BOOTP # Diskless client w/ bootp
54 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
55
56
57 pseudo-device sl
58 pseudo-device ppp 2
59 pseudo-device loop
60 pseudo-device bpfilter
61 pseudo-device pty
62 pseudo-device vnd 2
63 pseudo-device rnd
64
65 mainbus0 at root
66
67 pcctwo0 at mainbus0
68 clock0 at pcctwo? ipl 5
69 zsc* at pcctwo? ipl 4
70 ie0 at pcctwo? ipl 3
71 osiop0 at pcctwo? ipl 2
72
73 zstty* at zsc? channel ?
74
75 # VMEbus Support
76 vmetwo0 at mainbus0
77 vme0 at vmetwo0
78
79 # Example VMEbus device
80 #foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
81
82 # Memory Controller Support (MCECC and MEMC040)
83 memc* at mainbus0
84
85 # SCSI Bus Support
86 scsibus* at osiop?
87
88 sd* at scsibus? target ? lun ?
89 st* at scsibus? target ? lun ?
90 cd* at scsibus? target ? lun ?
91