From owner-cvs-all@FreeBSD.ORG Fri May 28 21:33:45 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 8F3FF16A4CE; Fri, 28 May 2004 21:33:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A3A43D31; Fri, 28 May 2004 21:33:45 -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 i4T4Wpd5075591; Fri, 28 May 2004 21:32:51 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4T4Wpqi075590; Fri, 28 May 2004 21:32:51 -0700 (PDT) (envelope-from njl) Message-Id: <200405290432.i4T4Wpqi075590@repoman.freebsd.org> From: Nate Lawson Date: Fri, 28 May 2004 21:32:51 -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 acpi_isab.c acpi_pci.c acpi_pcib_pci.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: Sat, 29 May 2004 04:33:45 -0000 njl 2004/05/28 21:32:51 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_isab.c acpi_pci.c acpi_pcib_pci.c Log: Style cleanups, don't set the device description before the probe routine has completed successfully. Revision Changes Path 1.6 +8 -12 src/sys/dev/acpica/acpi_isab.c 1.16 +13 -18 src/sys/dev/acpica/acpi_pci.c 1.8 +16 -19 src/sys/dev/acpica/acpi_pcib_pci.c