1 1.4 ichiro # $NetBSD: files.ixp12x0,v 1.4 2003/02/17 20:51:52 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.3 thorpej file arch/arm/arm32/irq_dispatch.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.4 ichiro 27 1.4 ichiro # IXM1200 serial device 28 1.4 ichiro device ixpcom: tty 29 1.4 ichiro file arch/arm/ixp12x0/ixp12x0_com.c ixpcom needs-flag 30