~ubuntu-branches/ubuntu/wily/lshw/wily

« back to all changes in this revision

Viewing changes to src/core/options.cc

  • Committer: Package Import Robot
  • Author(s): dann frazier
  • Date: 2014-10-27 13:22:38 UTC
  • mfrom: (1.1.11) (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20141027132238-vv97eoy8oag7tnpr
Tags: 02.17-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
   - Disable /dev/mem access for SMBIOS on aarch64 systems
   - Fix endianness issues with device-tree
   - Add DDR3 support for systems described by device-tree
* Support multiple NICs sharing the same PCI function (LP: #1379591)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
using namespace std;
20
20
 
21
 
__ID("@(#) $Id: options.cc 2433 2012-01-10 22:01:30Z lyonel $");
 
21
__ID("@(#) $Id: options.cc 2327 2010-10-04 22:13:22Z lyonel $");
22
22
 
23
23
static set < string > disabled_tests;
24
24
static set < string > visible_classes;