diff options
author | Rudolf Marek <r.marek@sh.cvut.cz> | 2007-01-28 01:02:32 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-01-30 21:23:01 +0100 |
commit | f69c6c18f688ef789beff30a8de809491c7609dd (patch) | |
tree | af95c6ef9f5b77de9fc0b30ecb7232e5ed90d0ce /include | |
parent | f6013cc7f40d9b191a6b879a1941871b54552a81 (diff) |
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: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-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 f2af1a67fcb..fece8778619 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -471,6 +471,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 |