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