files.mpc85xx revision 1.2
11.2Smatt#	$NetBSD: files.mpc85xx,v 1.2 2011/01/18 01:10:25 matt Exp $
21.2Smatt#
31.2Smatt# mpc85xx-specific configuration info
41.2Smatt
51.2Smattdefflag	opt_mpc85xx.h	MPC8536 MPC8544 MPC8548 MPC8572 CADMUS PIXIS
61.2Smattdefparam opt_mpc85xx.h	SYS_CLK
71.2Smatt
81.2Smattfile	arch/evbppc/mpc85xx/autoconf.c
91.2Smattfile	arch/evbppc/mpc85xx/machdep.c
101.2Smattfile	arch/powerpc/booke/e500_autoconf.c
111.2Smattfile	arch/powerpc/booke/e500_intr.c
121.2Smattfile	arch/powerpc/booke/e500_timer.c
131.2Smattfile	arch/powerpc/booke/e500_tlb.c
141.2Smatt
151.2Smatt# Memory Disk for install kernel
161.2Smattfile	dev/md_root.c				memory_disk_hooks
171.2Smatt
181.2Smatt# Machine-independent I2O drivers.
191.2Smattinclude	"dev/i2o/files.i2o"
201.2Smatt
211.2Smatt# Machine-independent SCSI drivers
221.2Smattinclude	"dev/scsipi/files.scsipi"
231.2Smatt
241.2Smatt# Machine-independent ATA drivers
251.2Smattinclude	"dev/ata/files.ata"
261.2Smatt
271.2Smatt# Machine-independent USB drivers
281.2Smattinclude	"dev/usb/files.usb"
291.2Smatt
301.2Smatt# Machine-independent SDMMC drivers
311.2Smattinclude	"dev/sdmmc/files.sdmmc"
321.2Smatt
331.2Smatt# PCI bus support
341.2Smattinclude	"dev/pci/files.pci"
351.2Smatt
361.2Smattdefparam	opt_pci.h	PCI_MEMBASE PCI_MEMSIZE PCI_IOBASE PCI_IOSIZE
371.2Smatt
381.2Smatt# On-chip PCI-X bridge
391.2Smattdevice	pq3pci: pcibus
401.2Smattdevice	pq3pcie: pcibus
411.2Smattattach	pq3pci at cpunode with pq3pci_cpunode
421.2Smattattach	pq3pcie at cpunode with pq3pcie_cpunode
431.2Smattfile	arch/powerpc/booke/pci/pq3pci.c		pq3pci_cpunode | pq3pcie_cpunode
441.2Smatt
451.2Smattdevice	mkclock: mk48txx
461.2Smattattach	mkclock at obio with ds1553rtc
471.2Smattfile	arch/evbppc/mpc85xx/ds1553rtc.c		ds1553rtc
481.2Smatt
491.2Smattattach	wdc at obio with wdc_obio
501.2Smattfile	arch/evbppc/mpc85xx/wdc_obio.c		wdc_obio
51