git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f2f10
)
[PATCH] Use pci_set_consistent_dma_mask in ixgb driver
author
Andreas Schwab
<schwab@suse.de>
Tue, 28 Mar 2006 16:10:38 +0000
(18:10 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 12 Apr 2006 22:11:23 +0000
(18:11 -0400)
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 <schwab@suse.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found