Date: Mon, 12 Mar 2001 13:30:53 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Message-ID: <200103122130.f2CLUrr04891@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/03/12 13:30:53 PST Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: Convert the fxp driver to miibus, which involves ripping out the PHY logic and media bits. Support for Intel PHYs can now be found in dev/mii/inphy.c. Clean up the driver, and add various 82558 and 82559 specific bits. Revision Changes Path 1.107 +477 -632 src/sys/dev/fxp/if_fxp.c 1.21 +52 -123 src/sys/dev/fxp/if_fxpreg.h 1.16 +65 -7 src/sys/dev/fxp/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103122130.f2CLUrr04891>