Re: PATCH: make pcmcica devices report pcmcia bus info in gdrvinfo

Russell King (rmk@arm.linux.org.uk)
Mon, 14 Jul 2003 14:14:25 +0100


On Mon, Jul 14, 2003 at 01:21:21PM +0100, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/net/pcmcia/3c574_cs.c linux.22-pre5-ac1/drivers/net/pcmcia/3c574_cs.c
> --- linux.22-pre5/drivers/net/pcmcia/3c574_cs.c 2003-07-14 12:26:42.000000000 +0100
> +++ linux.22-pre5-ac1/drivers/net/pcmcia/3c574_cs.c 2003-06-29 16:09:55.000000000 +0100
> @@ -1202,6 +1202,7 @@
> case ETHTOOL_GDRVINFO: {
> struct ethtool_drvinfo info = {ETHTOOL_GDRVINFO};
> strncpy(info.driver, "3c574_cs", sizeof(info.driver)-1);
> + sprintf(info.bus_info, "PCMCIA 0x%lx", dev->base_addr);
> if (copy_to_user(useraddr, &info, sizeof(info)))
> return -EFAULT;
> return 0;

We should probably ensure that the bus info is compatible with the bus
info which Dominik's going to be using in 2.6.x

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/