files.mvme68k revision 1.14
11.14Sthorpej# $NetBSD: files.mvme68k,v 1.14 1997/03/18 21:39:01 thorpej Exp $ 21.1Schuck 31.1Schuck# config file for mvme68k 41.1Schuck 51.1Schuck# maxpartitions must be first item in files.${ARCH}.newconf 61.1Schuckmaxpartitions 8 71.1Schuck 81.3Sthorpejdevice mainbus { } 91.3Sthorpejattach mainbus at root 101.1Schuck 111.5Schuck# MVME-147 Peripheral Channel Controller 121.5Schuckdevice pcc { [ ipl = -1 ] } 131.5Schuckattach pcc at mainbus 141.5Schuckfile arch/mvme68k/dev/pcc.c pcc needs-flag 151.1Schuck 161.3Sthorpejdevice clock 171.5Schuckattach clock at pcc with clock_pcc 181.5Schuckfile arch/mvme68k/dev/clock_pcc.c clock_pcc 191.1Schuck 201.5Schuckdevice zsc { channel = -1 } 211.5Schuckfile arch/mvme68k/dev/zs.c zsc 221.5Schuckfile dev/ic/z8530sc.c zsc 231.5Schuck 241.5Schuckattach zsc at pcc with zsc_pcc 251.5Schuckfile arch/mvme68k/dev/zs_pcc.c zsc_pcc needs-flag 261.5Schuck 271.5Schuckdevice zstty: tty 281.5Schuckattach zstty at zsc 291.5Schuckfile dev/ic/z8530tty.c zstty needs-flag 301.9Schuck 311.9Schuck# printer 321.9Schuckdevice lpt 331.9Schuckattach lpt at pcc with lpt_pcc 341.9Schuckfile arch/mvme68k/dev/lpt.c lpt needs-flag 351.1Schuck 361.6Sthorpej# device defined in sys/conf/files 371.5Schuckattach le at pcc with le_pcc 381.5Schuckfile arch/mvme68k/dev/if_le.c le 391.5Schuck 401.5Schuck# Generic VME support 411.5Schuckdevice vmechip { } 421.5Schuckfile arch/mvme68k/dev/vme.c vmechip 431.5Schuck 441.5Schuckdevice vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 451.5Schuckattach vmes at vmechip 461.5Schuck 471.5Schuckdevice vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 481.5Schuckattach vmel at vmechip 491.5Schuck 501.10Spk# Memory disk for boot tape 511.10Spkfile arch/mvme68k/dev/md_root.c memory_disk_hooks 521.7Schuck 531.5Schuck# MVME-147 VME controller chip 541.5Schuckattach vmechip at pcc with vmechip_pcc 551.5Schuckfile arch/mvme68k/dev/vme_pcc.c vmechip_pcc 561.1Schuck 571.1Schuckinclude "../../../scsi/files.scsi" 581.1Schuck 591.7Schuckmajor { vnd = 6 } 601.1Schuckmajor { sd = 7 } 611.10Spkmajor { md = 9 } 621.1Schuckmajor { cd = 18 } 631.4Schuck 641.5Schuck# WD33C93 SCSI ... 651.5Schuckdefine sbic 661.5Schuckfile arch/mvme68k/dev/sbic.c sbic 671.5Schuck 681.5Schuck# ... on the MVME-147 691.5Schuckdevice wdsc: sbic, scsi 701.5Schuckattach wdsc at pcc with wdsc_pcc 711.5Schuckfile arch/mvme68k/dev/wdsc.c wdsc_pcc 721.1Schuck 731.1Schuckfile arch/mvme68k/mvme68k/autoconf.c 741.5Schuckfile arch/mvme68k/mvme68k/clock.c 751.1Schuckfile arch/mvme68k/mvme68k/conf.c 761.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c ddb | kgdb 771.1Schuckfile arch/mvme68k/mvme68k/disksubr.c 781.1Schuckfile arch/mvme68k/mvme68k/dkbad.c 791.5Schuckfile arch/mvme68k/mvme68k/isr.c 801.8Smycroftfile arch/mvme68k/mvme68k/machdep.c 811.1Schuckfile arch/mvme68k/mvme68k/mem.c 821.1Schuckfile arch/mvme68k/mvme68k/pmap.c 831.1Schuckfile arch/mvme68k/mvme68k/pmap_bootstrap.c 841.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c 851.1Schuckfile arch/mvme68k/mvme68k/trap.c 861.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c 871.1Schuckfile arch/m68k/m68k/copy.s 881.12Sgwrfile arch/m68k/m68k/bcopy.s 891.12Sgwrfile arch/m68k/m68k/copypage.s 901.13Sgwrfile arch/m68k/m68k/sig_machdep.c 911.1Schuckfile dev/cons.c 921.1Schuckfile dev/cninit.c 931.1Schuck 941.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS) 951.1Schuckinclude "../../../compat/sunos/files.sunos" 961.1Schuckfile arch/m68k/m68k/sunos_machdep.c compat_sunos 97