summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-28 04:53:36 +0000
committerimp <imp@FreeBSD.org>2000-08-28 04:53:36 +0000
commit29a5a2cd0c422fcafe1778c345c7dbd19331dff6 (patch)
tree4f77266cf63baa86d5daebbb0b4509fa0ee66983 /sys/dev/pcic
parentc851ea05b476be9ac84f29b54bd98fd69be99560 (diff)
downloadFreeBSD-src-29a5a2cd0c422fcafe1778c345c7dbd19331dff6.zip
FreeBSD-src-29a5a2cd0c422fcafe1778c345c7dbd19331dff6.tar.gz
Define a pcic module version
Diffstat (limited to 'sys/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c
index f5df2b9..3e7b58a 100644
--- a/sys/dev/pcic/i82365.c
+++ b/sys/dev/pcic/i82365.c
@@ -1535,3 +1535,4 @@ pcic_detach(device_t dev)
}
SYSINIT(pcic, SI_SUB_KTHREAD_IDLE, SI_ORDER_ANY, pcic_start_threads, 0);
+MODULE_VERSION(pcic, 1);
OpenPOWER on IntegriCloud