Re: Use pci_set_consistent_dma_mask in ixgb driver

2006-04-01 Thread Jesse Brandeburg
On 3/28/06, Andreas Schwab <[EMAIL PROTECTED]> wrote: > The ixgb driver is using pci_alloc_consistent, thus is should also use > pci_set_consistent_dma_mask. This allows the driver to work on SGI > systems. I had noticed that e1000/ixgb both need this fix. Its on my todo list, but thanks for doi

Use pci_set_consistent_dma_mask in ixgb driver

2006-03-28 Thread Andreas Schwab
The ixgb driver is using pci_alloc_consistent, thus is should also use pci_set_consistent_dma_mask. This allows the driver to work on SGI systems. In case of an error during probing it should also disable the device again. Signed-off-by: Andreas Schwab <[EMAIL PROTECTED]> --- linux-2.6.16/drive