Home | History | Annotate | Line # | Download | only in conf
files.iq80321 revision 1.1.2.2
      1  1.1.2.2  nathanw #	$NetBSD: files.iq80321,v 1.1.2.2 2002/04/01 07:39:45 nathanw Exp $
      2  1.1.2.2  nathanw #
      3  1.1.2.2  nathanw # Intel IQ80321 evaluation board configuration info
      4  1.1.2.2  nathanw #
      5  1.1.2.2  nathanw 
      6  1.1.2.2  nathanw # Use the generic ARM soft interrupt code.
      7  1.1.2.2  nathanw file	arch/arm/arm/softintr.c
      8  1.1.2.2  nathanw 
      9  1.1.2.2  nathanw file	arch/evbarm/iq80321/iq80321_7seg.c
     10  1.1.2.2  nathanw file	arch/evbarm/iq80321/iq80321_machdep.c
     11  1.1.2.2  nathanw file	arch/evbarm/iq80321/iq80321_pci.c
     12  1.1.2.2  nathanw 
     13  1.1.2.2  nathanw # IQ80321 on-board devices
     14  1.1.2.2  nathanw device	obio {[addr = -1]}
     15  1.1.2.2  nathanw attach	obio at mainbus
     16  1.1.2.2  nathanw file	arch/evbarm/iq80321/obio.c			obio
     17  1.1.2.2  nathanw file	arch/evbarm/iq80321/obio_space.c		obio
     18  1.1.2.2  nathanw file	arch/evbarm/iq80321/obio_space_asm.S		obio
     19  1.1.2.2  nathanw 
     20  1.1.2.2  nathanw # on-board TI 165C50 UART
     21  1.1.2.2  nathanw attach	com at obio with com_obio
     22  1.1.2.2  nathanw file	arch/evbarm/iq80321/com_obio.c			com_obio
     23  1.1.2.2  nathanw 
     24  1.1.2.2  nathanw # i80321 I/O Processor CPU support
     25  1.1.2.2  nathanw include "arch/arm/xscale/files.i80321"
     26  1.1.2.2  nathanw 
     27  1.1.2.2  nathanw attach	iopxs at mainbus with iopxs_mainbus
     28  1.1.2.2  nathanw file	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
     29