diff options
author | 2008-11-12 22:50:07 +0000 | |
---|---|---|
committer | 2008-11-12 22:50:07 +0000 | |
commit | 9c8d6d1160e91f0008eb6da3539643c67d3094e9 (patch) | |
tree | 5551b39b3c287d6fc919a3d55563bb18df649b00 | |
parent | Add a comment to sigcode() to explain why the use of 'int $0x80' is (diff) | |
download | wireguard-openbsd-9c8d6d1160e91f0008eb6da3539643c67d3094e9.tar.xz wireguard-openbsd-9c8d6d1160e91f0008eb6da3539643c67d3094e9.zip |
Interphase Hawk is 3207, not 4207 (which is Interphase Eagle and will need
a different driver)
-rw-r--r-- | share/man/man4/man4.mvme88k/le.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.mvme88k/le.4 b/share/man/man4/man4.mvme88k/le.4 index 5b07825924a..c379251d635 100644 --- a/share/man/man4/man4.mvme88k/le.4 +++ b/share/man/man4/man4.mvme88k/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.8 2008/01/05 12:47:56 miod Exp $ +.\" $OpenBSD: le.4,v 1.9 2008/11/12 22:50:07 miod Exp $ .\" .\" Copyright (c) 2003 Paul Weissmann .\" All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 5 2008 $ +.Dd $Mdocdate: November 12 2008 $ .Dt LE 4 mvme88k .Os .Sh NAME @@ -41,7 +41,7 @@ .Sh DESCRIPTION The .Nm -driver provides access to the AMD 7990/LANCE-based Interphase 4207 +driver provides access to the AMD 7990/LANCE-based Interphase 3207 .Sq Hawk , also sold as Motorola MVME376, VME boards. |