diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2003-12-16 19:41:38 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2003-12-16 19:41:38 +0000 |
| commit | 14d7f69797814aaf50a4be2f0d2bf5d411b3c673 (patch) | |
| tree | cdb5df79f5057d448aff3cfca3204773a3bfa389 /sys/dev | |
| parent | c78ee30919a5fb3012d38ce03e4ba8653dcff9df (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-queue.c b/sys/dev/ata/ata-queue.c index 62b9cfc06db2..6fd30fcdd587 100644 --- a/sys/dev/ata/ata-queue.c +++ b/sys/dev/ata/ata-queue.c @@ -252,7 +252,7 @@ ata_completed(void *context, int pending) printf(" dma=0x%02x", request->dmastat); if (!(request->flags & ATA_R_ATAPI) && !(request->flags & ATA_R_CONTROL)) - printf(" LBA=%lld", request->u.ata.lba); + printf(" LBA=%llu", (unsigned long long)request->u.ata.lba); printf("\n"); } |
