summaryrefslogtreecommitdiffstats
path: root/sys/dev/ioat
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2015-12-04 23:31:32 +0000
committercem <cem@FreeBSD.org>2015-12-04 23:31:32 +0000
commit80431a292490a65841670fcad2b6fc54cfae9ffe (patch)
treed1fe4f13a7b2301224ea5bbb8df6630dad44e523 /sys/dev/ioat
parent8a04544196f0769dbb7d7b1a995fff8a1b578aa0 (diff)
downloadFreeBSD-src-80431a292490a65841670fcad2b6fc54cfae9ffe.zip
FreeBSD-src-80431a292490a65841670fcad2b6fc54cfae9ffe.tar.gz
ioat(4): Add MODULE_VERSION so MODULE_DEPEND works
Suggested by: jhb Review in progress: cc Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/dev/ioat')
-rw-r--r--sys/dev/ioat/ioat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c
index 8245adf..00cf337 100644
--- a/sys/dev/ioat/ioat.c
+++ b/sys/dev/ioat/ioat.c
@@ -141,6 +141,7 @@ static driver_t ioat_pci_driver = {
static devclass_t ioat_devclass;
DRIVER_MODULE(ioat, pci, ioat_pci_driver, ioat_devclass, 0, 0);
+MODULE_VERSION(ioat, 1);
/*
* Private data structures
OpenPOWER on IntegriCloud