Show
Ignore:
Timestamp:
12/19/07 14:29:35 (1 year ago)
Author:
khali
Message:

Add support for the 82801AA (ICH).

Files:

Legend:

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

    r4943 r5083  
    1111# Supports the following Intel ICH chipsets: 
    1212#              PCI ID 
     13#   ICH       8086:2410 
    1314#   ICH2      8086:2440 
    1415#   ICH2-M    8086:244C 
     
    3435fi 
    3536 
    36 intel=`lspci -n -s $device.0 | grep -i '8086:24[48CD][0C]'` 
     37intel=`lspci -n -s $device.0 | grep -i '8086:24[148CD][0C]'` 
    3738if [ -z "$intel" ] ; then 
    3839        echo "Not for your chipset - Intel (ICH) only" 
    39         echo "Supported: ICH2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5" 
     40        echo "Supported: ICH, ICH2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5" 
    4041        exit 255; 
    4142fi