[PATCH] sky2: remove pci-express hacks
Eliminate special case tuning for PCI-Express. This code causes receive hangs and doesn't help performance much anyway. Signed-off-by: Stephen Hemminger <shemmnger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
committed by
Jeff Garzik
parent
65497dacd8
commit
af4ed7e6ba
@@ -631,6 +631,8 @@ enum {
|
||||
BMU_CLR_RESET = BMU_FIFO_RST | BMU_OP_OFF | BMU_RST_CLR,
|
||||
BMU_OPER_INIT = BMU_CLR_IRQ_PAR | BMU_CLR_IRQ_CHK | BMU_START |
|
||||
BMU_FIFO_ENA | BMU_OP_ON,
|
||||
|
||||
BMU_WM_DEFAULT = 0x600,
|
||||
};
|
||||
|
||||
/* Tx BMU Control / Status Registers (Yukon-2) */
|
||||
|
Reference in New Issue
Block a user