From owner-cvs-src@FreeBSD.ORG Sun Aug 15 20:37:33 2004 Return-Path: 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 1B36516A4EB; Sun, 15 Aug 2004 20:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1600E440C5; Sun, 15 Aug 2004 20:17:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7FKHT92009297; Sun, 15 Aug 2004 20:17:29 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7FKHTMR009296; Sun, 15 Aug 2004 20:17:29 GMT (envelope-from marius) Message-Id: <200408152017.i7FKHTMR009296@repoman.freebsd.org> From: Marius Strobl Date: Sun, 15 Aug 2004 20:17:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/eeprom eeprom.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 15 Aug 2004 20:37:33 -0000 marius 2004-08-15 20:17:29 UTC FreeBSD src repository Modified files: usr.sbin/eeprom eeprom.8 Log: - Correct the description of the "local-mac-address?" variable. Not all NICs use it, only those with FCode. Add references to dc(4), gem(4) and hme(4) for obtaining further information about such devices presently supported by FreeBSD. - Correct the HISTORY section. There was an eeprom(8) utility in 4.4BSD and early versions of FreeBSD 2.x. - Add an AUTHORS section. Revision Changes Path 1.4 +43 -4 src/usr.sbin/eeprom/eeprom.8