Andrew Morton wrote:
> In earlier kernels, the ioctl(DS_GET_DEVICE_INFO) for pcmcia NICs was
> returning "eth0" as the name in bind_info_t.name[]. In current kernels
> it is returning the driver name, as supplied by the driver in its
> pci_driver.name field - "3c575_cb", for example. This breaks David's
> pcmcia tools.
>
> What's the fix?
request_region and request_mem_region need to be passed the interface
name returned from init_etherdev.
Search for recent lkml messages from David Hinds containing 'hack' in
the message body :)
> When I run 'cardctl suspend', the card is successfully shut down, but I
> simply can't find a way of bringing it back to life. Also, the driver's
> pci_driver.suspend and pci_driver.resume methods are never called.
Debugging welcome :)
Jeff
-- Jeff Garzik | Nothing cures insomnia like the Building 1024 | realization that it's time to get up. MandrakeSoft, Inc. | -- random fortune- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Apr 15 2000 - 21:00:15 EST