From owner-cvs-all@FreeBSD.ORG Wed Aug 18 05:56:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784DD16A4CE; Wed, 18 Aug 2004 05:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E6843D39; Wed, 18 Aug 2004 05:56:07 +0000 (GMT) (envelope-from njl@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 i7I5u7LG029960; Wed, 18 Aug 2004 05:56:07 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7I5u7aO029959; Wed, 18 Aug 2004 05:56:07 GMT (envelope-from njl) Message-Id: <200408180556.i7I5u7aO029959@repoman.freebsd.org> From: Nate Lawson Date: Wed, 18 Aug 2004 05:56:07 +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/acpi/acpidump acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Aug 2004 05:56:07 -0000 njl 2004-08-18 05:56:07 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c Log: When one entry in the RSDT is corrupted, just skip it instead of bailing out. This gets us the info we need on systems which have proprietary tables that don't match the standard. For instance, an AMI system has a table of type "OEMB" with an invalid checksum. Tested by: Maxim Maximov MFC after: 1 day Revision Changes Path 1.27 +5 -2 src/usr.sbin/acpi/acpidump/acpi.c