1 # $NetBSD: files.ibm4xx,v 1.1 2002/08/13 05:29:25 simonb Exp $ 2 # 3 # IBM 4xx specific configuration info 4 5 include "arch/powerpc/fpu/files.fpu" 6 7 # Processor Local Bus 8 define plb {} 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 # On-chip com device(s) 24 attach com at opb with com_opb 25 file arch/powerpc/ibm4xx/dev/com_opb.c com_opb 26 27 # On-chip ethernet device(s) 28 device emac: ether, ifnet, arp, mii 29 attach emac at opb 30 file arch/powerpc/ibm4xx/dev/if_emac.c emac 31 32 # Watchdog timer 33 device wdog: sysmon_wdog 34 attach wdog at opb 35 file arch/powerpc/ibm4xx/dev/wdog.c wdog 36