1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Add MODULE_VERSION.

This commit is contained in:
Matthew N. Dodd 2002-04-17 00:31:32 +00:00
parent 073bba0262
commit 10e38949b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94901

View File

@ -130,6 +130,7 @@ static driver_t pci_driver = {
static devclass_t pci_devclass;
DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0);
DRIVER_MODULE(pci, acpi_pcib, pci_driver, pci_devclass, pci_modevent, 0);
MODULE_VERSION(pci, 1);
static char *pci_vendordata;
static size_t pci_vendordata_size;