diff options
Diffstat (limited to 'drivers/net/bnx2x_main.c')
-rw-r--r-- | drivers/net/bnx2x_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 00a78e8677b0..03e01243b45e 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c | |||
@@ -10979,9 +10979,9 @@ static int __devinit bnx2x_init_dev(struct pci_dev *pdev, | |||
10979 | goto err_out_release; | 10979 | goto err_out_release; |
10980 | } | 10980 | } |
10981 | 10981 | ||
10982 | if (pci_set_dma_mask(pdev, DMA_64BIT_MASK) == 0) { | 10982 | if (pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) == 0) { |
10983 | bp->flags |= USING_DAC_FLAG; | 10983 | bp->flags |= USING_DAC_FLAG; |
10984 | if (pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK) != 0) { | 10984 | if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)) != 0) { |
10985 | printk(KERN_ERR PFX "pci_set_consistent_dma_mask" | 10985 | printk(KERN_ERR PFX "pci_set_consistent_dma_mask" |
10986 | " failed, aborting\n"); | 10986 | " failed, aborting\n"); |
10987 | rc = -EIO; | 10987 | rc = -EIO; |