1. 09 Sep, 2008 2 commits
    • Johann Felix Soden's avatar
      PCI: Fix printk warnings in probe.c · 4ca8a772
      Johann Felix Soden authored
      The cleaned up resource code in probe.c introduced some warnings:
      drivers/pci/probe.c: In function 'pci_read_bridge_bases':
      drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'resource_size_t'
      drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'
      drivers/pci/probe.c:398: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'resource_size_t'
      drivers/pci/probe.c:398: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'
      drivers/pci/probe.c:434: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'
      drivers/pci/probe.c:434: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'resource_size_t'
      
      So fix them up.
      Signed-off-by: default avatarJohann Felix Soden <johfel@users.sourceforge.net>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      4ca8a772
    • David Woodhouse's avatar
      PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets · cbda1ba8
      David Woodhouse authored
      Some BIOSes (the Intel DG33BU, for example) wrongly claim to have DMAR
      when they don't. Avoid the resulting crashes when it doesn't work as
      expected.
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      Acked-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      cbda1ba8
  2. 26 Aug, 2008 29 commits
  3. 25 Aug, 2008 9 commits