From: Andreas Schwab Date: Tue, 28 Mar 2006 16:10:38 +0000 (+0200) Subject: [PATCH] Use pci_set_consistent_dma_mask in ixgb driver X-Git-Tag: v2.6.17-rc2~81^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91e468a48a2afd2a2b0c2e29a35d6b8c51ea682;p=pandora-kernel.git [PATCH] Use pci_set_consistent_dma_mask in ixgb driver 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed