Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932455AbWIVNiu (ORCPT ); Fri, 22 Sep 2006 09:38:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932456AbWIVNit (ORCPT ); Fri, 22 Sep 2006 09:38:49 -0400 Received: from wr-out-0506.google.com ([64.233.184.235]:6374 "EHLO wr-out-0506.google.com") by vger.kernel.org with ESMTP id S932455AbWIVNis (ORCPT ); Fri, 22 Sep 2006 09:38:48 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IcQtvY8nedaxMABDYO31ty4JRY87yPK64fdG29JL2cZrsn1auZfJp8B8QqEMI4iEBOgTyVVBUTG6st2dL/VUJurS/rxadpH9ExRTBeOyOF5d5hJEF/cCvX6zI4LNefsd+dwgiLpsiS7rtfx4bZGeNUx6zRr0hSn7cYOt+peXb4I= Message-ID: Date: Fri, 22 Sep 2006 09:38:47 -0400 From: "Tom St Denis" To: "Daniel Drake" Subject: Re: sky2 eth device with Gigabyte 965P-S3 motherboard Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4513D362.8030804@gentoo.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 35 On 9/22/06, Tom St Denis 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 - 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/