Home | History | Annotate | Line # | Download | only in conf
files.mpc85xx revision 1.2
      1  1.2  matt #	$NetBSD: files.mpc85xx,v 1.2 2011/01/18 01:10:25 matt Exp $
      2  1.2  matt #
      3  1.2  matt # mpc85xx-specific configuration info
      4  1.2  matt 
      5  1.2  matt defflag	opt_mpc85xx.h	MPC8536 MPC8544 MPC8548 MPC8572 CADMUS PIXIS
      6  1.2  matt defparam opt_mpc85xx.h	SYS_CLK
      7  1.2  matt 
      8  1.2  matt file	arch/evbppc/mpc85xx/autoconf.c
      9  1.2  matt file	arch/evbppc/mpc85xx/machdep.c
     10  1.2  matt file	arch/powerpc/booke/e500_autoconf.c
     11  1.2  matt file	arch/powerpc/booke/e500_intr.c
     12  1.2  matt file	arch/powerpc/booke/e500_timer.c
     13  1.2  matt file	arch/powerpc/booke/e500_tlb.c
     14  1.2  matt 
     15  1.2  matt # Memory Disk for install kernel
     16  1.2  matt file	dev/md_root.c				memory_disk_hooks
     17  1.2  matt 
     18  1.2  matt # Machine-independent I2O drivers.
     19  1.2  matt include	"dev/i2o/files.i2o"
     20  1.2  matt 
     21  1.2  matt # Machine-independent SCSI drivers
     22  1.2  matt include	"dev/scsipi/files.scsipi"
     23  1.2  matt 
     24  1.2  matt # Machine-independent ATA drivers
     25  1.2  matt include	"dev/ata/files.ata"
     26  1.2  matt 
     27  1.2  matt # Machine-independent USB drivers
     28  1.2  matt include	"dev/usb/files.usb"
     29  1.2  matt 
     30  1.2  matt # Machine-independent SDMMC drivers
     31  1.2  matt include	"dev/sdmmc/files.sdmmc"
     32  1.2  matt 
     33  1.2  matt # PCI bus support
     34  1.2  matt include	"dev/pci/files.pci"
     35  1.2  matt 
     36  1.2  matt defparam	opt_pci.h	PCI_MEMBASE PCI_MEMSIZE PCI_IOBASE PCI_IOSIZE
     37  1.2  matt 
     38  1.2  matt # On-chip PCI-X bridge
     39  1.2  matt device	pq3pci: pcibus
     40  1.2  matt device	pq3pcie: pcibus
     41  1.2  matt attach	pq3pci at cpunode with pq3pci_cpunode
     42  1.2  matt attach	pq3pcie at cpunode with pq3pcie_cpunode
     43  1.2  matt file	arch/powerpc/booke/pci/pq3pci.c		pq3pci_cpunode | pq3pcie_cpunode
     44  1.2  matt 
     45  1.2  matt device	mkclock: mk48txx
     46  1.2  matt attach	mkclock at obio with ds1553rtc
     47  1.2  matt file	arch/evbppc/mpc85xx/ds1553rtc.c		ds1553rtc
     48  1.2  matt 
     49  1.2  matt attach	wdc at obio with wdc_obio
     50  1.2  matt file	arch/evbppc/mpc85xx/wdc_obio.c		wdc_obio
     51