1. 27 3月, 2008 1 次提交
  2. 23 3月, 2008 1 次提交
    • B
      ISAPNP: fix limits of logical device register set · 245073f0
      Bjorn Helgaas 提交于
      PNP_MAX_MEM and PNP_MAX_PORT are mainly used to size tables of PNP
      device resources.  In 2.6.24, we increased their values to accomodate
      ACPI devices that have many resources:
      
                       2.6.23    2.6.24
                       ------    ------
        PNP_MAX_MEM       4         12
        PNP_MAX_PORT      8         40
      
      However, ISAPNP also used these constants as the size of parts of the
      logical device register set.  This register set is fixed by hardware,
      so increasing the constants meant that we were reading and writing
      unintended parts of the register set.
      
      This patch changes ISAPNP to use the correct register set sizes (the
      same values we used prior to 2.6.24).
      Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      245073f0
  3. 13 3月, 2008 2 次提交
  4. 15 2月, 2008 1 次提交
  5. 14 2月, 2008 1 次提交
  6. 07 2月, 2008 5 次提交
  7. 30 1月, 2008 1 次提交
  8. 18 1月, 2008 1 次提交
  9. 13 1月, 2008 2 次提交
  10. 30 11月, 2007 2 次提交
  11. 20 11月, 2007 2 次提交
  12. 17 10月, 2007 10 次提交
  13. 16 10月, 2007 1 次提交
  14. 10 10月, 2007 1 次提交
    • J
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik 提交于
      Three main sets of changes:
      
      1) dmi_get_system_info() return value should have been marked const,
         since callers should not be changing that data.
      
      2) const-ify DMI internals, since DMI firmware tables should,
         whenever possible, be marked const to ensure we never ever write to
         that data area.
      
      3) const-ify DMI API, to enable marking tables const where possible
         in low-level drivers.
      
      And if we're really lucky, this might enable some additional
      optimizations on the part of the compiler.
      
      The bulk of the changes are #2 and #3, which are interrelated.  #1 could
      have been a separate patch, but it was so small compared to the others,
      it was easier to roll it into this changeset.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1855256c
  15. 12 9月, 2007 1 次提交
  16. 24 8月, 2007 6 次提交
  17. 30 7月, 2007 1 次提交
  18. 27 7月, 2007 1 次提交