NetBSD/sys/dev/ata
mrg 603098b9b5 implement separate read/write disk statistics:
- disk_unbusy() gets a new parameter to tell the IO direction.
	- struct disk_sysctl gets 4 new members for read/write bytes/transfers.
	when processing hw.diskstats, add the read&write bytes/transfers for
	the old combined stats to attempt to keep backwards compatibility.

unfortunately, due to multiple bugs, this will cause new kernels and old
vmstat/iostat/systat programs to fail.  however, the next time this is
change it will not fail again.

this is just the kernel portion.
2002-11-01 11:31:50 +00:00
..
Makefile Add ATA SMART reporting support from Ben Collver in kern/12787. 2002-08-05 23:29:27 +00:00
ata.c In wdc_exec_command(), for data commands, read the status register after 2002-04-09 21:17:53 +00:00
ata_wdc.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
atareg.h Add ATA SMART reporting support from Ben Collver in kern/12787. 2002-08-05 23:29:27 +00:00
atavar.h Add ATA SMART reporting support from Ben Collver in kern/12787. 2002-08-05 23:29:27 +00:00
files.ata
wd.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
wdvar.h More copyright fixes, pointed out by Thomas. Thanks ! 2002-04-23 20:41:13 +00:00