summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-04-17 00:31:32 +0000
committermdodd <mdodd@FreeBSD.org>2002-04-17 00:31:32 +0000
commitae8d002449df21aae5a6995e7e486a88575fbf1e (patch)
tree7d002a13363650a15643eea096eb19ca7fdbd0e9 /sys/dev
parent8296d838e29998cec31b352c8c9839600b230803 (diff)
downloadFreeBSD-src-ae8d002449df21aae5a6995e7e486a88575fbf1e.zip
FreeBSD-src-ae8d002449df21aae5a6995e7e486a88575fbf1e.tar.gz
Add MODULE_VERSION.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 96b81bc..8a424da 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -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;
OpenPOWER on IntegriCloud