|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * k10temp.c - AMD Family 10h/11h/12h/14h processor hardware monitoring
|
|
|
+ * k10temp.c - AMD Family 10h/11h/12h/14h/15h processor hardware monitoring
|
|
|
*
|
|
|
* Copyright (c) 2009 Clemens Ladisch <clemens@ladisch.de>
|
|
|
*
|
|
@@ -25,7 +25,7 @@
|
|
|
#include <linux/pci.h>
|
|
|
#include <asm/processor.h>
|
|
|
|
|
|
-MODULE_DESCRIPTION("AMD Family 10h/11h/12h/14h CPU core temperature monitor");
|
|
|
+MODULE_DESCRIPTION("AMD Family 10h+ CPU core temperature monitor");
|
|
|
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
|
|
|
MODULE_LICENSE("GPL");
|
|
|
|
|
@@ -209,6 +209,7 @@ static const struct pci_device_id k10temp_id_table[] = {
|
|
|
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) },
|
|
|
{ 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) },
|
|
|
{}
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(pci, k10temp_id_table);
|