files.walnut revision 1.1
11.1Sscw#	$NetBSD: files.walnut,v 1.1 2002/12/09 12:15:53 scw Exp $
21.1Sscw#
31.1Sscw# walnut-specific configuration info
41.1Sscw
51.1Sscwfile	arch/evbppc/walnut/autoconf.c
61.1Sscwfile	arch/evbppc/walnut/consinit.c
71.1Sscwfile	arch/evbppc/walnut/disksubr.c		disk
81.1Sscwfile	arch/evbppc/walnut/machdep.c
91.1Sscw
101.1Sscw# Memory Disk for install kernel
111.1Sscwfile	dev/md_root.c				memory_disk_hooks
121.1Sscw
131.1Sscw# Machine-independent I2O drivers.
141.1Sscwinclude	"dev/i2o/files.i2o"
151.1Sscw
161.1Sscw# Machine-independent SCSI drivers
171.1Sscwinclude	"dev/scsipi/files.scsipi"
181.1Sscw
191.1Sscw# Machine-independent ATA drivers
201.1Sscwinclude	"dev/ata/files.ata"
211.1Sscw
221.1Sscw# Workstation Console
231.1Sscwinclude "dev/wscons/files.wscons"
241.1Sscw
251.1Sscw# Raster operations
261.1Sscwinclude "dev/rasops/files.rasops"
271.1Sscwinclude "dev/wsfont/files.wsfont"
281.1Sscw
291.1Sscw# PCI bus support
301.1Sscwinclude	"dev/pci/files.pci"
311.1Sscw
321.1Sscw# On-chip PCI bridge
331.1Sscw#
341.1Sscw# XXX: Move these to a 405gp-specific file and re-think the
351.1Sscw# layout of the powerpc/ibm4xx hierarchy to accomodate SoCs.
361.1Sscw#
371.1Sscwdevice	pchb : pcibus
381.1Sscwattach	pchb at plb
391.1Sscwfile	arch/evbppc/walnut/pci/pchb.c		pchb
401.1Sscwfile	arch/evbppc/walnut/pci/pci_machdep.c	pci
411.1Sscwfile	arch/powerpc/ibm4xx/dev/ibm405gp.c
421.1Sscw
431.1Sscw# Off-chip peripheral bus
441.1Sscwdevice	pbus {[addr=-1], [irq=-1]}
451.1Sscwattach	pbus at plb
461.1Sscwfile	arch/evbppc/walnut/dev/pbus.c		pbus
471.1Sscw
481.1Sscwdefine	todservice {}
491.1Sscw
501.1Sscwdevice	todclock
511.1Sscwattach	todclock at todservice
521.1Sscwfile	arch/evbppc/walnut/dev/todclock.c	todclock	needs-count
531.1Sscw
541.1Sscwdevice	dsrtc: todservice
551.1Sscwattach	dsrtc at pbus
561.1Sscwfile	arch/evbppc/walnut/dev/ds1743.c		dsrtc
571.1Sscw
581.1Sscwinclude "dev/pckbc/files.pckbc"
591.1Sscwattach	pckbc at pbus with pckbc_pbus
601.1Sscwfile	arch/evbppc/walnut/dev/pckbc_pbus.c	pckbc_pbus
611.1Sscw
621.1Sscw#
631.1Sscw# Machine-independent CardBus drivers
641.1Sscw#
651.1Sscw
661.1Sscw# XXX dev/pcmcia needs fdc
671.1Sscwdevice fdc {drive = -1}
681.1Sscw
691.1Sscwinclude "dev/cardbus/files.cardbus"
701.1Sscwinclude "dev/pcmcia/files.pcmcia"
711.1Sscw
721.1Sscwfile arch/macppc/macppc/rbus_machdep.c		cardbus
73