Changeset 937

Show
Ignore:
Timestamp:
11/29/00 04:25:24 (8 years ago)
Author:
mds
Message:

(mds) add entry for Serverworks south bridge. 0x1166 / 0x0200.

Not completely sure this is the correct PCI ID though.
No driver yet (requires NDA).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/detect/sensors-detect

    r935 r937  
    353353       match => sub { $_[0] =~ /^NVIDIA display/ }, 
    354354     } ,  
     355     {  
     356       vendid => 0x1166, 
     357       devid  => 0x0200, 
     358       func => 0, 
     359       procid => "ServerWorks South Bridge", 
     360       match => sub { $_[0] =~ /^ServerWorks tobewritten/ }, 
     361     } ,  
    355362); 
    356363