Module Name: src Committed By: reinoud Date: Fri May 20 09:23:37 UTC 2011
Modified Files: src/sys/dev/scsipi: cd.c Log Message: Fix size reporting for DVD+R/DL and BluRay's; the value was trunced due to a 32 bit trunc due to a lacking type cast. The number of sectors for such media can be more than 1<<32-1. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/sys/dev/scsipi/cd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.