From 53d745bc7c69c92531f7ef4c29ed5cb784cf0f91 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Thu, 20 Dec 2001 06:38:21 +0000 Subject: 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 --- sys/sys/mdioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sys/mdioctl.h') 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. -- cgit v1.2.3