Home | History | Annotate | Line # | Download | only in conf
files.integrator revision 1.1
      1  1.1  thorpej #	$NetBSD: files.integrator,v 1.1 2001/11/04 02:20:22 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej # ARM, Ltd. Integrator evaluation board configuraiton info
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej file	arch/evbarm/integrator/integrator_machdep.c	integrator
      7  1.1  thorpej file	arch/evbarm/integrator/int_bus_dma.c		integrator
      8  1.1  thorpej 
      9  1.1  thorpej # Integrator fpga specific files
     10  1.1  thorpej device	ifpga {[offset = -1], [irq = -1]}: pcibus
     11  1.1  thorpej attach	ifpga at mainbus
     12  1.1  thorpej file	arch/evbarm/ifpga/ifpga.c		ifpga
     13  1.1  thorpej file	arch/evbarm/ifpga/ifpga_io.c		ifpga
     14  1.1  thorpej file	arch/evbarm/ifpga/ifpga_io_asm.S	ifpga
     15  1.1  thorpej file	arch/evbarm/ifpga/ifpga_clock.c		ifpga
     16  1.1  thorpej file	arch/evbarm/ifpga/ifpga_irq.S		ifpga
     17  1.1  thorpej file	arch/evbarm/ifpga/ifpga_irqhandler.c	ifpga
     18  1.1  thorpej file	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
     19  1.1  thorpej 
     20  1.1  thorpej # Integrator fpga serial port
     21  1.1  thorpej defopt	opt_plcom.h	PLCOM_DEBUG PLCOM_MPLOCK
     22  1.1  thorpej device	plcom { } : tty
     23  1.1  thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     24  1.1  thorpej 
     25  1.1  thorpej attach	plcom at ifpga with plcom_ifpga
     26  1.1  thorpej file	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
     27  1.1  thorpej #file	arch/evbarm/ifpga/pl010_uart_io.c	plcom
     28  1.1  thorpej #file	arch/evbarm/ifpga/pl010_uart_io_asm.S	plcom
     29  1.1  thorpej 
     30  1.1  thorpej # Integrator real-time clock
     31  1.1  thorpej device plrtc
     32  1.1  thorpej attach plrtc at ifpga
     33  1.1  thorpej file	arch/evbarm/ifpga/pl030_rtc.c		plrtc
     34  1.1  thorpej 
     35  1.1  thorpej # Integrator PCI support
     36  1.1  thorpej file	arch/evbarm/integrator/pci_machdep.c	pci & integrator
     37