11.21Sthorpej# $NetBSD: files.cesfic,v 1.21 2024/01/15 03:07:14 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/pmap_bootstrap.c 561.1Sdrochnerfile arch/cesfic/cesfic/trap.c 571.7Schsfile arch/m68k/m68k/cacheops.c 581.8Schsfile arch/m68k/m68k/db_memrw.c ddb | kgdb 591.9Schsfile arch/m68k/m68k/kgdb_machdep.c kgdb 601.21Sthorpejfile arch/m68k/m68k/m68k_intr.c 611.21Sthorpejfile arch/m68k/m68k/m68k_intr_stubs.s 621.18Sthorpejfile arch/m68k/m68k/m68k_trap.c 631.19Sthorpejfile arch/m68k/m68k/mmu_subr.s 641.11Schsfile arch/m68k/m68k/pmap_motorola.c 651.13Schsfile arch/m68k/m68k/procfs_machdep.c procfs 661.10Schsfile arch/m68k/m68k/sys_machdep.c 671.20Sthorpejfile arch/m68k/m68k/vectors.c 681.5Schsfile arch/m68k/m68k/vm_machdep.c 691.1Sdrochner 701.1Sdrochnerfile dev/cons.c 711.1Sdrochner 721.2Schs# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 731.2Schsinclude "compat/aoutm68k/files.aoutm68k" 741.1Sdrochner 751.1Sdrochner# SunOS Binary Compatibility (COMPAT_SUNOS) 761.1Sdrochnerinclude "compat/sunos/files.sunos" 771.1Sdrochnerfile arch/m68k/m68k/sunos_machdep.c compat_sunos 781.4Sgehenna 791.4Sgehennainclude "arch/cesfic/conf/majors.cesfic" 80