NetBSD/sys/dev/ofw
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
files.ofw
ofbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ofcons.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ofdisk.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
ofnet.c in ofnet_read(), interpret returns of either -2 or 0 from OF_read() as 2002-10-22 06:28:50 +00:00
ofrtc.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ofw_network_subr.c
ofw_pci.h
ofw_subr.c
openfirm.h add missing protos. 2002-10-05 17:01:51 +00:00
openfirmio.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
openfirmio.h