1. 19 9月, 2006 2 次提交
    • J
      [PATCH] ehea: bugfix for register access functions · 53ccce23
      Jan-Bernd Themann 提交于
      Hi Jeff,
      
      sorry to bother you again. We figured out that the readq function we
      included in the eHEA patch we sent yesterday to access eHEA registers
      is defined as little endian on POWER. This collides with our adapter.
      We talked to some PPC people who told us there is a discussion going
      on about new access functions. We were told to use __raw_readq /
      __raw_writeq for now.
      
      This patch fixes this bug found by our internal tests today.
      Please apply this small patch on the latest patch we sent you yesterday.
      If it is easier for you I can also give you the entire eHEA patch again.
      
      sorry and thanks a lot,
      Jan-Bernd
      Signed-off-by: NJan-Bernd Themann <themann@de.ibm.com>
      
       drivers/net/ehea/ehea.h    |    2 +-
       drivers/net/ehea/ehea_hw.h |   11 ++++++++---
       2 files changed, 9 insertions(+), 4 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      53ccce23
    • L
      [PATCH] e1000 disable device on PCI error · 72e8d6bb
      Linas Vepstas 提交于
      A recent patch in -mm3 titled
      "gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch" causes
      pci_enable_device() to be a no-op if the kernel thinks that the device is
      already enabled.  This change breaks the PCI error recovery mechanism in
      the e1000 device driver, since, after PCI slot reset, the card is no longer
      enabled.  This is a trivial fix for this problem.  Tested.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Cc: John Ronciak <john.ronciak@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Acked-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      72e8d6bb
  2. 17 9月, 2006 36 次提交
  3. 15 9月, 2006 2 次提交