Date: Tue, 1 May 2007 18:21:24 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii mii.c Message-ID: <200705011821.l41ILPUX041482@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705011821.l41ILPUX041482>