Put interface attributes on the device, not another attribute with
the same name as the device.
This commit is contained in:
parent
27f9e27d6a
commit
176b75763b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.hp700,v 1.3 2002/09/06 13:18:43 gehenna Exp $
|
||||
# $NetBSD: files.hp700,v 1.4 2002/11/28 05:53:23 chs Exp $
|
||||
#
|
||||
# $OpenBSD: files.hp700,v 1.31 2001/06/26 02:41:25 mickey Exp $
|
||||
#
|
||||
|
@ -56,8 +56,7 @@ define gscbus { }
|
|||
# Mainbus
|
||||
#
|
||||
|
||||
define mainbus {[irq = -1]}
|
||||
device mainbus
|
||||
device mainbus {[irq = -1]}
|
||||
attach mainbus at root
|
||||
file arch/hp700/hp700/mainbus.c mainbus
|
||||
|
||||
|
|
Loading…
Reference in New Issue