From owner-cvs-src@FreeBSD.ORG Mon May 24 08:18:31 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 016F916A4CE; Mon, 24 May 2004 08:18:31 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216D043D1F; Mon, 24 May 2004 08:18:30 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C02B0651FC; Mon, 24 May 2004 16:17:40 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55644-03; Mon, 24 May 2004 16:17:40 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3DF6C651F7; Mon, 24 May 2004 16:17:40 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 8A3D76137; Mon, 24 May 2004 16:17:39 +0100 (BST) Date: Mon, 24 May 2004 16:17:39 +0100 From: Bruce M Simpson To: Marius Strobl Message-ID: <20040524151739.GH90465@empiric.dek.spc.org> Mail-Followup-To: Marius Strobl , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405221656.i4MGu50k062998@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405221656.i4MGu50k062998@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/eeprom Makefile eeprom.8 eeprom.c ofw_options.c ofw_options.h 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: Mon, 24 May 2004 15:18:31 -0000 On Sat, May 22, 2004 at 09:56:05AM -0700, Marius Strobl wrote: > Log: > Add eeprom(8), a utility to display and modify system configurations > stored in EEPROM or NVRAM. Excellent! Thank you very much. BMS