Home | History | Annotate | Line # | Download | only in conf
files.ixdp425 revision 1.6
      1  1.6  christos #	$NetBSD: files.ixdp425,v 1.6 2005/12/11 12:17:06 christos 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 # Use the generic ARM soft interrupt code.
      7  1.1    ichiro file	arch/arm/arm/softintr.c
      8  1.1    ichiro 
      9  1.1    ichiro # IXP425 Network Processor CPU support
     10  1.1    ichiro include "arch/arm/xscale/files.ixp425"
     11  1.1    ichiro 
     12  1.1    ichiro # Use the shared initarm_common() code.
     13  1.1    ichiro # XXX: Not yet ready for prime-time
     14  1.1    ichiro #file	arch/evbarm/evbarm/initarm_common.c
     15  1.1    ichiro file	arch/evbarm/ixdp425/ixdp425_machdep.c
     16  1.2    ichiro 
     17  1.2    ichiro file	arch/evbarm/ixdp425/ixdp425_pci.c
     18  1.1    ichiro 
     19  1.1    ichiro # IXP425 PCI bus support
     20  1.1    ichiro attach	ixpio at mainbus with ixpio_mainbus
     21  1.1    ichiro file	arch/evbarm/ixdp425/ixdp425_mainbus.c		ixpio_mainbus
     22  1.1    ichiro 
     23  1.1    ichiro 
     24  1.1    ichiro # IXP425 slow peripheral bus support
     25  1.1    ichiro attach	ixpsip at mainbus
     26  1.1    ichiro 
     27  1.1    ichiro # LED
     28  1.3    ichiro device	ixdpled
     29  1.3    ichiro attach	ixdpled at ixpsip
     30  1.3    ichiro file    arch/evbarm/ixdp425/ixdp425_led.c		ixdpled needs-flag
     31  1.1    ichiro 
     32  1.4    ichiro #
     33  1.4    ichiro # Machine-independent CardBus drivers
     34  1.4    ichiro #
     35  1.4    ichiro 
     36  1.4    ichiro # XXX dev/pcmcia needs fdc
     37  1.4    ichiro #device fdc {drive = -1}
     38  1.4    ichiro 
     39  1.4    ichiro #include "dev/pcmcia/files.pcmcia"
     40  1.4    ichiro 
     41  1.5       scw #file	arch/evbarm/ixdp425/rbus_machdep.c		cardbus
     42