diff options
Diffstat (limited to 'drivers/ide/ide-taskfile.c')
-rw-r--r-- | drivers/ide/ide-taskfile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c index 2d63ea9ee61b..063e0eb6c9e4 100644 --- a/drivers/ide/ide-taskfile.c +++ b/drivers/ide/ide-taskfile.c | |||
@@ -77,6 +77,10 @@ void ide_tf_load(ide_drive_t *drive, ide_task_t *task) | |||
77 | "lbam 0x%02x lbah 0x%02x dev 0x%02x cmd 0x%02x\n", | 77 | "lbam 0x%02x lbah 0x%02x dev 0x%02x cmd 0x%02x\n", |
78 | drive->name, tf->feature, tf->nsect, tf->lbal, | 78 | drive->name, tf->feature, tf->nsect, tf->lbal, |
79 | tf->lbam, tf->lbah, tf->device, tf->command); | 79 | tf->lbam, tf->lbah, tf->device, tf->command); |
80 | printk("%s: hob: nsect 0x%02x lbal 0x%02x " | ||
81 | "lbam 0x%02x lbah 0x%02x\n", | ||
82 | drive->name, tf->hob_nsect, tf->hob_lbal, | ||
83 | tf->hob_lbam, tf->hob_lbah); | ||
80 | #endif | 84 | #endif |
81 | 85 | ||
82 | if (IDE_CONTROL_REG) | 86 | if (IDE_CONTROL_REG) |