The patch titled sata_sil24: endian anotations has been added to the -mm tree. Its filename is sata_sil24-endian-anotations.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sata_sil24: endian anotations From: Alexey Dobriyan <adobriyan@xxxxxxxxx> With help from Tejun Heo. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/sata_sil24.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff -puN drivers/scsi/sata_sil24.c~sata_sil24-endian-anotations drivers/scsi/sata_sil24.c --- devel/drivers/scsi/sata_sil24.c~sata_sil24-endian-anotations 2006-06-06 01:18:09.000000000 -0700 +++ devel-akpm/drivers/scsi/sata_sil24.c 2006-06-06 01:18:09.000000000 -0700 @@ -37,9 +37,9 @@ * Port request block (PRB) 32 bytes */ struct sil24_prb { - u16 ctrl; - u16 prot; - u32 rx_cnt; + __le16 ctrl; + __le16 prot; + __le32 rx_cnt; u8 fis[6 * 4]; }; @@ -47,17 +47,17 @@ struct sil24_prb { * Scatter gather entry (SGE) 16 bytes */ struct sil24_sge { - u64 addr; - u32 cnt; - u32 flags; + __le64 addr; + __le32 cnt; + __le32 flags; }; /* * Port multiplier */ struct sil24_port_multiplier { - u32 diag; - u32 sactive; + __le32 diag; + __le32 sactive; }; enum { _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are git-acpi.patch remove-acpi_os_create_lock-acpi_os_delete_lock.patch git-block.patch eth1394-endian-fixes.patch sata_sil24-endian-anotations.patch sata_sil24-endian-annotations.patch git-mtd.patch git-netdev-all.patch git-net.patch nfs-really-return-status-from-decode_recall_args.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch emu10k1-mark-midi_spinlock-as-used.patch nbd-endian-annotations.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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