Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.ixm1200,v 1.5 2007/12/03 15:33:31 ad Exp $
      2 #
      3 # Intel IXM1200 evaluation board configuration info
      4 #
      5 
      6 file	arch/evbarm/ixm1200/ixm1200_machdep.c
      7 file	arch/evbarm/ixm1200/ixm1200_pci.c
      8 
      9 # IXP12x0 Network Processor CPU support
     10 include "arch/arm/ixp12x0/files.ixp12x0"
     11 
     12 # IXP12x0 IX,PCI,SRAM bus support
     13 attach	ixpio at mainbus with ixpio_mainbus
     14 file	arch/evbarm/ixm1200/ixp12x0_mainbus.c	ixpio_mainbus
     15 
     16 # IXP12x0 slow peripheral bus support
     17 attach	ixpsip at mainbus
     18 
     19 device	nappinr
     20 attach	nappinr at ixpsip
     21 file	arch/evbarm/ixm1200/nappi_nr.c		nappinr needs-flag
     22 
     23 device	nppb: pcibus
     24 attach	nppb at pci
     25 file	arch/evbarm/ixm1200/nappi_nppb.c	nppb
     26 
     27 # IXM1200 serial port
     28 # "device" declaration in files.evbarm (because of needs-flag)
     29 attach	ixpcom at ixpsip with ixpcom_ixm
     30 file	arch/evbarm/ixm1200/ixpcom_ixm.c	ixpcom_ixm
     31