diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-07 22:31:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-07 22:31:17 +0000 |
commit | e43121b41826873f3b7f3116d41f818f5f131600 (patch) | |
tree | 2d60da2964eebb2d8c6d7b33082ab1fec87d2496 /sys | |
parent | c845274a79933175e67692e9cb6f9c1629b9e566 (diff) |
add a note how to force apm proto version
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9f5243cb9c5..ff9f80e9eef 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.186 2000/05/30 16:35:08 mickey Exp $ +# $OpenBSD: GENERIC,v 1.187 2000/06/07 22:31:16 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -36,7 +36,7 @@ config bsd swap generic mainbus0 at root bios0 at mainbus0 -apm0 at bios0 +apm0 at bios0 # flags 0x0101 to force protocol version 1.1 isa0 at mainbus0 isa0 at pcib? |