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

« back to all changes in this revision

Viewing changes to src/core/sysfs.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
#include <sys/types.h>
19
19
#include <sys/mount.h>
20
20
 
21
 
__ID("@(#) $Id: sysfs.cc 2433 2012-01-10 22:01:30Z lyonel $");
 
21
__ID("@(#) $Id: sysfs.cc 2040 2008-09-14 21:45:05Z lyonel $");
22
22
 
23
23
using namespace sysfs;
24
24