mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix ATA_DEBUG case breakage.
This commit is contained in:
parent
d086f85ac4
commit
0c4b980607
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ ata_command(struct ata_device *atadev, u_int8_t command,
|
|||
#ifdef ATA_DEBUG
|
||||
ata_prtdev(atadev, "ata_command: addr=%04lx, cmd=%02x, "
|
||||
"lba=%jd, count=%d, feature=%d, flags=%02x\n",
|
||||
rman_get_start(atadev->channel),
|
||||
rman_get_start(atadev->channel->r_io[ATA_DATA].res),
|
||||
command, (intmax_t)lba, count, feature, flags);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue