Home | History | Annotate | Line # | Download | only in conf
files.ixdp425 revision 1.1
      1  1.1  ichiro #	$NetBSD: files.ixdp425,v 1.1 2003/05/23 00:57:26 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.1  ichiro 
     17  1.1  ichiro # IXP425 PCI bus support
     18  1.1  ichiro attach	ixpio at mainbus with ixpio_mainbus
     19  1.1  ichiro file	arch/evbarm/ixdp425/ixdp425_mainbus.c		ixpio_mainbus
     20  1.1  ichiro 
     21  1.1  ichiro 
     22  1.1  ichiro # IXP425 slow peripheral bus support
     23  1.1  ichiro attach	ixpsip at mainbus
     24  1.1  ichiro 
     25  1.1  ichiro # LED
     26  1.1  ichiro #device	ixdpled
     27  1.1  ichiro #attach	ixdpled at ixpsip
     28  1.1  ichiro #file    arch/evbarm/ixdp425/ixdp425_led.c		ixdpled needs-flag
     29  1.1  ichiro 
     30  1.1  ichiro # IXDP425 serial port
     31  1.1  ichiro # "device" declaration in files.evbarm (because of needs-flag)
     32  1.1  ichiro attach	ixpcom at ixpsip with ixpcom_ixdp
     33  1.1  ichiro file	arch/evbarm/ixdp425/ixpcom_ixdp425.c		ixpcom_ixdp
     34