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