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

Marcelo Tosatti (marcelo@conectiva.com.br)
Mon, 14 Jul 2003 13:47:17 -0300 (BRT)


On Mon, 14 Jul 2003, Alan Cox wrote:

> On Llu, 2003-07-14 at 14:14, Russell King wrote:
> > > 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
>
> I think thats a good point. Marcelo , bin that diff for now

Done.

-
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/