files.cesfic revision 1.20
11.20Sthorpej# $NetBSD: files.cesfic,v 1.20 2024/01/15 02:40:52 thorpej Exp $ 21.1Sdrochner# 31.1Sdrochner# cesfic-specific configuration info 41.1Sdrochner 51.1Sdrochner# maxpartitions must be the first item in files.${ARCH} 61.1Sdrochnermaxpartitions 8 71.12Scl 81.12Scldefflag PANICBUTTON 91.1Sdrochner 101.1Sdrochnermaxusers 2 8 64 111.1Sdrochner 121.1Sdrochner# NOTE! The order of these lines is significant! Don't change them 131.1Sdrochner# unless you absolutely know what you're doing! 141.1Sdrochner 151.1Sdrochner# 161.1Sdrochner# Mainbus 171.1Sdrochner# 181.1Sdrochner 191.1Sdrochnerdevice mainbus { } 201.1Sdrochnerattach mainbus at root 211.1Sdrochner 221.1Sdrochnerfile arch/cesfic/cesfic/sic6351.c 231.1Sdrochnerfile arch/cesfic/cesfic/clk_dp8570a.c 241.1Sdrochnerfile arch/cesfic/cesfic/eeprom.c 251.1Sdrochner 261.1Sdrochner# 271.1Sdrochner# devices 281.1Sdrochner# 291.1Sdrochner 301.1Sdrochnerdevice zsc { channel = -1 } 311.1Sdrochnerfile arch/cesfic/dev/zs.c zsc 321.1Sdrochnerfile dev/ic/z8530sc.c zsc 331.1Sdrochner 341.1Sdrochnerattach zsc at mainbus with zsc_pcc 351.1Sdrochnerfile arch/cesfic/dev/zs_pcc.c zsc_pcc needs-flag 361.1Sdrochner 371.1Sdrochnerdevice zstty: tty 381.1Sdrochnerattach zstty at zsc 391.1Sdrochnerfile dev/ic/z8530tty.c zstty needs-flag 401.1Sdrochner 411.1Sdrochner# LANCE ethernet 421.1Sdrochner#device lex: arp, ether, ifnet 431.1Sdrochner#attach lex at mainbus 441.1Sdrochnerattach le at mainbus: le32 451.1Sdrochnerfile arch/cesfic/dev/if_le.c le 461.1Sdrochner#file arch/cesfic/dev/am79900.c lex 471.1Sdrochner 481.1Sdrochner# 491.1Sdrochner# Non-device files 501.1Sdrochner# 511.1Sdrochner 521.1Sdrochnerfile arch/cesfic/cesfic/autoconf.c 531.1Sdrochnerfile arch/cesfic/cesfic/clock.c 541.1Sdrochnerfile arch/cesfic/cesfic/machdep.c 551.1Sdrochnerfile arch/cesfic/cesfic/isr.c 561.1Sdrochnerfile arch/cesfic/cesfic/pmap_bootstrap.c 571.1Sdrochnerfile arch/cesfic/cesfic/trap.c 581.7Schsfile arch/m68k/m68k/cacheops.c 591.8Schsfile arch/m68k/m68k/db_memrw.c ddb | kgdb 601.9Schsfile arch/m68k/m68k/kgdb_machdep.c kgdb 611.18Sthorpejfile arch/m68k/m68k/m68k_trap.c 621.19Sthorpejfile arch/m68k/m68k/mmu_subr.s 631.11Schsfile arch/m68k/m68k/pmap_motorola.c 641.13Schsfile arch/m68k/m68k/procfs_machdep.c procfs 651.10Schsfile arch/m68k/m68k/sys_machdep.c 661.20Sthorpejfile arch/m68k/m68k/vectors.c 671.5Schsfile arch/m68k/m68k/vm_machdep.c 681.1Sdrochner 691.1Sdrochnerfile dev/cons.c 701.1Sdrochner 711.2Schs# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 721.2Schsinclude "compat/aoutm68k/files.aoutm68k" 731.1Sdrochner 741.1Sdrochner# SunOS Binary Compatibility (COMPAT_SUNOS) 751.1Sdrochnerinclude "compat/sunos/files.sunos" 761.1Sdrochnerfile arch/m68k/m68k/sunos_machdep.c compat_sunos 771.4Sgehenna 781.4Sgehennainclude "arch/cesfic/conf/majors.cesfic" 79