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