From owner-cvs-src@FreeBSD.ORG Sat Sep 2 20:31:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F36A16A4DE; Sat, 2 Sep 2006 20:31:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B0443D4C; Sat, 2 Sep 2006 20:31:55 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k82KVte1063030; Sat, 2 Sep 2006 20:31:55 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82KVtRa063029; Sat, 2 Sep 2006 20:31:55 GMT (envelope-from marius) Message-Id: <200609022031.k82KVtRa063029@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Sep 2006 20:31:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 gem.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 20:31:56 -0000 marius 2006-09-02 20:31:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 gem.4 Log: MFC: 1.5, 1.6 - s/gigabit/Gigabit/ - Talk about supported chips rather than supported cards as the majority of the hardware supported by gem(4) is on-board. - "the .Nm driver" - Sort the list of supported chips alphabetically. - Sun GEM aren't used on-board though, so don't claim they'd be. - Add a CAVEATS section informing that Sun GEM cards aren't supported so far. - Add the usual info about loading as module on startup to the SYNOPSIS. Revision Changes Path 1.4.8.1 +27 -7 src/share/man/man4/gem.4