md_pad is used by MDIOCLIST and not available for future use.

MFC after:	1 week
This commit is contained in:
Brooks Davis 2018-03-13 20:54:18 +00:00
parent 8b9f77a14c
commit c92c85ffeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330881

View File

@ -64,7 +64,7 @@ struct md_ioctl {
int md_fwheads; /* firmware heads */
int md_fwsectors; /* firmware sectors */
char *md_label; /* label of the device */
int md_pad[MDNPAD]; /* padding for future ideas */
int md_pad[MDNPAD]; /* storage for MDIOCLIST */
};
#define MD_NAME "md"