diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-28 08:13:48 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-28 08:13:48 +0000 |
commit | f4ca37f42e6888b337fcaea7e9b787c6462226ec (patch) | |
tree | 4266609a452b276ef539701d9cbd1cb5b6c67682 /share/man/man4/nfe.4 | |
parent | ea472b4f76e64ed87fe427761671577bd731a79c (diff) |
We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.
This makes Cicada/Vitesse PHYs attached to nfe work.
Many thanks to Bill Paul for diagnosing the problem and suggesting a solution.
Tested by otto@, ok deraadt@
Diffstat (limited to 'share/man/man4/nfe.4')
-rw-r--r-- | share/man/man4/nfe.4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4 index 9610baca7b8..9f6d112c906 100644 --- a/share/man/man4/nfe.4 +++ b/share/man/man4/nfe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfe.4,v 1.6 2006/02/27 08:03:00 jsg Exp $ +.\" $OpenBSD: nfe.4,v 1.7 2006/02/28 08:13:47 jsg Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -80,8 +80,3 @@ and .Sh CAVEATS NVIDIA refuse to release any documentation on their products so the driver likely doesn't work as well as it otherwise could. -.Sh BUGS -Adapters that attach -.Xr ciphy 4 -currently are unable to transmit and receive data, the cause of -this is not yet known. |