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