Home | History | Annotate | Line # | Download | only in conf
files.ixdp425 revision 1.3
      1  1.3  ichiro #	$NetBSD: files.ixdp425,v 1.3 2003/05/31 01:16:31 ichiro 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.1  ichiro # IXDP425 serial port
     33  1.1  ichiro # "device" declaration in files.evbarm (because of needs-flag)
     34  1.1  ichiro attach	ixpcom at ixpsip with ixpcom_ixdp
     35  1.1  ichiro file	arch/evbarm/ixdp425/ixpcom_ixdp425.c		ixpcom_ixdp
     36