2006-09-22 15:50:21

by Tom St Denis

[permalink] [raw]
Subject: [PATCH] sky2 network driver

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 <[email protected]>

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


2006-09-22 18:16:49

by Stephen Hemminger

[permalink] [raw]
Subject: Re: [PATCH] sky2 network driver

On Fri, 22 Sep 2006 11:50:19 -0400
"Tom St Denis" <[email protected]> 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 <[email protected]>
>
> --- 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 <[email protected]>