From owner-cvs-all@FreeBSD.ORG Fri Feb 4 07:25:45 2005 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 7471D16A4CE; Fri, 4 Feb 2005 07:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFA043D41; Fri, 4 Feb 2005 07:25:45 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j147PjjK004881; Fri, 4 Feb 2005 07:25:45 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j147Pibn004880; Fri, 4 Feb 2005 07:25:44 GMT (envelope-from njl) Message-Id: <200502040725.j147Pibn004880@repoman.freebsd.org> From: Nate Lawson Date: Fri, 4 Feb 2005 07:25:44 +0000 (UTC) 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_cpu.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: Fri, 04 Feb 2005 07:25:45 -0000 njl 2005-02-04 07:25:44 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Make the devclass static for now until deciding whether to share them. Revision Changes Path 1.48 +1 -1 src/sys/dev/acpica/acpi_cpu.c