> +#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
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 +-