1# $NetBSD: VME147,v 1.32 2000/12/09 21:02:09 scw Exp $ 2 3include "arch/mvme68k/conf/std.mvme68k" 4 5# Boards this kernel supports; need at lest the correct one 6options MVME147 7 8maxusers 4 9 10#options DDB 11#options DIAGNOSTIC, DEBUG 12 13#options SYSVSHM 14options KTRACE 15options COMPAT_43 16 17file-system FFS 18file-system NFS 19file-system KERNFS 20file-system MFS 21file-system CD9660 22#file-system MSDOSFS 23#file-system UNION 24 25#options NFSSERVER 26#options FFS_EI # FFS Endian Independant support 27 28# Networking options 29options INET 30#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 31#options GATEWAY # IP packet forwarding 32#options ISO # OSI networking 33#options TPIP 34#options EON 35 36options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 37options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14 38options COMPAT_SUNOS 39#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 40#options COMPAT_LINUX # compatibility with Linux/m68k binaries 41 42## force NFS root and swap 43#config netbsd root on ? type nfs 44## "generic" boot (put root on boot device) 45config netbsd root on ? type ? 46 47options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 48 49 50pseudo-device sl 51pseudo-device ppp 2 52pseudo-device loop 53pseudo-device bpfilter 54pseudo-device pty 55pseudo-device vnd 2 56 57mainbus0 at root 58 59pcc0 at mainbus0 60 61clock0 at pcc? ipl 5 62zsc* at pcc? ipl 4 63le0 at pcc? ipl 3 64wdsc0 at pcc? ipl 2 65lpt0 at pcc? ipl 1 66 67zstty* at zsc? channel ? 68 69vmepcc0 at pcc? 70vme0 at vmepcc0 71 72# Example VMEbus device 73#foo0 at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80 74 75scsibus* at wdsc? 76sd* at scsibus? target ? lun ? 77st* at scsibus? target ? lun ? 78cd* at scsibus? target ? lun ? 79