42dede3769
elsewhere.
36 lines
788 B
Plaintext
36 lines
788 B
Plaintext
# $NetBSD: files.ibm4xx,v 1.1 2002/08/13 05:29:25 simonb Exp $
|
|
#
|
|
# IBM 4xx specific configuration info
|
|
|
|
include "arch/powerpc/fpu/files.fpu"
|
|
|
|
# Processor Local Bus
|
|
define plb {}
|
|
device plb : plb
|
|
attach plb at root
|
|
file arch/powerpc/ibm4xx/dev/plb.c plb
|
|
|
|
# On-chip Peripheral Bus
|
|
define opb {[addr=-1], [irq=-1]}
|
|
device opb : plb
|
|
attach opb at plb
|
|
file arch/powerpc/ibm4xx/dev/opb.c opb
|
|
|
|
device cpu {}
|
|
attach cpu at plb
|
|
file arch/powerpc/ibm4xx/cpu.c
|
|
|
|
# On-chip com device(s)
|
|
attach com at opb with com_opb
|
|
file arch/powerpc/ibm4xx/dev/com_opb.c com_opb
|
|
|
|
# On-chip ethernet device(s)
|
|
device emac: ether, ifnet, arp, mii
|
|
attach emac at opb
|
|
file arch/powerpc/ibm4xx/dev/if_emac.c emac
|
|
|
|
# Watchdog timer
|
|
device wdog: sysmon_wdog
|
|
attach wdog at opb
|
|
file arch/powerpc/ibm4xx/dev/wdog.c wdog
|