From f312e14b1b62c41514414e2c09136fb22b777622 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sat, 25 May 2013 21:30:29 +0400 Subject: [PATCH] add missing tg3 chip IDs, closes #2156 --- .../3.9.2/linux-996-macmini2012-ethernet.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/linux/patches/3.9.2/linux-996-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.9.2/linux-996-macmini2012-ethernet.patch b/packages/linux/patches/3.9.2/linux-996-macmini2012-ethernet.patch new file mode 100644 index 0000000000..298260ea69 --- /dev/null +++ b/packages/linux/patches/3.9.2/linux-996-macmini2012-ethernet.patch @@ -0,0 +1,11 @@ +--- linux-3.9.2/drivers/net/ethernet/broadcom/tg3.c 2013-05-11 18:19:28.000000000 +0400 ++++ linux-3.9.2/drivers/net/ethernet/broadcom/tg3.c 2013-05-25 20:55:00.282972605 +0400 +@@ -333,6 +333,8 @@ + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5720)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57762)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57766)}, ++ {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57782)}, ++ {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57786)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5762)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5725)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5727)},