X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpatches%2Fsuse-2.6.27.31%2Fpatches.drivers%2Fbnx2x-Fixing-the-doorbell-size.patch;fp=src%2Fpatches%2Fsuse-2.6.27.31%2Fpatches.drivers%2Fbnx2x-Fixing-the-doorbell-size.patch;h=0000000000000000000000000000000000000000;hb=82094b555c18b9a08d04bcf2a0d5f2725d3aa7c6;hp=41e1d630a742ee7ea3c7a2e174c74d1c2a1bfa3b;hpb=179d4328d33ca888b5a65c35b7aa430a9c3b7a27;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/src/patches/suse-2.6.27.31/patches.drivers/bnx2x-Fixing-the-doorbell-size.patch b/src/patches/suse-2.6.27.31/patches.drivers/bnx2x-Fixing-the-doorbell-size.patch deleted file mode 100644 index 41e1d630a7..0000000000 --- a/src/patches/suse-2.6.27.31/patches.drivers/bnx2x-Fixing-the-doorbell-size.patch +++ /dev/null @@ -1,29 +0,0 @@ -From a5f67a04d998b0b6e4beb1de8f1247dd93ac1ff4 Mon Sep 17 00:00:00 2001 -From: Eilon Greenstein -Date: Wed, 14 Jan 2009 21:28:13 -0800 -Subject: bnx2x: Fixing the doorbell size -Acked-by: Karsten Keil -Reference: bnc#472500 - -The size of the doorbell is 4KB, this bug become visible when using -more than 8 queues - -Signed-off-by: Eilon Greenstein -Signed-off-by: David S. Miller ---- - drivers/net/bnx2x.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x.h -=================================================================== ---- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x.h -+++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x.h -@@ -739,7 +739,7 @@ struct bnx2x { - struct bnx2x_fastpath fp[MAX_CONTEXT]; - void __iomem *regview; - void __iomem *doorbells; --#define BNX2X_DB_SIZE (16*2048) -+#define BNX2X_DB_SIZE (16*BCM_PAGE_SIZE) - - struct net_device *dev; - struct pci_dev *pdev;