From owner-cvs-all Tue Sep 3 20:13:21 2002 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 412E537B401; Tue, 3 Sep 2002 20:13:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CDD43E4A; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g843DGJU052507; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g843DGa6052506; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) Message-Id: <200209040313.g843DGa6052506@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 20:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c pci_private.h 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 jhb 2002/09/03 20:13:16 PDT Modified files: sys/dev/acpica acpi_pci.c sys/dev/pci pci.c pci_private.h Log: - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of when the first PCI bus attaches. - Create /dev/pci during MOD_LOAD as well. - Destroy /dev/pci during MOD_UNLOAD (not that you can kldunload pci, but might as well get the code right) Revision Changes Path 1.2 +0 -2 src/sys/dev/acpica/acpi_pci.c 1.199 +15 -15 src/sys/dev/pci/pci.c 1.4 +0 -1 src/sys/dev/pci/pci_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message