Put interface attributes on the device, not another attribute with

the same name as the device.
This commit is contained in:
thorpej 2002-11-23 19:42:41 +00:00
parent 370e22c9fd
commit 02c69e5261
1 changed files with 3 additions and 5 deletions

View File

@ -1,18 +1,16 @@
# $NetBSD: files.ibm4xx,v 1.2 2002/08/23 15:01:07 scw Exp $
# $NetBSD: files.ibm4xx,v 1.3 2002/11/23 19:42:41 thorpej Exp $
#
# IBM 4xx specific configuration info
include "arch/powerpc/fpu/files.fpu"
# Processor Local Bus
define plb { [irq=-1] }
device plb : plb
device plb { [irq = -1] }
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
device opb {[addr = -1], [irq = -1]}
attach opb at plb
file arch/powerpc/ibm4xx/dev/opb.c opb