diff options
author | Rudolf Marek <r.marek@sh.cvut.cz> | 2006-08-28 12:40:17 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-28 22:31:14 (GMT) |
commit | 29fa06c1292f473ae51a84f55c8fe22179bc1080 (patch) | |
tree | 81f21d0692217fb4829452ec6f37e71574208ad6 /include/linux/pci_ids.h | |
parent | b19367c6f438b3a7700aceca21a03396702069ce (diff) | |
download | linux-fsl-qoriq-29fa06c1292f473ae51a84f55c8fe22179bc1080.tar.xz |
hwmon: New driver k8temp
Add support for the temperature sensor(s) found in AMD K8 CPUs.
Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ab032ce..61db190 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -479,6 +479,7 @@ #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_DEVICE_ID_AMD_K8_NB 0x1100 +#define PCI_DEVICE_ID_AMD_K8_NB_MISC 0x1103 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 #define PCI_DEVICE_ID_AMD_SCSI 0x2020 |