VME177 revision 1.36 1 # $NetBSD: VME177,v 1.36 2017/09/14 07:58:42 mrg Exp $
2
3 include "arch/mvme68k/conf/std.mvme68k"
4
5 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
6
7 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
8
9 # Boards this kernel supports; need at least one
10 options MVME177
11
12 options M060SP
13
14 maxusers 8
15
16 #options DDB
17 #options DIAGNOSTIC, DEBUG
18
19 #options SYSVSHM
20 options KTRACE
21 options USERCONF # userconf(4) support
22 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
23 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
24
25 file-system FFS
26 file-system NFS
27 file-system KERNFS
28 file-system MFS
29 file-system CD9660
30 file-system NULLFS
31 #file-system MSDOSFS
32 #file-system UNION
33 file-system TMPFS
34 #file-system PTYFS # /dev/pts/N support
35
36 #options NFSSERVER
37 #options FFS_EI # FFS Endian Independent support
38 options FFS_NO_SNAPSHOT # No FFS snapshot support
39
40 # Networking options
41 options INET
42 #options GATEWAY # IP packet forwarding
43 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
44
45 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
46 include "conf/compat_netbsd30.config"
47 #options COMPAT_SUNOS
48 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
49
50 ## force NFS root and swap
51 #config netbsd root on ? type nfs
52 ## "generic" boot (put root on boot device)
53 config netbsd root on ? type ?
54
55 options NFS_BOOT_DHCP # Diskless client w/ dhcp
56 options NFS_BOOT_BOOTP # Diskless client w/ bootp
57 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
58
59
60 pseudo-device sl
61 pseudo-device ppp
62 pseudo-device loop
63 pseudo-device bpfilter
64 pseudo-device ksyms
65 pseudo-device pty
66 pseudo-device clockctl # user control of clock subsystem
67 #pseudo-device fss # file system snapshot device
68
69 mainbus0 at root
70
71 pcctwo0 at mainbus0
72 clock0 at pcctwo? ipl 5
73 clmpcc0 at pcctwo? ipl 4
74 ie0 at pcctwo? ipl 3
75 osiop0 at pcctwo? ipl 2
76 lpt0 at pcctwo? ipl 1
77
78 # VMEbus Support
79 vmetwo0 at mainbus0
80 vme0 at vmetwo0
81
82 # Example VMEbus device
83 #foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
84
85 # Memory Controller Support (MCECC and MEMC040)
86 memc* at mainbus0
87
88 # SCSI Bus Support
89 scsibus* at osiop?
90
91 sd* at scsibus? target ? lun ?
92 st* at scsibus? target ? lun ?
93 cd* at scsibus? target ? lun ?
94