lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071128154728.109664a2@bull.net>
Date:	Wed, 28 Nov 2007 15:47:28 +0100
From:	Sébastien Dugué <sebastien.dugue@...l.net>
To:	Andrew Morton <akpm@...l.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	<ebiederm@...ssion.com>, Michael Chan <mchan@...adcom.com>,
	Jean Pierre Dion <jean-pierre.dion@...l.net>
Subject: [PATCH -mm] remove HT1000 from the quirk_msi_ht_cap quirk


  Andrew, due to mailer problems, I'm not sure you received my previous mail
titled: "[PATCH] V2 -  quirk: Enable MSI Mapping on HT1000" if you did,
then forget it and use this one instead. Or if you already merged V2 then
drop this one.

Sorry for the inconvenience.

  Sebastien.


From: Sebastien Dugue <sebastien.dugue@...l.net>

  Now that the HyperTransport MSI mapping capability is enabled for Broadcom's
HT1000 bridge, the quirk_msi_ht_cap quirk is no longer necessary.

Signed-off-by: Sebastien Dugue <sebastien.dugue@...l.net>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: "Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Michael Chan <mchan@...adcom.com>


---
 drivers/pci/quirks.c |    4 ----
 1 file changed, 4 deletions(-)

Index: linux-2.6.24-rc3-mm2/drivers/pci/quirks.c
===================================================================
--- linux-2.6.24-rc3-mm2.orig/drivers/pci/quirks.c
+++ linux-2.6.24-rc3-mm2/drivers/pci/quirks.c
@@ -1711,10 +1711,6 @@ static void __devinit quirk_msi_ht_cap(s
 }
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE,
 			quirk_msi_ht_cap);
-DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS,
-			PCI_DEVICE_ID_SERVERWORKS_HT1000_PXB,
-			quirk_msi_ht_cap);
-
 
 /*
  *  Force enable MSI mapping capability on HT bridges
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ