No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / powerpc / conf / files.ibm4xx
blobe7e301239b6d3de5a9739b967c2d830438134088
1 #       $NetBSD: files.ibm4xx,v 1.9 2005/12/11 12:18:42 christos Exp $
3 # IBM 4xx specific configuration info
5 include "arch/powerpc/fpu/files.fpu"
7 # Board Properties
8 file    arch/powerpc/ibm4xx/board_prop.c
10 # Processor Local Bus
11 device  plb { [irq = -1] }
12 attach  plb at root
13 file    arch/powerpc/ibm4xx/dev/plb.c           plb
15 # On-chip Peripheral Bus
16 device  opb {[addr = -1], [irq = -1]}
17 attach  opb at plb
18 file    arch/powerpc/ibm4xx/dev/opb.c           opb
20 device  cpu {}
21 attach  cpu at plb
22 file    arch/powerpc/ibm4xx/cpu.c
24 device  ecc
25 attach  ecc at plb with ecc_plb
26 file    arch/powerpc/ibm4xx/dev/ecc_plb.c       ecc_plb
28 # On-chip com device(s)
29 attach  com at opb with com_opb
30 file    arch/powerpc/ibm4xx/dev/com_opb.c       com_opb
32 # On-chip GPIO controller
33 device  opbgpio: gpiobus
34 attach  opbgpio at opb
35 file    arch/powerpc/ibm4xx/dev/gpio_opb.c      opbgpio
37 # On-chip ethernet device(s)
38 device  emac: ether, ifnet, arp, mii
39 attach  emac at opb
40 file    arch/powerpc/ibm4xx/dev/if_emac.c       emac
42 # Watchdog timer
43 device  wdog: sysmon_wdog
44 attach  wdog at opb
45 file    arch/powerpc/ibm4xx/dev/wdog.c          wdog