From owner-cvs-all@FreeBSD.ORG Fri Mar 2 13:53:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0F6B16A402; Fri, 2 Mar 2007 13:53:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B986A13C491; Fri, 2 Mar 2007 13:53:23 +0000 (UTC) (envelope-from bms@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 l22DrN07026293; Fri, 2 Mar 2007 13:53:23 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l22DrNPe026291; Fri, 2 Mar 2007 13:53:23 GMT (envelope-from bms) Message-Id: <200703021353.l22DrNPe026291@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 2 Mar 2007 13:53:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools README src/tools/tools/pciroms Makefile pciroms.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 13:53:24 -0000 bms 2007-03-02 13:53:23 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/pciroms Makefile pciroms.c Log: Put this old tool for dumping PCI expansion ROM images somewhere useful. WARNING: THIS IS NOT STABLE ON NON-I386 ARCHITECTURES, AND NEEDS SPECIFIC KNOWLEDGE OF THE ADDRESS SPACE ON YOUR SYSTEM TO WORK. Revision Changes Path 1.49 +1 -0 src/tools/tools/README 1.1 +10 -0 src/tools/tools/pciroms/Makefile (new) 1.1 +411 -0 src/tools/tools/pciroms/pciroms.c (new)