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/i386/conf/files.i386 | |
parent | 2709813235b2561527ed3c1f5e8b6fe117ddc89c (diff) |
cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 0481c851ddb..0492169db7d 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.127 2004/09/15 20:28:53 grange Exp $ +# $OpenBSD: files.i386,v 1.128 2004/09/16 09:14:03 mickey Exp $ # # new style config file for i386 architecture # @@ -83,7 +83,7 @@ include "../../../dev/ata/files.ata" # System bus types # -define mainbus { apid = -1 } +define mainbus {[apid = -1]} device mainbus: isabus, eisabus, pcibus, mainbus attach mainbus at root file arch/i386/i386/mainbus.c mainbus @@ -197,7 +197,7 @@ attach sysbeep at pcppi # Floppy disk controller # XXX temporarily conflicts with arc, will soon move to files.isa -device fdc {drive = -1} +device fdc {[drive = -1]} attach fdc at isa file dev/isa/fdc.c fdc needs-flag @@ -287,7 +287,7 @@ define mpbios file arch/i386/i386/mpbios.c mpbios needs-flag # CPUS -define cpu { apid = -1 } +define cpu {[apid = -1]} device cpu attach cpu at mainbus file arch/i386/i386/cpu.c cpu |