aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-12-20 06:38:21 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-12-20 06:38:21 +0000
commit53d745bc7c69c92531f7ef4c29ed5cb784cf0f91 (patch)
treebb473f7ecf79394e88144d815f8e6e0527f22ab8 /sys/sys
parent1a7c0630db172189d177ba040f17bd377dc855c3 (diff)
downloadsrc-53d745bc7c69c92531f7ef4c29ed5cb784cf0f91.tar.gz
src-53d745bc7c69c92531f7ef4c29ed5cb784cf0f91.zip
Actually make use of the md_version field of 'struct mdio'. In order
not to needlessly break compatibility, decrement MDIOVERSION to 0. Approved by: phk
Notes
Notes: svn path=/head/; revision=88249
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/mdioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h
index 6b16fde61f14..c311ccaaab36 100644
--- a/sys/sys/mdioctl.h
+++ b/sys/sys/mdioctl.h
@@ -66,7 +66,7 @@ struct md_ioctl {
#define MD_NAME "md"
#define MDCTL_NAME "mdctl"
-#define MDIOVERSION 1
+#define MDIOVERSION 0
/*
* Before you can use a unit, it must be configured with MDIOCSET.