files.mvme68k revision 1.20
11.20Sthorpej# $NetBSD: files.mvme68k,v 1.20 1998/05/31 23:28:07 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.19Sthorpejdevice mainbus { } 91.3Sthorpejattach mainbus at root 101.1Schuck 111.5Schuck# MVME-147 Peripheral Channel Controller 121.19Sthorpejdevice pcc { [ ipl = -1 ] } 131.5Schuckattach pcc at mainbus 141.5Schuckfile arch/mvme68k/dev/pcc.c pcc needs-flag 151.1Schuck 161.19Sthorpejdevice clock 171.5Schuckattach clock at pcc with clock_pcc 181.5Schuckfile arch/mvme68k/dev/clock_pcc.c clock_pcc 191.1Schuck 201.19Sthorpejdevice 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.19Sthorpejdevice zstty: tty 281.5Schuckattach zstty at zsc 291.5Schuckfile dev/ic/z8530tty.c zstty needs-flag 301.9Schuck 311.9Schuck# printer 321.19Sthorpejdevice 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.19Sthorpejdevice vmechip { } 421.5Schuckfile arch/mvme68k/dev/vme.c vmechip 431.5Schuck 441.19Sthorpejdevice vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 451.5Schuckattach vmes at vmechip 461.5Schuck 471.19Sthorpejdevice 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.16Sbouyerinclude "../../../dev/scsipi/files.scsipi" 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.19Sthorpejdevice 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.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c compile-with "${NOPROF_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 dev/cons.c 881.1Schuckfile dev/cninit.c 891.1Schuck 901.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS) 911.1Schuckinclude "../../../compat/sunos/files.sunos" 921.1Schuckfile arch/m68k/m68k/sunos_machdep.c compat_sunos 93