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