From owner-cvs-src@FreeBSD.ORG Thu Nov 9 11:39:45 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 033D116A415; Thu, 9 Nov 2006 11:39:45 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A35343D49; Thu, 9 Nov 2006 11:39:38 +0000 (GMT) (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 kA9BdYNf072485; Thu, 9 Nov 2006 11:39:34 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA9BdYW6072484; Thu, 9 Nov 2006 11:39:34 GMT (envelope-from bms) Message-Id: <200611091139.kA9BdYW6072484@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 9 Nov 2006 11:39:34 +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/pirtool pirtable.h pirtool.c 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: Thu, 09 Nov 2006 11:39:45 -0000 bms 2006-11-09 11:39:34 UTC FreeBSD src repository Modified files: tools/tools/pirtool pirtable.h pirtool.c Log: Rewrite the format of pirtool output to match what the kernel currently prints out if bootverbose is set. This is to facilitate the code being removed from the kernel at a later date. While we're here, fix the __packed structures, and add some other PCI interrupt router IDs. Submitted by: jhb (with some tweaks) MFC after: 3 weeks Revision Changes Path 1.3 +7 -7 src/tools/tools/pirtool/pirtable.h 1.4 +60 -44 src/tools/tools/pirtool/pirtool.c