summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-04-29 13:38:26 +0000
committerpeter <peter@FreeBSD.org>2000-04-29 13:38:26 +0000
commite47f330f648743d5bf8bd4c10e057327828776af (patch)
tree1bf17277b869b97b5ff86ca27129b568423980c6 /sys/dev/mii/mii.c
parent0caafaec1cb5acab175162f71bd744cfd5402e07 (diff)
downloadFreeBSD-src-e47f330f648743d5bf8bd4c10e057327828776af.zip
FreeBSD-src-e47f330f648743d5bf8bd4c10e057327828776af.tar.gz
Provide a tag so that miibus consumers can depend on the module,
regardless of whether it is in a seperate .ko or the kernel (or in a .ko bundled with several other things in one file for packaging).
Diffstat (limited to 'sys/dev/mii/mii.c')
-rw-r--r--sys/dev/mii/mii.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c
index b3f40e2..fe07873 100644
--- a/sys/dev/mii/mii.c
+++ b/sys/dev/mii/mii.c
@@ -56,6 +56,8 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
+MODULE_VERSION(miibus, 1);
+
#include "miibus_if.h"
#if !defined(lint)
OpenPOWER on IntegriCloud