From c2b69205acdd876613e850250e723a85bb75341e Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Fri, 4 Dec 2015 23:31:32 +0000 Subject: [PATCH] ioat(4): Add MODULE_VERSION so MODULE_DEPEND works Suggested by: jhb Review in progress: cc Sponsored by: EMC / Isilon Storage Division --- sys/dev/ioat/ioat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index 8245adf70421..00cf337aae86 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