From owner-svn-src-all@FreeBSD.ORG Sun Jun 14 14:46:20 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A13A106564A; Sun, 14 Jun 2009 14:46:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 87D358FC15; Sun, 14 Jun 2009 14:46:20 +0000 (UTC) (envelope-from marius@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 n5EEkKHW052101; Sun, 14 Jun 2009 14:46:20 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5EEkKOC052100; Sun, 14 Jun 2009 14:46:20 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <200906141446.n5EEkKOC052100@svn.freebsd.org> From: Marius Strobl Date: Sun, 14 Jun 2009 14:46:20 +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: r194193 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 14:46:21 -0000 Author: marius Date: Sun Jun 14 14:46:20 2009 New Revision: 194193 URL: http://svn.freebsd.org/changeset/base/194193 Log: Improve the description a bit and add a reference to vlan(4). Modified: head/share/man/man4/hme.4 Modified: head/share/man/man4/hme.4 ============================================================================== --- head/share/man/man4/hme.4 Sun Jun 14 13:46:32 2009 (r194192) +++ head/share/man/man4/hme.4 Sun Jun 14 14:46:20 2009 (r194193) @@ -36,7 +36,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 16, 2009 +.Dd June 14, 2009 .Dt HME 4 .Os .Sh NAME @@ -60,7 +60,16 @@ if_hme_load="YES" .Sh DESCRIPTION The .Nm -driver supports Sun Microelectronics STP2002-STQ Fast Ethernet interfaces. +driver supports Sun Microelectronics STP2002-STQ +.Dq Happy Meal Ethernet +Fast Ethernet interfaces. +.Pp +All controllers supported by the +.Nm +driver have TCP checksum offload capability for both receive and transmit, +support for the reception and transmission of extended frames for +.Xr vlan 4 +and a 128-bit multicast hash filter. .Sh HARDWARE The .Nm @@ -123,6 +132,7 @@ except the single-port SBus versions. .Xr intro 4 , .Xr miibus 4 , .Xr netintro 4 , +.Xr vlan 4 , .Xr eeprom 8 , .Xr ifconfig 8 .Rs