cvs commit: src/sys/dev/mii mii.c
Marcel Moolenaar
marcel at FreeBSD.org
Tue May 1 18:21:25 UTC 2007
marcel 2007-05-01 18:21:24 UTC
FreeBSD src repository
Modified files:
sys/dev/mii mii.c
Log:
Define the miibus ivars as a structure, instead of as a vector of
pointers. A structure is more readable and less error-prone. It
also avoids problems when a function pointer doesn't have the
same width as a void pointer.
Revision Changes Path
1.29 +15 -14 src/sys/dev/mii/mii.c
More information about the cvs-src
mailing list