1 # $NetBSD: VME172,v 1.34 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 MVME172 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 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 36 options FFS_NO_SNAPSHOT # No FFS snapshot support 37 38 # Networking options 39 options INET 40 #options GATEWAY # IP packet forwarding 41 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 42 43 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 44 include "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) 51 config netbsd root on ? type ? 52 53 options NFS_BOOT_DHCP # Diskless client w/ dhcp 54 options NFS_BOOT_BOOTP # Diskless client w/ bootp 55 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 56 57 58 pseudo-device sl 59 pseudo-device ppp 60 pseudo-device loop 61 pseudo-device bpfilter 62 pseudo-device pty 63 pseudo-device clockctl # user control of clock subsystem 64 #pseudo-device fss # file system snapshot device 65 66 mainbus0 at root 67 68 pcctwo0 at mainbus0 69 clock0 at pcctwo? ipl 5 70 zsc* at pcctwo? ipl 4 71 ie0 at pcctwo? ipl 3 72 osiop0 at pcctwo? ipl 2 73 74 zstty* at zsc? channel ? 75 76 # VMEbus Support 77 vmetwo0 at mainbus0 78 vme0 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) 84 memc* at mainbus0 85 86 # SCSI Bus Support 87 scsibus* at osiop? 88 89 sd* at scsibus? target ? lun ? 90 st* at scsibus? target ? lun ? 91 cd* at scsibus? target ? lun ? 92