files.cesfic revision 1.13
11.13Schs#	$NetBSD: files.cesfic,v 1.13 2004/12/07 04:33:24 chs 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/mem.c
571.1Sdrochnerfile	arch/cesfic/cesfic/pmap_bootstrap.c
581.1Sdrochnerfile	arch/cesfic/cesfic/trap.c
591.7Schsfile	arch/m68k/m68k/cacheops.c
601.8Schsfile	arch/m68k/m68k/db_memrw.c		ddb | kgdb
611.9Schsfile	arch/m68k/m68k/kgdb_machdep.c		kgdb
621.11Schsfile	arch/m68k/m68k/pmap_motorola.c
631.13Schsfile	arch/m68k/m68k/procfs_machdep.c		procfs
641.10Schsfile	arch/m68k/m68k/sys_machdep.c
651.5Schsfile	arch/m68k/m68k/vm_machdep.c
661.1Sdrochner
671.1Sdrochnerfile	dev/cons.c
681.1Sdrochner
691.2Schs# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
701.2Schsinclude "compat/aoutm68k/files.aoutm68k"
711.1Sdrochner
721.1Sdrochner# SunOS Binary Compatibility (COMPAT_SUNOS)
731.1Sdrochnerinclude	"compat/sunos/files.sunos"
741.1Sdrochnerfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
751.4Sgehenna
761.4Sgehennainclude "arch/cesfic/conf/majors.cesfic"
77