Commit c85f7762 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Jeff Garzik

[PATCH] xirc2ps ethtool fix

patch below adds bus_info for xirc2ps_cs; anaconda depends on this info to
be there.
parent 6bdf757d
...@@ -1666,6 +1666,7 @@ static void netdev_get_drvinfo(struct net_device *dev, ...@@ -1666,6 +1666,7 @@ static void netdev_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info) struct ethtool_drvinfo *info)
{ {
strcpy(info->driver, "xirc2ps_cs"); strcpy(info->driver, "xirc2ps_cs");
sprintf(info->bus_info, "PCMCIA 0x%lx", dev->base_addr);
} }
static struct ethtool_ops netdev_ethtool_ops = { static struct ethtool_ops netdev_ethtool_ops = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment