Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.ev64260,v 1.14 2011/06/22 18:06:32 matt Exp $
      2 #
      3 # Marvell (Galileo) "EV64260" evaluation board's specific configuration info
      4 #
      5 defparam opt_ev64260.h	OBIO0_STRIDE OBIO1_STRIDE OBIO2_STRIDE OBIO3_STRIDE
      6 
      7 file	arch/evbppc/ev64260/autoconf.c
      8 file	arch/evbppc/ev64260/machdep.c
      9 
     10 file	arch/powerpc/powerpc/clock.c
     11 
     12 include "arch/powerpc/pic/files.pic"
     13 file	arch/powerpc/marvell/pic_discovery.c
     14 
     15 
     16 #
     17 # MI devices
     18 #
     19 include "dev/ata/files.ata"
     20 include "dev/i2o/files.i2o"
     21 include "dev/pci/files.pci"
     22 include "dev/scsipi/files.scsipi"
     23 include	"dev/usb/files.usb"
     24 
     25 #
     26 # Marvell GT (Discovery) devices
     27 #
     28 include "dev/marvell/files.discovery"
     29 
     30 
     31 #
     32 # Memory Disk for install floppy
     33 #
     34 file	dev/md_root.c				memory_disk_hooks
     35 
     36 #
     37 # Compatibility modules
     38 #
     39 
     40 #
     41 # System bus types
     42 #
     43 device	mainbus { [addr = -1] }
     44 attach	mainbus at root
     45 file	arch/evbppc/ev64260/mainbus.c		mainbus | cpu needs-flag
     46 
     47 device	cpu
     48 attach	cpu at mainbus
     49 
     50 attach	gt at mainbus
     51 file	arch/evbppc/ev64260/gt_mainbus.c	gt
     52 
     53 file	arch/powerpc/marvell/pci_machdep.c	pci
     54 file	arch/powerpc/pci/pci_machdep_common.c	pci
     55 file    arch/powerpc/pci/pci_module.c		pci & modular
     56 
     57 device	pchb: pcibus
     58 attach	pchb at pci
     59 file	dev/marvell/pchb.c			pchb
     60 
     61 # com port
     62 attach	com at obio with com_obio
     63 file	arch/evbppc/ev64260/com_obio.c		com_obio
     64