mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
82801CA is undefined before kernel 2.4.13.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2803 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
#include "version.h"
|
||||
#include "sensors_compat.h"
|
||||
|
||||
/* 82801CA is undefined before kernel 2.4.13 */
|
||||
#ifndef PCI_DEVICE_ID_INTEL_82801CA_3
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_3 0x2483
|
||||
#endif
|
||||
|
||||
/* 82801DB is undefined before kernel 2.4.19 */
|
||||
#ifndef PCI_DEVICE_ID_INTEL_82801DB_3
|
||||
#define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c3
|
||||
|
Reference in New Issue
Block a user