Loading drivers/ide/ide-disk.c +1 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,7 @@ static inline int idedisk_supports_lba48(const struct hd_driveid *id) */ static const struct drive_list_entry hpa_list[] = { { "ST340823A", NULL }, { "ST320413A", NULL }, { NULL, NULL } }; Loading drivers/ide/ppc/pmac.c +0 −2 Original line number Diff line number Diff line Loading @@ -1802,9 +1802,7 @@ pmac_ide_dma_check(ide_drive_t *drive) { struct hd_driveid *id = drive->id; ide_hwif_t *hwif = HWIF(drive); pmac_ide_hwif_t* pmif = (pmac_ide_hwif_t *)hwif->hwif_data; int enable = 1; int map; drive->using_dma = 0; if (drive->media == ide_floppy) Loading Loading
drivers/ide/ide-disk.c +1 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,7 @@ static inline int idedisk_supports_lba48(const struct hd_driveid *id) */ static const struct drive_list_entry hpa_list[] = { { "ST340823A", NULL }, { "ST320413A", NULL }, { NULL, NULL } }; Loading
drivers/ide/ppc/pmac.c +0 −2 Original line number Diff line number Diff line Loading @@ -1802,9 +1802,7 @@ pmac_ide_dma_check(ide_drive_t *drive) { struct hd_driveid *id = drive->id; ide_hwif_t *hwif = HWIF(drive); pmac_ide_hwif_t* pmif = (pmac_ide_hwif_t *)hwif->hwif_data; int enable = 1; int map; drive->using_dma = 0; if (drive->media == ide_floppy) Loading