Re: [PATCH 1/2] NetXen: Firmware check modifications

2007-01-22 Thread Jeff Garzik
Amit S. Kale wrote: This patch is to make the driver work with multiple minor firmware versions Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> applied 1-2 to #upstream-fixes comments on patch #2 follow this email - To unsubscribe from this list: send the line "unsubscribe netdev" in the bo

[PATCH 1/2] NetXen: Firmware check modifications

2007-01-22 Thread Amit S. Kale
This will use pci_register_driver() instead of pci_module_init(). Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- netxen_nic.h |2 +- netxen_nic_main.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drive

[PATCH 1/2] NetXen: Firmware check modifications

2007-01-22 Thread Amit S. Kale
This patch is to make the driver work with multiple minor firmware versions Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> --- netxen_nic.h|7 +++ netxen_nic_hw.c |3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net