diff options
author | 2005-09-23 22:28:55 +0000 | |
---|---|---|
committer | 2005-09-23 22:28:55 +0000 | |
commit | 595782f912b7fd84da674f047a3f45ea2d0e8508 (patch) | |
tree | c1cdbccc3154156353a6c298a14fb5ae977a5438 | |
parent | addition O2Micro registers needed to make certain chipsets work (atheros (diff) | |
download | wireguard-openbsd-595782f912b7fd84da674f047a3f45ea2d0e8508.tar.xz wireguard-openbsd-595782f912b7fd84da674f047a3f45ea2d0e8508.zip |
some Asante cards don't like to negotiate with faster devices
reference http://mail-index.netbsd.org/port-mac68k/2001/12/01/0003.html
via Andrew Daugherity
-rw-r--r-- | share/man/man4/man4.mac68k/ae.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4 index 5ed09b5457c..e4266f90afa 100644 --- a/share/man/man4/man4.mac68k/ae.4 +++ b/share/man/man4/man4.mac68k/ae.4 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ae.4,v 1.7 2004/08/15 22:52:41 jmc Exp $ +.\" $OpenBSD: ae.4,v 1.8 2005/09/23 22:28:55 martin Exp $ .\" .Dd June 7, 1997 .Dt AE 4 mac68k @@ -88,3 +88,7 @@ The .Nm interface first appeared in .Nx 1.0 . +.Sh CAVEATS +Some Asante +.Nm +cards are not designed to auto negotiate with 100 Mb/s devices. |