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

« back to all changes in this revision

Viewing changes to src/core/fb.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:
15
15
#include <string.h>
16
16
#include <errno.h>
17
17
 
18
 
__ID("@(#) $Id: fb.cc 2433 2012-01-10 22:01:30Z lyonel $");
 
18
__ID("@(#) $Id: fb.cc 2038 2008-09-05 19:53:35Z lyonel $");
19
19
 
20
20
#define FB_MODES_SHIFT  5                         /* 32 modes per framebuffer */
21
21
#define FB_NUM_MINORS 256                         /* 256 Minors               */