Changeset 1795

Show
Ignore:
Timestamp:
06/18/03 07:26:38 (10 years ago)
Author:
mmh
Message:

Added a handful of blacklist PCI IDs.
(mmh) Fixed a trivial compiler warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-sis5595.c

    r1778 r1795  
    4141         630            0008            0630 
    4242         645            0008            0645 
     43         646            0008            0646 
     44         648            0008            0648 
     45         650            0008            0650 
     46         651            0008            0651 
    4347         730            0008            0730 
    4448         735            0008            0735 
     49         745            0008            0745 
     50         746            0008            0746 
    4551*/ 
    4652 
     
    7480                        PCI_DEVICE_ID_SI_5598, 
    7581                        0x645, 
     82                        0x646, 
     83                        0x648, 
     84                        0x650, 
     85                        0x651, 
    7686                        0x735, 
    77                           0 }; 
     87                        0x745, 
     88                        0x746, 
     89                        0 }; 
    7890 
    7991/* Length of ISA address segment */ 
     
    438450                sis5595_base + SMB_INDEX); 
    439451        i2c_add_adapter(&sis5595_adapter); 
     452 
     453        return 0; 
    440454} 
    441455