--- /usr/tmp/TmpDir.11636-0/linux/drivers/net/tg3.c_1.5 2003-11-05 13:15:57.000000000 -0600 +++ linux/drivers/net/tg3.c 2003-11-05 13:14:51.000000000 -0600 @@ -6568,6 +6568,10 @@ tw32(TG3PCI_DMA_RW_CTRL, tp->dma_rwctrl); ret = 0; +#if defined (CONFIG_IA64_GENERIC) || defined(CONFIG_IA64_SGI_SN2) + if (ia64_platform_is("sn2")) + goto out; +#endif if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5700 && GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5701) goto out;