Re: [PATCH] better ali1563 integrated ethernet support

dean gaudet (dean-list-linux-kernel@arctic.org)
Mon, 12 May 2003 10:31:44 -0700 (PDT)


On Mon, 12 May 2003, Dave Jones wrote:

> > #if defined(__sparc__)
> > /* DM9102A needs 32-dword alignment/burst length on sparc - chip bug? */
> > - if (pdev->vendor == 0x1282 && pdev->device == 0x9102)
> > + if ((pdev->vendor == 0x1282 && pdev->device == 0x9102)
> > + || (pdev->vendor == 0x10b9 && pdev->device == 0x5261))
> > csr0 = (csr0 & ~0xff00) | 0xe000;
> > #endif
>
> Integrated ALi 1563 on a sparc ?

oh duh i didn't even look hard at that... i just went and made sure any
9102 bug tests were copied, in case the ali1563 was a bug-for-bug clone :)
1563 is a hypertransport device... so i doubt it'll show up on a sparc.
oops.

-dean
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/