Subversion Repositories freemyipod

Rev

Rev 437 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 437 Rev 488
Line 550... Line 550...
550
                for (cnt = 1; cnt < count; cnt++)
550
                for (cnt = 1; cnt < count; cnt++)
551
                    if (buf[0x200 + i + cnt] != phys + cnt)
551
                    if (buf[0x200 + i + cnt] != phys + cnt)
552
                        break;
552
                        break;
553
                ata_bbt_read_sectors(phys, cnt, ata_bbt[i << 6]);
553
                ata_bbt_read_sectors(phys, cnt, ata_bbt[i << 6]);
554
            }
554
            }
-
 
555
            reownalloc(ata_bbt, NULL);
555
        }
556
        }
556
        else ata_virtual_sectors = ata_total_sectors;
557
        else ata_virtual_sectors = ata_total_sectors;
557
        free(buf);
558
        free(buf);
558
    }
559
    }
559
    else ata_virtual_sectors = ata_total_sectors;
560
    else ata_virtual_sectors = ata_total_sectors;