1. 10 9月, 2008 2 次提交
    • J
      PCI: Fix printk warnings in probe.c · 4ca8a772
      Johann Felix Soden 提交于
      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: NJohann Felix Soden <johfel@users.sourceforge.net>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      4ca8a772
    • D
      PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets · cbda1ba8
      David Woodhouse 提交于
      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: NDavid Woodhouse <David.Woodhouse@intel.com>
      Acked-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      cbda1ba8
  2. 27 8月, 2008 7 次提交
  3. 26 8月, 2008 31 次提交
新手
引导
客服 返回
顶部