1# $NetBSD: VME147,v 1.43 2003/09/22 14:11:22 cl Exp $ 2 3include "arch/mvme68k/conf/std.mvme68k" 4 5#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 6 7# Boards this kernel supports; need at lest the correct one 8options MVME147 9 10maxusers 4 11 12#options DDB 13#options DIAGNOSTIC, DEBUG 14 15#options SYSVSHM 16options KTRACE 17options COMPAT_43 18options USERCONF # userconf(4) support 19#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 20 21file-system FFS 22file-system NFS 23file-system KERNFS 24file-system MFS 25file-system CD9660 26#file-system MSDOSFS 27#file-system UNION 28 29#options NFSSERVER 30#options FFS_EI # FFS Endian Independant support 31 32# Networking options 33options INET 34#options GATEWAY # IP packet forwarding 35#options ISO # OSI networking 36#options TPIP 37#options EON 38#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 39 40options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 41options COMPAT_09, COMPAT_10, COMPAT_11 42options COMPAT_12, COMPAT_13, COMPAT_14 43options COMPAT_15, COMPAT_16 44#options COMPAT_SUNOS 45#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 46#options COMPAT_LINUX # compatibility with Linux/m68k binaries 47#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 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 2 61pseudo-device loop 62pseudo-device bpfilter 63pseudo-device pty 64pseudo-device vnd 2 65pseudo-device rnd 66pseudo-device clockctl # user control of clock subsystem 67 68mainbus0 at root 69 70pcc0 at mainbus0 71 72clock0 at pcc? ipl 5 73zsc* at pcc? ipl 4 74le0 at pcc? ipl 3 75wdsc0 at pcc? ipl 2 76lpt0 at pcc? ipl 1 77 78zstty* at zsc? channel ? 79 80vmepcc0 at pcc? 81vme0 at vmepcc0 82 83# Example VMEbus device 84#foo0 at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80 85 86scsibus* at wdsc? 87sd* at scsibus? target ? lun ? 88st* at scsibus? target ? lun ? 89cd* at scsibus? target ? lun ? 90