Subversion Repositories freemyipod

Rev

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

Rev 430 Rev 437
Line 554... Line 554...
554
            }
554
            }
555
        }
555
        }
556
        else ata_virtual_sectors = ata_total_sectors;
556
        else ata_virtual_sectors = ata_total_sectors;
557
        free(buf);
557
        free(buf);
558
    }
558
    }
-
 
559
    else ata_virtual_sectors = ata_total_sectors;
559
    mutex_unlock(&ata_mutex);
560
    mutex_unlock(&ata_mutex);
560
#endif
561
#endif
561
    thread_create(&ata_thread_handle, "ATA idle monitor", ata_thread, ata_stack,
562
    thread_create(&ata_thread_handle, "ATA idle monitor", ata_thread, ata_stack,
562
                  sizeof(ata_stack), USER_THREAD, 1, true);
563
                  sizeof(ata_stack), USER_THREAD, 1, true);
563
    return 0;
564
    return 0;