1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix ATA_DEBUG case breakage.

This commit is contained in:
Søren Schmidt 2003-03-30 09:27:59 +00:00
parent d086f85ac4
commit 0c4b980607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112847

View File

@ -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