Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.ixdp425,v 1.10 2022/08/07 09:51:00 andvar Exp $
      2 #
      3 # Intel IXP425 network processor board configuration info
      4 #
      5 
      6 # IXP425 Network Processor CPU support
      7 include "arch/arm/xscale/files.ixp425"
      8 
      9 file	arch/evbarm/ixdp425/ixdp425_machdep.c
     10 
     11 file	arch/evbarm/ixdp425/ixdp425_pci.c
     12 
     13 # IXP425 PCI bus support
     14 attach	ixpio at mainbus with ixpio_mainbus
     15 file	arch/evbarm/ixdp425/ixdp425_mainbus.c		ixpio_mainbus
     16 
     17 
     18 # IXP425 slow peripheral bus support
     19 attach	ixpsip at mainbus
     20 
     21 # LED
     22 device	ixdpled
     23 attach	ixdpled at ixpsip
     24 file    arch/evbarm/ixdp425/ixdp425_led.c		ixdpled needs-flag
     25 
     26 #
     27 # Machine-independent CardBus drivers
     28 #
     29 
     30 # XXX dev/pcmcia needs fdc
     31 #device fdc {drive = -1}
     32 
     33 #file	arch/evbarm/ixdp425/rbus_machdep.c		cardbus
     34