Re: [PATCH 1/2] NetXen: Fix NetXen driver initialization on system-P

2007-05-02 Thread Christoph Hellwig
> +#ifndef CONFIG_PPC > if (pdev->class != 0x02) { > printk(KERN_ERR"NetXen function %d, class %x will not" > "be enabled.\n",pci_func_id, pdev->class); > return -ENODEV; > } > +#endif This looks rather wrong. Why would yo

[PATCH 1/2] NetXen: Fix NetXen driver initialization on system-P

2007-05-02 Thread Mithlesh Thukral
NetXen: Fix for driver on System-p This patch will fix an initialization and ping issue on system-p. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_init.c |2 +-