|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Support for mii_xxx functions?
A quick question before I dive off into (finally) trying to get the 8139too
network driver ported to xen.
It appears that xen/include/linux/mii.h is present in the xen tree, but has
the following:
#if 0
extern int mii_link_ok (struct mii_if_info *mii);
extern int mii_nway_restart (struct mii_if_info *mii);
extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd
*ecmd);
extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd
*ecmd);
extern void mii_check_link (struct mii_if_info *mii);
extern unsigned int mii_check_media (struct mii_if_info *mii,
unsigned int ok_to_print,
unsigned int init_media);
extern int generic_mii_ioctl(struct mii_if_info *mii_if,
struct mii_ioctl_data *mii_data, int cmd,
unsigned int *duplex_changed);
#endif
Is there a specific reason that the drivers/net/mii.c was disabled and not
included?
thanks in advance,
paul
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Support for mii_xxx functions?,
Paul K. Fisher <=
|
|
|
|
|