1 1.13 thorpej # $NetBSD: VME147,v 1.13 1997/01/31 01:52:38 thorpej Exp $ 2 1.1 chuck 3 1.1 chuck machine mvme68k m68k 4 1.1 chuck 5 1.7 thorpej # Boards this kernel supports; need at lest the correct one 6 1.7 thorpej options MVME147 7 1.7 thorpej 8 1.1 chuck options FPCOPROC # Support for MC6888[12] (Required) 9 1.1 chuck 10 1.1 chuck maxusers 2 11 1.1 chuck 12 1.1 chuck 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 options DEVPAGER, SWAPPAGER, VNODEPAGER 18 1.13 thorpej 19 1.13 thorpej file-system FFS 20 1.13 thorpej file-system NFS 21 1.13 thorpej #file-system MFS 22 1.13 thorpej #file-system MSDOSFS 23 1.13 thorpej 24 1.13 thorpej #options NFSSERVER 25 1.1 chuck options FIFO 26 1.1 chuck 27 1.1 chuck # Networking options 28 1.1 chuck options INET 29 1.1 chuck options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 30 1.1 chuck #options GATEWAY # IP packet forwarding 31 1.1 chuck #options ISO # OSI networking 32 1.1 chuck #options TPIP 33 1.1 chuck #options EON 34 1.8 chuck 35 1.8 chuck options EXEC_AOUT,EXEC_SCRIPT 36 1.10 chuck options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12 37 1.1 chuck options COMPAT_SUNOS 38 1.6 thorpej #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 39 1.1 chuck 40 1.5 chuck ## force NFS root and swap 41 1.13 thorpej #config netbsd root on ? type nfs 42 1.5 chuck ## "generic" boot (put root on boot device) 43 1.13 thorpej config netbsd root on ? type ? 44 1.5 chuck 45 1.1 chuck 46 1.1 chuck pseudo-device sl 47 1.1 chuck pseudo-device ppp 2 48 1.1 chuck pseudo-device loop 49 1.1 chuck pseudo-device bpfilter 50 1.1 chuck pseudo-device pty 51 1.11 pk pseudo-device md 2 52 1.1 chuck 53 1.3 chuck mainbus0 at root 54 1.1 chuck 55 1.3 chuck pcc0 at mainbus0 56 1.3 chuck 57 1.3 chuck zsc* at pcc? ipl 4 58 1.3 chuck zstty* at zsc? channel ? 59 1.3 chuck 60 1.3 chuck clock0 at pcc? ipl 5 61 1.3 chuck le0 at pcc? ipl 3 62 1.3 chuck wdsc0 at pcc? ipl 2 63 1.10 chuck lpt0 at pcc? ipl 1 64 1.3 chuck vmechip0 at pcc? 65 1.3 chuck 66 1.3 chuck vmes0 at vmechip? 67 1.3 chuck vmel0 at vmechip? 68 1.3 chuck 69 1.3 chuck # example only - A24D16 device 70 1.3 chuck #foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60 71 1.3 chuck 72 1.3 chuck scsibus* at wdsc? 73 1.3 chuck 74 1.3 chuck sd* at scsibus? target ? lun ? 75 1.3 chuck st* at scsibus? target ? lun ? 76 1.3 chuck cd* at scsibus? target ? lun ? 77 1.3 chuck ch* at scsibus? target ? lun ? 78 1.9 chuck ss* at scsibus? target ? lun ? # SCSI scanners 79 1.9 chuck uk* at scsibus? target ? lun ? # SCSI unknown 80