diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-08 00:16:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-08 00:16:04 +0000 |
commit | 9f6e89550adeca1dc3197a599d4e5d726176e2a4 (patch) | |
tree | 2c01cf960a02e8659f9763fe687df771d0fcff2c /sys/arch/i386/conf/PETRA | |
parent | f55d48243d2493efd55b431f0ddbc27f6461473d (diff) |
add flags 0x0000 for all apm configurations
Diffstat (limited to 'sys/arch/i386/conf/PETRA')
-rw-r--r-- | sys/arch/i386/conf/PETRA | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/PETRA b/sys/arch/i386/conf/PETRA index d1f89a43cf0..3c6262348e3 100644 --- a/sys/arch/i386/conf/PETRA +++ b/sys/arch/i386/conf/PETRA @@ -1,4 +1,4 @@ -# $OpenBSD: PETRA,v 1.21 2000/03/27 23:19:23 deraadt Exp $ +# $OpenBSD: PETRA,v 1.22 2000/06/08 00:16:03 mickey Exp $ # # PETRA -- everything that's currently supported with certain # changes for Applitron's fileserver petra, a 128 MB @@ -10,7 +10,7 @@ machine i386 # architecture, used by config; REQUIRED makeoptions DEBUG="-g" # make a bsd.gdb too #include "../../../conf/GENERIC" -# $OpenBSD: PETRA,v 1.21 2000/03/27 23:19:23 deraadt Exp $ +# $OpenBSD: PETRA,v 1.22 2000/06/08 00:16:03 mickey Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -131,7 +131,7 @@ config bsd root on sd0a swap on ccd0b dumps on sd1a mainbus0 at root bios0 at mainbus0 -apm0 at bios0 +apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 isa0 at mainbus0 isa0 at pcib? |