From: "Tom St Denis" <tomstdenis@gmail.com>
To: "Daniel Drake" <dsd@gentoo.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: sky2 eth device with Gigabyte 965P-S3 motherboard
Date: Fri, 22 Sep 2006 09:38:47 -0400 [thread overview]
Message-ID: <bd0cb7950609220638r58e11076p3efa8e0bfd5b61ba@mail.gmail.com> (raw)
In-Reply-To: <bd0cb7950609220629i191683bq7b21fca3e04fafb1@mail.gmail.com>
On 9/22/06, Tom St Denis <tomstdenis@gmail.com> wrote:
> This won't be fixed as part of 2.6.18.x? Looking at the source for
> the latest gentoo-sources in the 2.6.17 stream I don't see ID 4364 in
> the source for sky2.c [sky2_id_table[]]. So why is it detected and
> working there but not in 2.6.18?
>
> I'll try adding the device to the table and see what happens.
Adding the line to the table works now. [yipee, I get proper SATA and
net now woot!]
May I request that someone insert that one line to drivers/net/sky2.c
before 2.6.19?
--- sky2.old 2006-09-22 21:34:36.000000000 +0000
+++ sky2.c 2006-09-22 21:28:03.000000000 +0000
@@ -121,6 +121,7 @@
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) },
{ 0 }
};
[yeah I know not a normal patch ... I'm also not a kernel developer...]
I'm still confused on how it works in 2.6.17 without the ID?
Thanks,
Tom
prev parent reply other threads:[~2006-09-22 13:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-20 13:35 Tom St Denis
2006-09-22 12:13 ` Daniel Drake
2006-09-22 13:29 ` Tom St Denis
2006-09-18 7:35 ` Daniel Drake
2006-09-22 16:29 ` Tom St Denis
2006-09-22 18:27 ` Daniel Drake
2006-09-22 13:38 ` Tom St Denis [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=bd0cb7950609220638r58e11076p3efa8e0bfd5b61ba@mail.gmail.com \
--to=tomstdenis@gmail.com \
--cc=dsd@gentoo.org \
--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
Powered by JetHome