1 # $NetBSD: files.ibm4xx,v 1.3.6.3 2004/09/21 13:20:34 skrll Exp $ 2 # 3 # IBM 4xx specific configuration info 4 5 include "arch/powerpc/fpu/files.fpu" 6 7 # Processor Local Bus 8 device plb { [irq = -1] } 9 attach plb at root 10 file arch/powerpc/ibm4xx/dev/plb.c plb 11 12 # On-chip Peripheral Bus 13 device opb {[addr = -1], [irq = -1]} 14 attach opb at plb 15 file arch/powerpc/ibm4xx/dev/opb.c opb 16 17 device cpu {} 18 attach cpu at plb 19 file arch/powerpc/ibm4xx/cpu.c 20 21 device ecc 22 attach ecc at plb with ecc_plb 23 file arch/powerpc/ibm4xx/dev/ecc_plb.c ecc_plb 24 25 # On-chip com device(s) 26 attach com at opb with com_opb 27 file arch/powerpc/ibm4xx/dev/com_opb.c com_opb 28 29 # On-chip ethernet device(s) 30 device emac: ether, ifnet, arp, mii 31 attach emac at opb 32 file arch/powerpc/ibm4xx/dev/if_emac.c emac 33 34 # Watchdog timer 35 device wdog: sysmon_wdog 36 attach wdog at opb 37 file arch/powerpc/ibm4xx/dev/wdog.c wdog 38