From: Dave Jones <davej@codemonkey.org.uk>
To: dean gaudet <dean-list-linux-kernel@arctic.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
jgarzik@pobox.net
Subject: Re: [PATCH] better ali1563 integrated ethernet support
Date: Mon, 12 May 2003 18:34:04 +0100 [thread overview]
Message-ID: <20030512173404.GA11936@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.53.0305121029330.21172@twinlark.arctic.org>
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
prev parent reply other threads:[~2003-05-12 17:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200305111914.h4BJES3g007061@hera.kernel.org>
2003-05-12 11:30 ` [PATCH] better ali1563 integrated ethernet support Dave Jones
2003-05-12 17:31 ` dean gaudet
2003-05-12 17:34 ` Dave Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030512173404.GA11936@suse.de \
--to=davej@codemonkey.org.uk \
--cc=dean-list-linux-kernel@arctic.org \
--cc=jgarzik@pobox.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox