diff options
author | 2004-05-23 05:44:59 +0000 | |
---|---|---|
committer | 2004-05-23 05:44:59 +0000 | |
commit | 9193d6b7a373f2b71c9cba425c9419310bf45ad0 (patch) | |
tree | 440976636f5ec8a70183e4bedf16a8c431f7097a | |
parent | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer during boot. ok krw@ (diff) | |
download | wireguard-openbsd-9193d6b7a373f2b71c9cba425c9419310bf45ad0.tar.xz wireguard-openbsd-9193d6b7a373f2b71c9cba425c9419310bf45ad0.zip |
Remove bugs section because the fix has been committed. Tested and ok krw@
-rw-r--r-- | share/man/man4/mpt.4 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/share/man/man4/mpt.4 b/share/man/man4/mpt.4 index c64104a16e2..47ce54bf612 100644 --- a/share/man/man4/mpt.4 +++ b/share/man/man4/mpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpt.4,v 1.3 2004/03/31 03:45:40 marco Exp $ +.\" $OpenBSD: mpt.4,v 1.4 2004/05/23 05:44:59 marco Exp $ .\" .\" Copyright (c) 2003 Wasabi Systems, Inc. .\" All rights reserved. @@ -117,20 +117,3 @@ The driver was ported from .Nx by Milos Urbanek, Kenneth R. Westerback and Marco Peereboom. -.Sh BUGS -This driver does not function properly with MPT firmware levels higher than -1.03.00. -.Pp -The runtime MPT firmware is displayed under the REV heading for the 1020/1030 -chips during POST. -Example: -.Bd -literal -HBA ID LUN VENDOR PRODUCT REV SYNC WIDE ---- -- --- -------- ---------------- -------- ----- ---- - 0 7 0 LSILogic 1020/1030[ 102] 1013D00 320.0 16 - 1 7 0 LSILogic 1020/1030[ 102] 1013D00 320.0 16 -.Ed -.Pp -The version is 1013D00 which translates to 1.01.3D.00. -The last two digits are normally not used and it is written in decimal notation. -Thus making this example version 1.01.61. |