[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] Support for mii_xxx functions?
> From: Ian Pratt [mailto:Ian.Pratt@xxxxxxxxxxxx] > Sent: Monday, October 20, 2003 7:39 PM > > From Xen, we currently don't have any way of accessing the mii > interface - we rely on the Ethernet card driver's media > autodetect routine to do the right thing. We've yet to come > across a need for any of these routines, but they could be > implemented if required -- I suspect the 3189 driver can be made > to work without them. Uh, ok. I'll readily admit that network drivers are not my thing, but all the routines which were commented out in mii.h do is call through the function pointers mdio_read and mdio_write which are implemented in each individual driver. The seem like just common code to me, which several drivers use, such as the 8139too.c. The only external routines called out of the mii.c code are: - netif_carrier_ok() - netif_carrier_on() - netif_carrier_off() which all seem to be used in tp3.c. Am I missing something? paul ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |