Home | History | Annotate | Line # | Download | only in ixp12x0
files.ixp12x0 revision 1.1
      1  1.1  ichiro #       $NetBSD: files.ixp12x0,v 1.1 2002/07/15 16:27:16 ichiro Exp $
      2  1.1  ichiro #
      3  1.1  ichiro # Configuration info for Intel IXP12x0 CPU support
      4  1.1  ichiro #
      5  1.1  ichiro 
      6  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_intr.c
      7  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_irq.S
      8  1.1  ichiro 
      9  1.1  ichiro # IXP1200 Slow peripheral devices
     10  1.1  ichiro device	ixpsip { [addr=-1], [size=0], [intr=-1] }: bus_space_generic
     11  1.1  ichiro file	arch/arm/ixp12x0/ixpsip.c		ixpsip
     12  1.1  ichiro file	arch/arm/ixp12x0/ixpsip_io.c		ixpsip
     13  1.1  ichiro 
     14  1.1  ichiro # IXP12x0 Processor CPU support
     15  1.1  ichiro # IXP1200 IX,PCI,SRAM bus
     16  1.1  ichiro device	ixpio: pcibus, bus_space_generic
     17  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0.c		ixpio
     18  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_io.c		ixpio
     19  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_pci.c          ixpio
     20  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_pci_dma.c      ixpio
     21  1.1  ichiro 
     22  1.1  ichiro # clock device
     23  1.1  ichiro device	ixpclk 
     24  1.1  ichiro attach	ixpclk at ixpsip
     25  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_clk.c		ixpclk needs-flag
     26  1.1  ichiro 
     27  1.1  ichiro # com
     28  1.1  ichiro device	ixpcom: tty
     29  1.1  ichiro attach	ixpcom at ixpsip
     30  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_com.c		ixpcom needs-flag
     31  1.1  ichiro file	arch/arm/ixp12x0/ixp12x0_com_io.c	ixpcom
     32