Jon Mason <[EMAIL PROTECTED]> : [...] > diff -r c698c94ff82e drivers/net/dl2k.c > --- a/drivers/net/dl2k.c Thu Mar 9 15:03:49 2006 > +++ b/drivers/net/dl2k.c Fri Mar 10 08:48:50 2006 [...] > @@ -765,7 +765,7 @@ > break; > skb = np->tx_skbuff[entry]; > pci_unmap_single (np->pdev, > - np->tx_ring[entry].fraginfo, > + np->tx_ring[entry].fraginfo & 0xffffffffffff,
It probably deserves a DMA_48BIT_MASK in include/linux/dma-mapping.h. -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html