Add MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded as module otherwise.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 13 Aug 2004 08:27:02 +0000 (08:27 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 13 Aug 2004 08:27:02 +0000 (08:27 +0000)
commit261fa16d144e8a48f9637ab146a4d74fde95e868
tree561ee5059f20c9f22e630b249c930f41d0162b62
parent340f5b2bef52c4c58768178cac217a6b65d39fa9
Add MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded as module otherwise.

Suggested-by: corecode
While at it, de-static pci_alloc_resource to match the prototyp. ACPI5
depends on it.
sys/bus/pci/pci.c