1. 09 6月, 2007 1 次提交
    • L
      ACPI: disable _OSI(Linux) by default · 072971d7
      Len Brown 提交于
      In Linux-2.6.22 we expanded the boot parameter osi=
      so that it can enable and !enable an OSI string.
      
      _OSI(Linux) is a special case because we know that there
      are both systems that require it set, and systems
      require that it _not_ to be set.  In the long term it can't
      be set, for the same reason _OS(Linux) can't be enabled --
      it tends to confuse BIOS that are not properly
      validated with Linux.  Further, the semantics and version
      information of _OSI(Linux) were never actually defined.
      
      The kernel prints out a message if it sees _OSI(Linux)
      requested, and there is a DMI workaround to invoke
      "osi=Linux" automatically for existing systems that need it.
      
      http://bugzilla.kernel.org/show_bug.cgi?id=7787Signed-off-by: NLen Brown <len.brown@intel.com>
      072971d7
  2. 08 6月, 2007 6 次提交
  3. 06 6月, 2007 5 次提交
  4. 05 6月, 2007 4 次提交
    • S
      [VIDEO]: Fix section mismatch warning in promcon. · 353076fe
      Sam Ravnborg 提交于
      Fix the following warnings in promcon:
      WARNING: o-sparc64/drivers/video/console/built-in.o(.text+0x480): Section mismatch: reference to .init.data:promfont_unitable (between 'promcon_init_unimap' and 'promcon_init')
      WARNING: o-sparc64/drivers/video/console/built-in.o(.text+0x488): Section mismatch: reference to .init.data:promfont_unitable (between 'promcon_init_unimap' and 'promcon_init')
      WARNING: o-sparc64/drivers/video/console/built-in.o(.text+0x48c): Section mismatch: reference to .init.data:promfont_unicount (between 'promcon_init_unimap' and 'promcon_init')
      WARNING: o-sparc64/drivers/video/console/built-in.o(.text+0x490): Section mismatch: reference to .init.data:promfont_unicount (between 'promcon_init_unimap' and 'promcon_init')
      
      The warnings happens because the function: promcon_init_unimap()
      references promfont_unitable and promfont_unicount which are marked
      __initdata by the conmakehash command in the drivers/video/console/Makefile
      
      Fix the warning by removing the __initdata marker on the two variables.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      353076fe
    • D
      65d8bac3
    • T
      libata: always use polling SETXFER · 464cf177
      Tejun Heo 提交于
      Several people have reported LITE-ON LTR-48246S detection failed
      because SETXFER fails.  It seems the device raises IRQ too early after
      SETXFER.  This is controller independent.  The same problem has been
      reported for different controllers.
      
      So, now we have pata_via where the controller raises IRQ before it's
      ready after SETXFER and a device which does similar thing.  This patch
      makes libata always execute SETXFER via polling.  As this only happens
      during EH, performance impact is nil.  Setting ATA_TFLAG_POLLING is
      also moved from issue hot path to ata_dev_set_xfermode() - the only
      place where SETXFER can be issued.
      
      Note that ATA_TFLAG_POLLING applies only to drivers which implement
      SFF TF interface and use libata HSM.  More advanced controllers ignore
      the flag.  This doesn't matter for this fix as SFF TF controllers are
      the problematic ones.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      464cf177
    • D
      SPI dynamic busid generation bugfix · e44a45ae
      David Brownell 提交于
      Fix SPI dynamic bus ID assignment to start at 2^15-1 rather than a negative
      number.  Valid bus ids are supposed to be positive, and are (now) stored in
      an 's16' value.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e44a45ae
  5. 04 6月, 2007 8 次提交
  6. 03 6月, 2007 9 次提交
  7. 02 6月, 2007 4 次提交
  8. 01 6月, 2007 3 次提交