From owner-cvs-all Sat Apr 24 12:59:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E1B14E4E; Sat, 24 Apr 1999 12:59:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA97659; Sat, 24 Apr 1999 12:59:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904241959.MAA97659@freefall.freebsd.org> From: Peter Wemm Date: Sat, 24 Apr 1999 12:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/24 12:59:20 PDT Modified files: sys/pci pcivar.h pci.c Log: Replace the pcidevice_set linker set based configuration mechanism for old style pci drivers with a simple one-line change to use a module that registers itself under new-bus and should in theory enable just about all of the pci drivers to be loadable (kldload and loader(8)) but without having the impact of converting the APIs yet. This also fixes the problem of having undefined variables when only new-style pci drivers are present. Revision Changes Path 1.28 +12 -2 src/sys/pci/pcivar.h 1.96 +17 -9 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message