files.integrator revision 1.2
11.2Sthorpej#	$NetBSD: files.integrator,v 1.2 2001/11/04 02:56:13 thorpej Exp $
21.1Sthorpej#
31.1Sthorpej# ARM, Ltd. Integrator evaluation board configuraiton info
41.1Sthorpej#
51.1Sthorpej
61.2Sthorpejfile	arch/evbarm/integrator/integrator_machdep.c
71.2Sthorpejfile	arch/evbarm/integrator/int_bus_dma.c
81.1Sthorpej
91.1Sthorpej# Integrator fpga specific files
101.1Sthorpejdevice	ifpga {[offset = -1], [irq = -1]}: pcibus
111.1Sthorpejattach	ifpga at mainbus
121.1Sthorpejfile	arch/evbarm/ifpga/ifpga.c		ifpga
131.1Sthorpejfile	arch/evbarm/ifpga/ifpga_io.c		ifpga
141.1Sthorpejfile	arch/evbarm/ifpga/ifpga_io_asm.S	ifpga
151.1Sthorpejfile	arch/evbarm/ifpga/ifpga_clock.c		ifpga
161.1Sthorpejfile	arch/evbarm/ifpga/ifpga_irq.S		ifpga
171.1Sthorpejfile	arch/evbarm/ifpga/ifpga_irqhandler.c	ifpga
181.1Sthorpejfile	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
191.1Sthorpej
201.1Sthorpej# Integrator fpga serial port
211.1Sthorpejdefopt	opt_plcom.h	PLCOM_DEBUG PLCOM_MPLOCK
221.1Sthorpejdevice	plcom { } : tty
231.1Sthorpejfile	arch/evbarm/dev/plcom.c			plcom needs-flag
241.1Sthorpej
251.1Sthorpejattach	plcom at ifpga with plcom_ifpga
261.1Sthorpejfile	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
271.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io.c	plcom
281.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io_asm.S	plcom
291.1Sthorpej
301.1Sthorpej# Integrator real-time clock
311.1Sthorpejdevice plrtc
321.1Sthorpejattach plrtc at ifpga
331.1Sthorpejfile	arch/evbarm/ifpga/pl030_rtc.c		plrtc
341.1Sthorpej
351.1Sthorpej# Integrator PCI support
361.2Sthorpejfile	arch/evbarm/integrator/pci_machdep.c	pci
37