From owner-cvs-all Sat Sep 1 15:41:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A92437B407; Sat, 1 Sep 2001 15:41:54 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f81MfsX94340; Sat, 1 Sep 2001 15:41:54 -0700 (PDT) (envelope-from msmith) Message-Id: <200109012241.f81MfsX94340@freefall.freebsd.org> From: Mike Smith Date: Sat, 1 Sep 2001 15:41:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/01 15:41:54 PDT Modified files: sys/dev/acpica acpi.c Log: Add a MODULE_VERSION declaration. This should prevent duplicate loading of the module, and allows other modules to depend on and link against the ACPI module. Add a sysctl that allows us to retrieve the ACPI CA version number as well. Revision Changes Path 1.33 +4 -1 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message