Fix a bug preventing burncd(8) from dispaying the progress of CD-RW (maybe
authorMatthias Schmidt <matthias@dragonflybsd.org>
Fri, 18 Jan 2008 13:53:46 +0000 (13:53 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Fri, 18 Jan 2008 13:53:46 +0000 (13:53 +0000)
commit59e92b8c9eac0842d05c23a8eb62b40220b76535
treef736e9862855215414a5a49c0548e4208355b80f
parent6a37e7e4b492073cdb3c293d5a142462d05342eb
Fix a bug preventing burncd(8) from dispaying the progress of CD-RW (maybe
more operations) blanking/erasing.  Originally from FreeBSD.

Before:
# burncd -f /dev/acd0 erase
erasing CD (stalls here and you can't see any progress)

After:
# burncd -f /dev/acd0 erase
erasing CD - xx % done
sys/dev/disk/nata/atapi-cd.c