Date: Sat, 24 Apr 1999 12:59:20 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h pci.c Message-ID: <199904241959.MAA97659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904241959.MAA97659>