Home | History | Annotate | Line # | Download | only in conf
files.hdl_g revision 1.2
      1 #	$NetBSD: files.hdl_g,v 1.2 2006/12/18 13:50:58 nonaka Exp $
      2 #
      3 # I-O DATA HDL-G configuration info
      4 #
      5 
      6 # Use the generic ARM soft interrupt code.
      7 file	arch/arm/arm/softintr.c
      8 
      9 file	arch/evbarm/hdl_g/hdlg_machdep.c
     10 file	arch/evbarm/hdl_g/hdlg_pci.c
     11 
     12 # HDL-G on-board devices
     13 device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
     14 attach	obio at mainbus
     15 file	arch/evbarm/hdl_g/obio.c			obio
     16 file	arch/evbarm/hdl_g/obio_space.c			obio
     17 
     18 # on-board TI 165C50 UART
     19 attach	com at obio with com_obio
     20 file	arch/evbarm/hdl_g/com_obio.c			com_obio
     21 
     22 # Button
     23 device	btn: sysmon_power, sysmon_taskq
     24 attach	btn at obio with btn_obio
     25 file	arch/evbarm/hdl_g/btn_obio.c			btn_obio
     26 
     27 # i80321 I/O Processor CPU support
     28 include "arch/arm/xscale/files.i80321"
     29 
     30 attach	iopxs at mainbus with iopxs_mainbus
     31 file	arch/evbarm/hdl_g/i80321_mainbus.c		iopxs_mainbus
     32