1 1.26 itohy # $NetBSD: VME147,v 1.26 1998/12/15 19:50:16 itohy Exp $ 2 1.14 thorpej 3 1.14 thorpej include "arch/mvme68k/conf/std.mvme68k" 4 1.1 chuck 5 1.7 thorpej # Boards this kernel supports; need at lest the correct one 6 1.18 lukem options MVME147 7 1.1 chuck 8 1.1 chuck maxusers 2 9 1.21 scw 10 1.21 scw #options DDB 11 1.1 chuck 12 1.18 lukem options DIAGNOSTIC, DEBUG 13 1.13 thorpej 14 1.1 chuck #options SYSVSHM 15 1.1 chuck options KTRACE 16 1.1 chuck options COMPAT_43 17 1.13 thorpej 18 1.13 thorpej file-system FFS 19 1.13 thorpej file-system NFS 20 1.20 scw file-system KERNFS 21 1.13 thorpej #file-system MFS 22 1.13 thorpej #file-system MSDOSFS 23 1.16 phil #file-system UNION 24 1.13 thorpej 25 1.18 lukem #options NFSSERVER 26 1.22 bouyer #options FFS_EI # FFS Endian Independant support 27 1.1 chuck 28 1.1 chuck # Networking options 29 1.18 lukem options INET 30 1.18 lukem options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 31 1.1 chuck #options GATEWAY # IP packet forwarding 32 1.1 chuck #options ISO # OSI networking 33 1.1 chuck #options TPIP 34 1.1 chuck #options EON 35 1.8 chuck 36 1.19 kleink options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13 37 1.18 lukem options COMPAT_SUNOS 38 1.6 thorpej #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 39 1.26 itohy #options COMPAT_LINUX # compatibility with Linux/m68k binaries 40 1.26 itohy #options EXEC_ELF32 # 32-bit ELF executables (Linux) 41 1.1 chuck 42 1.5 chuck ## force NFS root and swap 43 1.13 thorpej #config netbsd root on ? type nfs 44 1.5 chuck ## "generic" boot (put root on boot device) 45 1.13 thorpej config netbsd root on ? type ? 46 1.5 chuck 47 1.1 chuck 48 1.1 chuck pseudo-device sl 49 1.1 chuck pseudo-device ppp 2 50 1.1 chuck pseudo-device loop 51 1.1 chuck pseudo-device bpfilter 52 1.1 chuck pseudo-device pty 53 1.24 scw pseudo-device vnd 2 54 1.1 chuck 55 1.3 chuck mainbus0 at root 56 1.1 chuck 57 1.3 chuck pcc0 at mainbus0 58 1.3 chuck 59 1.3 chuck zsc* at pcc? ipl 4 60 1.3 chuck zstty* at zsc? channel ? 61 1.3 chuck 62 1.3 chuck clock0 at pcc? ipl 5 63 1.3 chuck le0 at pcc? ipl 3 64 1.3 chuck wdsc0 at pcc? ipl 2 65 1.10 chuck lpt0 at pcc? ipl 1 66 1.3 chuck vmechip0 at pcc? 67 1.3 chuck 68 1.3 chuck vmes0 at vmechip? 69 1.3 chuck vmel0 at vmechip? 70 1.3 chuck 71 1.3 chuck # example only - A24D16 device 72 1.3 chuck #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60 73 1.3 chuck 74 1.3 chuck scsibus* at wdsc? 75 1.3 chuck 76 1.3 chuck sd* at scsibus? target ? lun ? 77 1.3 chuck st* at scsibus? target ? lun ? 78 1.3 chuck cd* at scsibus? target ? lun ? 79 1.3 chuck ch* at scsibus? target ? lun ? 80 1.9 chuck ss* at scsibus? target ? lun ? # SCSI scanners 81 1.9 chuck uk* at scsibus? target ? lun ? # SCSI unknown 82