--- zzzz-none-000/linux-2.6.32.61/drivers/usb/storage/scsiglue.c 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/drivers/usb/storage/scsiglue.c 2011-07-20 07:23:51.000000000 +0000 @@ -541,7 +541,11 @@ .sg_tablesize = SG_ALL, /* limit the total size of a transfer to 120 KB */ - .max_sectors = 240, + #ifdef CONFIG_AMAZON_SE + .max_sectors = 64, + #else + .max_sectors = 256, + #endif /* merge commands... this seems to help performance, but * periodically someone should test to see which setting is more