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