From: YONETANI Tomokazu Date: Wed, 28 Apr 2010 15:57:04 +0000 (+0900) Subject: ips - The comment no longer applies as b_blkno has been yanked off years ago. X-Git-Tag: v2.7.3~18 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/14b7d5f9f9e543a5a3e4ba730402121a0e77f859 ips - The comment no longer applies as b_blkno has been yanked off years ago. --- diff --git a/sys/dev/raid/ips/ips_commands.c b/sys/dev/raid/ips/ips_commands.c index 9a1f9cd5ca..f9145ae0a1 100644 --- a/sys/dev/raid/ips/ips_commands.c +++ b/sys/dev/raid/ips/ips_commands.c @@ -156,10 +156,6 @@ ips_io_request_callback(void *cmdptr, bus_dma_segment_t *segments, int segnum, bus_dmamap_sync(command->data_dmatag, command->data_dmamap, BUS_DMASYNC_PREWRITE); } - /* - * the cast to long long below is necessary because our b_pblkno - * is 32bit wide whereas it's 64bit on FreeBSD-CURRENT. - */ PRINTF(10, "ips test: command id: %d segments: %d " "pblkno: %lld length: %d, ds_len: %d\n", command->id, segnum, bio->bio_offset / IPS_BLKSIZE,