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