]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: remove quirk for pre-production systems
authorBrandeburg, Jesse <jesse.brandeburg@intel.com>
Mon, 14 Feb 2011 17:05:02 +0000 (09:05 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 16 Feb 2011 19:45:46 +0000 (11:45 -0800)
commitb99af4b002e4908d1a5cdaf424529bdf1dc69768
treed3644a8c64d0a43b5b319a036c73a21c91546248
parent7c867c8899e873652ef98a890d2e647c092bec25
PCI: remove quirk for pre-production systems

Revert commit 7eb93b175d4de9438a4b0af3a94a112cb5266944
Author: Yu Zhao <yu.zhao@intel.com>
Date:   Fri Apr 3 15:18:11 2009 +0800

    PCI: SR-IOV quirk for Intel 82576 NIC

    If BIOS doesn't allocate resources for the SR-IOV BARs, zero the Flash
    BAR and program the SR-IOV BARs to use the old Flash Memory Space.

    Please refer to Intel 82576 Gigabit Ethernet Controller Datasheet
    section 7.9.2.14.2 for details.
    http://download.intel.com/design/network/datashts/82576_Datasheet.pdf

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This quirk was added before SR-IOV was in production and now all machines that
originally had this issue alreayd have bios updates to correct the issue. The
quirk itself is no longer needed and in fact causes bugs if run.  Remove it.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
CC: Yu Zhao <yu.zhao@intel.com>
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/quirks.c