aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/t3_hw.c
diff options
context:
space:
mode:
authorDivy Le Ray <divy@chelsio.com>2007-01-30 22:44:01 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-05 16:58:50 -0500
commitb5a44bcbf53f1af1f24e7fe0e5008eca85659220 (patch)
treebee85b93680a47add9aae2917ed2de377a0c44bb /drivers/net/cxgb3/t3_hw.c
parent6195c71d652d337521ec8431c0923a85d6aaaf71 (diff)
cxgb3 - bogus status error string
Remove a status error string from the pci-x context and add it where it belongs - the pci-e context. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/t3_hw.c')
-rw-r--r--drivers/net/cxgb3/t3_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c
index 4545acb3a2d..22154003fea 100644
--- a/drivers/net/cxgb3/t3_hw.c
+++ b/drivers/net/cxgb3/t3_hw.c
@@ -1181,7 +1181,6 @@ static int t3_handle_intr_status(struct adapter *adapter, unsigned int reg,
1181static void pci_intr_handler(struct adapter *adapter) 1181static void pci_intr_handler(struct adapter *adapter)
1182{ 1182{
1183 static const struct intr_info pcix1_intr_info[] = { 1183 static const struct intr_info pcix1_intr_info[] = {
1184 { F_PEXERR, "PCI PEX error", -1, 1 },
1185 {F_MSTDETPARERR, "PCI master detected parity error", -1, 1}, 1184 {F_MSTDETPARERR, "PCI master detected parity error", -1, 1},
1186 {F_SIGTARABT, "PCI signaled target abort", -1, 1}, 1185 {F_SIGTARABT, "PCI signaled target abort", -1, 1},
1187 {F_RCVTARABT, "PCI received target abort", -1, 1}, 1186 {F_RCVTARABT, "PCI received target abort", -1, 1},
@@ -1218,6 +1217,7 @@ static void pci_intr_handler(struct adapter *adapter)
1218static void pcie_intr_handler(struct adapter *adapter) 1217static void pcie_intr_handler(struct adapter *adapter)
1219{ 1218{
1220 static const struct intr_info pcie_intr_info[] = { 1219 static const struct intr_info pcie_intr_info[] = {
1220 {F_PEXERR, "PCI PEX error", -1, 1},
1221 {F_UNXSPLCPLERRR, 1221 {F_UNXSPLCPLERRR,
1222 "PCI unexpected split completion DMA read error", -1, 1}, 1222 "PCI unexpected split completion DMA read error", -1, 1},
1223 {F_UNXSPLCPLERRC, 1223 {F_UNXSPLCPLERRC,