The patch titled fix tiacx on alpha has been removed from the -mm tree. Its filename is fix-tiacx-on-alpha.patch This patch was dropped because it was folded into acx1xx-wireless-driver.patch ------------------------------------------------------ Subject: fix tiacx on alpha From: Denis Vlasenko <vda@xxxxxxxxxxxxx> Signed-off-by: Denis Vlasenko <vda@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/tiacx/pci.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff -puN drivers/net/wireless/tiacx/pci.c~fix-tiacx-on-alpha drivers/net/wireless/tiacx/pci.c --- 25/drivers/net/wireless/tiacx/pci.c~fix-tiacx-on-alpha Tue Jun 27 15:23:12 2006 +++ 25-akpm/drivers/net/wireless/tiacx/pci.c Tue Jun 27 15:23:12 2006 @@ -50,6 +50,7 @@ #include <linux/pci.h> #include <linux/pm.h> #include <linux/vmalloc.h> +#include <asm/dma-mapping.h> #include "acx.h" @@ -3962,12 +3963,16 @@ acxpci_s_proc_diag_output(char *p, acx_d "rxdesc_start %p\n" "rxhostdesc_start %p, rxhostdesc_area_size %u, rxhostdesc_startphy %08llx\n" "rxbuf_start %p, rxbuf_area_size %u, rxbuf_startphy %08llx\n", - adev->txbuf_start, adev->txbuf_area_size, (u64)adev->txbuf_startphy, + adev->txbuf_start, adev->txbuf_area_size, + (unsigned long long)adev->txbuf_startphy, adev->txdesc_size, adev->txdesc_start, - adev->txhostdesc_start, adev->txhostdesc_area_size, (u64)adev->txhostdesc_startphy, + adev->txhostdesc_start, adev->txhostdesc_area_size, + (unsigned long long)adev->txhostdesc_startphy, adev->rxdesc_start, - adev->rxhostdesc_start, adev->rxhostdesc_area_size, (u64)adev->rxhostdesc_startphy, - adev->rxbuf_start, adev->rxbuf_area_size, (u64)adev->rxbuf_startphy); + adev->rxhostdesc_start, adev->rxhostdesc_area_size, + (unsigned long long)adev->rxhostdesc_startphy, + adev->rxbuf_start, adev->rxbuf_area_size, + (unsigned long long)adev->rxbuf_startphy); FN_EXIT0; return p; _ Patches currently in -mm which might be from vda@xxxxxxxxxxxxx are acx1xx-wireless-driver.patch fix-tiacx-on-alpha.patch tiacx-fix-attribute-packed-warnings.patch tiacx-fix-attribute-packed-warnings-fix.patch tiacx-pci-build-fix.patch tiacx-ia64-fix.patch tiacx-sparse-cleanups.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html