From owner-svn-src-head@FreeBSD.ORG Sat Mar 28 20:59:26 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E298106564A; Sat, 28 Mar 2009 20:59:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3C7098FC16; Sat, 28 Mar 2009 20:59:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2SKxQhE012532; Sat, 28 Mar 2009 20:59:26 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2SKxQmh012531; Sat, 28 Mar 2009 20:59:26 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200903282059.n2SKxQmh012531@svn.freebsd.org> From: Warner Losh Date: Sat, 28 Mar 2009 20:59:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190512 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 20:59:26 -0000 Author: imp Date: Sat Mar 28 20:59:25 2009 New Revision: 190512 URL: http://svn.freebsd.org/changeset/base/190512 Log: Update to include Toshiba LANCT00A card being supported, as well as a caution that while the Mitsubishi M8895 has a DP83902, its ASIC is undocumented and doens't work with either the NE2000 or the WD80x3 drivers. Modified: head/share/man/man4/ed.4 Modified: head/share/man/man4/ed.4 ============================================================================== --- head/share/man/man4/ed.4 Sat Mar 28 19:47:46 2009 (r190511) +++ head/share/man/man4/ed.4 Sat Mar 28 20:59:25 2009 (r190512) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 27, 2008 +.Dd March 28, 2009 .Dt ED 4 .Os .Sh NAME @@ -299,6 +299,8 @@ TDK DFL5610WS Ethernet/Modem PC Card .It Telecom Device SuperSocket RE450T .It +Toshiba LANCT00A PC Card +.It VIA VT86C926 .It Winbond W89C940 @@ -307,6 +309,15 @@ Winbond W89C940F .El .Pp C-Bus, ISA, PCI and PC Card devices are supported. +.Pp +The +.Nm +driver does not support the following Ethernet NICs: +.Pp +.Bl -bullet -compact +.It +Mitsubishi LAN Adapter B8895 +.El .Sh DIAGNOSTICS .Bl -diag .It "ed%d: failed to clear shared memory at %x - check configuration." @@ -390,6 +401,10 @@ work in 8bit mode, much higher performan In addition, you should also specify .Cd "iosiz 16384" to take advantage of the extra 8K of shared memory that 16bit mode provides. +.Pp +The Mitsubishi B8895 PC Card uses a DP83902, but its ASIC part is +undocumented. +Neither the NE2000 nor the WD83x0 drivers work with this card. .Sh SEE ALSO .Xr altq 4 , .Xr arp 4 ,