Date: Fri, 4 Dec 2015 23:31:32 +0000 (UTC) From: "Conrad E. Meyer" <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291826 - head/sys/dev/ioat Message-ID: <201512042331.tB4NVWFL014795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Fri Dec 4 23:31:32 2015 New Revision: 291826 URL: https://svnweb.freebsd.org/changeset/base/291826 Log: ioat(4): Add MODULE_VERSION so MODULE_DEPEND works Suggested by: jhb Review in progress: cc Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.c Modified: head/sys/dev/ioat/ioat.c ============================================================================== --- head/sys/dev/ioat/ioat.c Fri Dec 4 23:22:07 2015 (r291825) +++ head/sys/dev/ioat/ioat.c Fri Dec 4 23:31:32 2015 (r291826) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512042331.tB4NVWFL014795>