Changeset 950
- Timestamp:
- 12/15/00 18:30:20 (13 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
kernel/busses/i2c-osb4.c (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-osb4.c
r949 r950 37 37 #ifndef PCI_DEVICE_ID_SERVERWORKS_OSB4 38 38 #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 39 #endif 40 41 #ifndef PCI_VENDOR_ID_SERVERWORKS 42 #define PCI_VENDOR_ID_SERVERWORKS 0x01166 39 43 #endif 40 44 -
lm-sensors/trunk/prog/detect/sensors-detect
r937 r950 358 358 func => 0, 359 359 procid => "ServerWorks South Bridge", 360 match => sub { $_[0] =~ /^ServerWorks tobewritten/ }, 360 driver => "i2c-osb4", 361 match => sub { $_[0] =~ /^SMBus OSB4 adapter at / }, 361 362 } , 362 363 );
