Changeset 4533
- Timestamp:
- 06/30/07 19:04:32 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r4529 r4533 590 590 { 591 591 vendid => 0x5333, 592 devid => 0x8A20,593 procid => "S3 Savage 3D",594 driver => "to-be-written",595 } ,596 {597 vendid => 0x5333,598 devid => 0x8A21,599 procid => "S3 Savage 3D MV",600 driver => "to-be-written",601 } ,602 {603 vendid => 0x5333,604 592 devid => 0x8A22, 605 593 procid => "S3 Savage 4", … … 618 606 devid => 0x8A25, 619 607 procid => "S3 ProSavage PM", 620 driver => "to-be-written", 608 driver => "i2c-prosavage", 609 match => qr/^ProSavage I2C bus at /, 621 610 } , 622 611 { 623 612 vendid => 0x5333, 624 devid => 0x8A26, 625 procid => "S3 ProSavage KM", 626 driver => "to-be-written", 627 } , 628 { 629 vendid => 0x5333, 630 devid => 0x8C10, 631 procid => "S3 Savage MX MV", 632 driver => "to-be-written", 633 } , 634 { 635 vendid => 0x5333, 636 devid => 0x8C11, 637 procid => "S3 Savage MX", 638 driver => "to-be-written", 639 } , 640 { 641 vendid => 0x5333, 642 devid => 0x8C12, 643 procid => "S3 Savage IX MV", 644 driver => "to-be-written", 645 } , 646 { 647 vendid => 0x5333, 648 devid => 0x8C13, 649 procid => "S3 Savage IX", 650 driver => "to-be-written", 613 devid => 0x8D04, 614 procid => "S3 ProSavage8", 615 driver => "i2c-prosavage", 616 match => qr/^ProSavage I2C bus at /, 651 617 } , 652 618 {
