1 1.3 fvdl # $NetBSD: GENERIC,v 1.3 1999/11/15 19:10:49 fvdl Exp $ 2 1.1 scw 3 1.1 scw include "arch/mvme68k/conf/std.mvme68k" 4 1.1 scw 5 1.1 scw # Boards this kernel supports 6 1.1 scw options MVME147 7 1.1 scw options MVME167 8 1.1 scw 9 1.1 scw maxusers 4 10 1.1 scw 11 1.1 scw # Needed on m68040 boards to emulate some missing FP instructions 12 1.1 scw options FPSP 13 1.1 scw 14 1.1 scw #options DDB 15 1.1 scw options DIAGNOSTIC, DEBUG 16 1.1 scw 17 1.1 scw #options SYSVSHM 18 1.1 scw options KTRACE 19 1.1 scw options COMPAT_43 20 1.1 scw 21 1.1 scw file-system FFS 22 1.1 scw file-system NFS 23 1.1 scw file-system KERNFS 24 1.1 scw #file-system MFS 25 1.1 scw #file-system MSDOSFS 26 1.1 scw #file-system UNION 27 1.1 scw 28 1.1 scw options NFSSERVER 29 1.1 scw #options FFS_EI # FFS Endian Independant support 30 1.3 fvdl #options SOFTDEP # FFS soft updates support. 31 1.1 scw 32 1.1 scw # Networking options 33 1.1 scw options INET 34 1.1 scw options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 35 1.1 scw #options GATEWAY # IP packet forwarding 36 1.1 scw #options ISO # OSI networking 37 1.1 scw #options TPIP 38 1.1 scw #options EON 39 1.1 scw 40 1.2 augustss options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14 41 1.1 scw options COMPAT_SUNOS 42 1.1 scw #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 43 1.1 scw #options COMPAT_LINUX # compatibility with Linux/m68k binaries 44 1.1 scw #options EXEC_ELF32 # 32-bit ELF executables (Linux) 45 1.1 scw 46 1.1 scw ## force NFS root and swap 47 1.1 scw #config netbsd root on ? type nfs 48 1.1 scw ## "generic" boot (put root on boot device) 49 1.1 scw config netbsd root on ? type ? 50 1.1 scw 51 1.1 scw # Which protocol to use when booting over NFS 52 1.1 scw options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 53 1.1 scw 54 1.1 scw pseudo-device sl 55 1.1 scw pseudo-device ppp 2 56 1.1 scw pseudo-device loop 57 1.1 scw pseudo-device bpfilter 58 1.1 scw pseudo-device pty 59 1.1 scw pseudo-device vnd 2 60 1.1 scw 61 1.1 scw mainbus0 at root 62 1.1 scw 63 1.1 scw # MVME147 specific devices 64 1.1 scw pcc0 at mainbus0 65 1.1 scw vmechip* at pcc? 66 1.1 scw zsc* at pcc? ipl 4 67 1.1 scw zstty* at zsc? channel ? 68 1.1 scw clock0 at pcc? ipl 5 69 1.1 scw le0 at pcc? ipl 3 70 1.1 scw wdsc0 at pcc? ipl 2 71 1.1 scw lpt* at pcc? ipl 1 72 1.1 scw 73 1.1 scw # MVME167 specific devices 74 1.1 scw pcctwo0 at mainbus0 75 1.1 scw vmechip* at mainbus0 76 1.1 scw clock0 at pcctwo? ipl 5 77 1.1 scw clmpcc0 at pcctwo? ipl 4 78 1.1 scw ie0 at pcctwo? ipl 3 79 1.1 scw ncrsc0 at pcctwo? ipl 2 80 1.1 scw lpt* at pcctwo? ipl 1 81 1.1 scw 82 1.1 scw vmes0 at vmechip? 83 1.1 scw vmel0 at vmechip? 84 1.1 scw 85 1.1 scw # example only - A24D16 device 86 1.1 scw #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60 87 1.1 scw 88 1.1 scw scsibus* at wdsc? 89 1.1 scw scsibus* at ncrsc? 90 1.1 scw 91 1.1 scw sd* at scsibus? target ? lun ? 92 1.1 scw st* at scsibus? target ? lun ? 93 1.1 scw cd* at scsibus? target ? lun ? 94 1.1 scw ch* at scsibus? target ? lun ? 95 1.1 scw ss* at scsibus? target ? lun ? # SCSI scanners 96 1.1 scw uk* at scsibus? target ? lun ? # SCSI unknown 97