mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sky2 network driver
@ 2006-09-22 15:50 Tom St Denis
  2006-09-22 18:16 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Tom St Denis @ 2006-09-22 15:50 UTC (permalink / raw)
  To: linux-kernel

This patch fixes the sky2 network driver for 965P-S3 Gigabyte
motherboards by adding the device ID required for this revision of the
chipset.

Signed-Off-by: Tom St Denis <tomstdenis@gmail.com>

--- linux-2.6.18/drivers/net/sky2.c	2006-09-20 03:42:06.000000000 +0000
+++ linux-2.6.18-tom/drivers/net/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 }
 };



Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sky2 network driver
  2006-09-22 15:50 [PATCH] sky2 network driver Tom St Denis
@ 2006-09-22 18:16 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2006-09-22 18:16 UTC (permalink / raw)
  To: linux-kernel

On Fri, 22 Sep 2006 11:50:19 -0400
"Tom St Denis" <tomstdenis@gmail.com> wrote:

> This patch fixes the sky2 network driver for 965P-S3 Gigabyte
> motherboards by adding the device ID required for this revision of the
> chipset.
> 
> Signed-Off-by: Tom St Denis <tomstdenis@gmail.com>
> 
> --- linux-2.6.18/drivers/net/sky2.c	2006-09-20 03:42:06.000000000 +0000
> +++ linux-2.6.18-tom/drivers/net/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 }
>  };

Already in upstream for 2.6.19 along with other id's

-- 
Stephen Hemminger <shemminger@osdl.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-22 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-22 15:50 [PATCH] sky2 network driver Tom St Denis
2006-09-22 18:16 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®