From e90c4ad11d7fa156bb5eb61f96a8e224dd2b2d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 9 Jul 2010 09:59:30 -0400 Subject: [PATCH] support other Broadcom NetXtreme II BCM 5709 dual GbE variants --- kernel-2.6.spec | 2 ++ linux-2.6-017-bnx2.patch | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 linux-2.6-017-bnx2.patch diff --git a/kernel-2.6.spec b/kernel-2.6.spec index de3df9bf8..6f21b28cd 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -150,6 +150,7 @@ Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2 %endif Patch010: linux-2.6-010-e1000e-ich10lan.patch +Patch017: linux-2.6-017-bnx2.patch Patch100: linux-2.6-100-build-nonintconfig.patch @@ -355,6 +356,7 @@ KERNEL_PREVIOUS=vanilla %endif %ApplyPatch 10 +%ApplyPatch 17 %ApplyPatch 100 diff --git a/linux-2.6-017-bnx2.patch b/linux-2.6-017-bnx2.patch new file mode 100644 index 000000000..4cb4f13a2 --- /dev/null +++ b/linux-2.6-017-bnx2.patch @@ -0,0 +1,13 @@ +diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c +index ba91aee..56f2a33 100644 +--- a/drivers/net/bnx2.c ++++ b/drivers/net/bnx2.c +@@ -128,6 +128,8 @@ static DEFINE_PCI_DEVICE_TABLE(bnx2_pci_tbl) = { + PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5709S }, + { PCI_VENDOR_ID_BROADCOM, 0x163b, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5716 }, ++ { PCI_VENDOR_ID_BROADCOM, 0x163c, ++ PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5716S }, + { 0, } + }; + -- 2.47.0