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