~ubuntu-branches/ubuntu/trusty/lm-sensors/trusty

« back to all changes in this revision

Viewing changes to .pc/14-2-digits-kernel.patch/prog/detect/sensors-detect

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-21 08:53:20 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120221085320-3s1fld4o2yblp277
Tags: 1:3.3.1-2ubuntu1
* Merge from debian testing, remaining changes are:
  - Add 100_recommend_using_upstart.patch: Recommend use of upstart rather
    than init-script. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6579
6579
        print "\n";
6580
6580
 
6581
6581
        $superio_features = 0;
6582
 
        # Skip "random" I/O port probing on PPC
6583
 
        if ($kernel_arch ne 'ppc'
6584
 
         && $kernel_arch ne 'ppc64') {
 
6582
        # Skip "random" I/O port probing on non x86 machines
 
6583
        if ($kernel_arch =~ /i?86/
 
6584
         || $kernel_arch eq 'x86_64') {
6585
6585
                print "Some Super I/O chips contain embedded sensors. We have to write to\n".
6586
6586
                      "standard I/O ports to probe them. This is usually safe.\n";
6587
6587
                print "Do you want to scan for Super I/O sensors? (YES/no): ";