Re: [PATCH 2/2] staging: et131x: Fix 64bit tx dma address handling

2012-10-17 Thread Jeffrey Ladouceur
On Wed, Oct 17, 2012 at 5:15 PM, Mark Einon wrote: > The driver checks that the device can handle 64bit DMA addressing in > et131x_pci_setup(), but then assumes that the top dword of a tx dma > address is always zero when creating a dma mapping in nic_send_packet(). > Fix the mapping to use the

Re: [PATCH 2/2] staging: et131x: Fix 64bit tx dma address handling

2012-10-17 Thread Jeffrey Ladouceur
On Wed, Oct 17, 2012 at 5:15 PM, Mark Einon mark.ei...@gmail.com wrote: The driver checks that the device can handle 64bit DMA addressing in et131x_pci_setup(), but then assumes that the top dword of a tx dma address is always zero when creating a dma mapping in nic_send_packet(). Fix the