Changeset 5367 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 10/22/08 14:55:02 (5 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5359 r5367 2080 2080 { 2081 2081 name => "Intel AMB FB-DIMM thermal sensor", 2082 driver => " to-be-written",2082 driver => "i5k_amb", 2083 2083 detect => sub { intel_amb_detect(); }, 2084 2084 }, … … 5514 5514 5515 5515 # Returns: undef if not detected, (9) if detected. 5516 # the device 0xa620 should not be visible on host PCI bus, gateway5517 # must be used5518 5516 sub intel_amb_detect 5519 5517 { 5520 if ((exists $pci_list{'8086: a620'}) ||5521 (exists $pci_list{'8086:25f0'})) {5518 if ((exists $pci_list{'8086:25f0'}) || # Intel 5000 5519 (exists $pci_list{'8086:4030'})) { # Intel 5400 5522 5520 return 9; 5523 5521 }
