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