The patch titled pata_sis.c: add Packard Bell EasyNote K5305 to laptops has been removed from the -mm tree. Its filename was pata_sisc-add-packard-bell-easynote-k5305-to-laptops.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: pata_sis.c: add Packard Bell EasyNote K5305 to laptops From: Gabriel C <nix.or.die@xxxxxxxxxxxxxx> With newer kernels HDD in my old laptop is limited to UDMA 33. With this patch I get UDMA 100 again. Signed-off-by: Gabriel Craciunescu <nix.or.die@xxxxxxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Applied-to-secret-tree-by: Tejun Heo <htejun@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/pata_sis.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/ata/pata_sis.c~pata_sisc-add-packard-bell-easynote-k5305-to-laptops drivers/ata/pata_sis.c --- a/drivers/ata/pata_sis.c~pata_sisc-add-packard-bell-easynote-k5305-to-laptops +++ a/drivers/ata/pata_sis.c @@ -55,6 +55,7 @@ static const struct sis_laptop sis_lapto /* devid, subvendor, subdev */ { 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */ { 0x5513, 0x1734, 0x105F }, /* FSC Amilo A1630 */ + { 0x5513, 0x1071, 0x8640 }, /* EasyNote K5305 */ /* end marker */ { 0, } }; _ Patches currently in -mm which might be from nix.or.die@xxxxxxxxxxxxxx are git-kvm.patch git-libata-all.patch tlan-list-is-subscribers-only.patch git-scsi-misc.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