Changeset 730

Show
Ignore:
Timestamp:
02/07/00 03:33:52 (9 years ago)
Author:
mds
Message:

(mds) make PCI_DEVICE_ID names the same as in <linux/pci_ids.h>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/busses/i2c-i810.c

    r729 r730  
    3838 
    3939/* PCI defines */ 
    40 #ifndef PCI_DEVICE_ID_INTEL_82810 
    41 #define PCI_DEVICE_ID_INTEL_82810 0x7121 
     40#ifndef PCI_DEVICE_ID_INTEL_82810_IG1 
     41#define PCI_DEVICE_ID_INTEL_82810_IG1 0x7121 
    4242#endif 
    43 #ifndef PCI_DEVICE_ID_INTEL_82810_DC100 
    44 #define PCI_DEVICE_ID_INTEL_82810_DC100 0x7123 
     43#ifndef PCI_DEVICE_ID_INTEL_82810_IG3 
     44#define PCI_DEVICE_ID_INTEL_82810_IG3 0x7123 
    4545#endif 
    4646 
     
    224224        do { 
    225225                if ((dev = pci_find_device(PCI_VENDOR_ID_INTEL, 
    226                                            PCI_DEVICE_ID_INTEL_82810
     226                                           PCI_DEVICE_ID_INTEL_82810_IG1
    227227                                           dev))) { 
    228228                        if (!num) 
     
    235235        do { 
    236236                if ((dev = pci_find_device(PCI_VENDOR_ID_INTEL, 
    237                                            PCI_DEVICE_ID_INTEL_82810_DC100
     237                                           PCI_DEVICE_ID_INTEL_82810_IG3
    238238                                           dev))) { 
    239239                        if (!num)