Changeset 937
- Timestamp:
- 11/29/00 04:25:24 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r935 r937 353 353 match => sub { $_[0] =~ /^NVIDIA display/ }, 354 354 } , 355 { 356 vendid => 0x1166, 357 devid => 0x0200, 358 func => 0, 359 procid => "ServerWorks South Bridge", 360 match => sub { $_[0] =~ /^ServerWorks tobewritten/ }, 361 } , 355 362 ); 356 363
