From owner-cvs-src@FreeBSD.ORG Sat May 22 10:21:13 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 8D8FF16A4CE; Sat, 22 May 2004 10:21:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707F043D1F; Sat, 22 May 2004 10:21:13 -0700 (PDT) (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 i4MHK0Dc068527; Sat, 22 May 2004 10:20:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MHK09C068526; Sat, 22 May 2004 10:20:00 -0700 (PDT) (envelope-from njl) Message-Id: <200405221720.i4MHK09C068526@repoman.freebsd.org> From: Nate Lawson Date: Sat, 22 May 2004 10:20:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpivar.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: Sat, 22 May 2004 17:21:13 -0000 njl 2004/05/22 10:20:00 PDT FreeBSD src repository Modified files: sys/dev/acpica acpivar.h Log: Revert the previous commit. The bus accessor macros do not check the return value for BUS_READ_IVAR and thus don't generate the proper NULL in cases where a device (i.e. on PCI) does not have a handle. Found by: peadar, tjr Revision Changes Path 1.66 +56 -3 src/sys/dev/acpica/acpivar.h