Re: [patch 11/21] 3c509: convert to isa_driver and pnp_driver
From: Jeff Garzik <hidden>
Date: 2008-03-29 02:15:32
From: Jeff Garzik <hidden>
Date: 2008-03-29 02:15:32
akpm@linux-foundation.org wrote:
From: Ondrej Zary <redacted> Convert 3c509 driver to isa_driver and pnp_driver. The result is that autoloading using udev and hibernation works with ISA PnP cards. It also adds hibernation support for non-PnP ISA cards. xcvr module parameter was removed as its value was not used. Tested using 3 ISA cards in various combinations of PnP and non-PnP modes. EISA and MCA only compile-tested. Signed-off-by: Ondrej Zary <redacted> Cc: Jeff Garzik <redacted> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/net/3c509.c | 729 +++++++++++++++++++++--------------------- 1 file changed, 372 insertions(+), 357 deletions(-)
applied 11-19