lkml.org 
[lkml]   [2003]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] better ali1563 integrated ethernet support
On Mon, May 12, 2003 at 10:31:44AM -0700, dean gaudet 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.

For completeness, we should probably remove the entry from the dmfe
pci_device_id table too.

Dave

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.029 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site