Date: Mon, 12 Jun 95 09:45:15 CDT From: imdave@ihats103.ih.att.com To: freebsd.org!freebsd-bugs@ig1.att.att.com Subject: iostat/scsi cdrom bug report Message-ID: <9506121445.AA02273@ihats103.ih.att.com>
next in thread | raw e-mail | index | archive | help
Running the april snap, I tried iostat. It showed the statistics for the WD? and SD? disks, but when I mounted a cdrom and did some cat's, no activity showed up. I took a quick look at the source for the SCSI cdrom driver, and it appears that the value of 'unit' being non-zero is used to control the statistics counting. However, since I only have one cdrom, the unit number is zero. I think the code uses a value of -1 to indicate "not present", so the check for updating the statistics needs to be changed. Dave Bodenstab AT&T ...att!ihats1!imdave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9506121445.AA02273>