Revision: 7629
http://sourceforge.net/p/astlinux/code/7629
Author: abelbeck
Date: 2016-04-03 19:02:57 +0000 (Sun, 03 Apr 2016)
Log Message:
-----------
kernel-patch, k10temp: add family 16h model 30h pci id, used by AMD GX-412TC in PC Engines APU2
Added Paths:
-----------
branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch
Added: branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch
===================================================================
--- branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch (rev 0)
+++ branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch 2016-04-03 19:02:57 UTC (rev 7629)
@@ -0,0 +1,20 @@
+--- linux-custom/drivers/hwmon/k10temp.c.orig 2016-04-03 13:39:41.000000000 -0500
++++ linux-custom/drivers/hwmon/k10temp.c 2016-04-03 13:43:56.000000000 -0500
+@@ -210,6 +210,7 @@
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) },
++ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F3) },
+ {}
+ };
+ MODULE_DEVICE_TABLE(pci, k10temp_id_table);
+--- linux-custom/include/linux/pci_ids.h.orig 2016-04-03 13:32:26.000000000 -0500
++++ linux-custom/include/linux/pci_ids.h 2016-04-03 13:38:49.000000000 -0500
+@@ -523,6 +523,7 @@
+ #define PCI_DEVICE_ID_AMD_15H_NB_F3 0x1603
+ #define PCI_DEVICE_ID_AMD_15H_NB_F4 0x1604
+ #define PCI_DEVICE_ID_AMD_15H_NB_F5 0x1605
++#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F3 0x1583
+ #define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703
+ #define PCI_DEVICE_ID_AMD_LANCE 0x2000
+ #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|