Home | History | Annotate | Line # | Download | only in conf
files.ixdp425 revision 1.9
      1  1.9   skrll #	$NetBSD: files.ixdp425,v 1.9 2013/01/23 14:24:14 skrll Exp $
      2  1.1  ichiro #
      3  1.1  ichiro # Intel IXP425 networkproccesor board configuration info
      4  1.1  ichiro #
      5  1.1  ichiro 
      6  1.1  ichiro # IXP425 Network Processor CPU support
      7  1.1  ichiro include "arch/arm/xscale/files.ixp425"
      8  1.1  ichiro 
      9  1.1  ichiro file	arch/evbarm/ixdp425/ixdp425_machdep.c
     10  1.2  ichiro 
     11  1.2  ichiro file	arch/evbarm/ixdp425/ixdp425_pci.c
     12  1.1  ichiro 
     13  1.1  ichiro # IXP425 PCI bus support
     14  1.1  ichiro attach	ixpio at mainbus with ixpio_mainbus
     15  1.1  ichiro file	arch/evbarm/ixdp425/ixdp425_mainbus.c		ixpio_mainbus
     16  1.1  ichiro 
     17  1.1  ichiro 
     18  1.1  ichiro # IXP425 slow peripheral bus support
     19  1.1  ichiro attach	ixpsip at mainbus
     20  1.1  ichiro 
     21  1.1  ichiro # LED
     22  1.3  ichiro device	ixdpled
     23  1.3  ichiro attach	ixdpled at ixpsip
     24  1.3  ichiro file    arch/evbarm/ixdp425/ixdp425_led.c		ixdpled needs-flag
     25  1.1  ichiro 
     26  1.4  ichiro #
     27  1.4  ichiro # Machine-independent CardBus drivers
     28  1.4  ichiro #
     29  1.4  ichiro 
     30  1.4  ichiro # XXX dev/pcmcia needs fdc
     31  1.4  ichiro #device fdc {drive = -1}
     32  1.4  ichiro 
     33  1.5     scw #file	arch/evbarm/ixdp425/rbus_machdep.c		cardbus
     34