diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
commit | 16778c1dd02981d333597aecc214fc63986bb86a (patch) | |
tree | fcd59c713099ebc912cff604a4ae1b1828fe7a31 /sys/arch/hp300/conf/files.hp300 | |
parent | 2709813235b2561527ed3c1f5e8b6fe117ddc89c (diff) |
cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;
Diffstat (limited to 'sys/arch/hp300/conf/files.hp300')
-rw-r--r-- | sys/arch/hp300/conf/files.hp300 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/files.hp300 b/sys/arch/hp300/conf/files.hp300 index 025e4098110..5ca282e4abd 100644 --- a/sys/arch/hp300/conf/files.hp300 +++ b/sys/arch/hp300/conf/files.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hp300,v 1.22 2004/08/03 21:46:54 miod Exp $ +# $OpenBSD: files.hp300,v 1.23 2004/09/16 09:14:03 mickey Exp $ # $NetBSD: files.hp300,v 1.28 1997/05/12 08:23:28 thorpej Exp $ # # hp300-specific configuration info @@ -27,7 +27,7 @@ file arch/hp300/dev/intio.c intio # DIO bus # -device dio { scode = -1 } +device dio {[scode = -1]} attach dio at mainbus file arch/hp300/dev/dio.c dio @@ -36,7 +36,7 @@ file arch/hp300/dev/dio.c dio # # Apollo Utilility Chip (a.k.a. "Frodo") found on 4xx workstations -device frodo { offset = -1 } +device frodo {[offset = -1]} attach frodo at intio file arch/hp300/dev/frodo.c frodo @@ -119,7 +119,7 @@ attach fhpib at dio file arch/hp300/dev/fhpib.c fhpib # HP-IB bus layer -device hpibbus { slave = -1, punit = -1 } +device hpibbus {[slave = -1], [punit = -1]} attach hpibbus at hpibdev file arch/hp300/dev/hpib.c hpibbus |