NetBSD/sys/arch/arc
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
..
arc now that mem_no is emitted by config(8), there is no reason to keep 2002-10-26 13:50:17 +00:00
compile
conf now that mem_no is emitted by config(8), there is no reason to keep 2002-10-26 13:50:17 +00:00
dev add a missing opmskqfilter() prototype 2002-10-25 07:47:56 +00:00
dti Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
isa Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
jazz implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
pci Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
stand use ${INSTALL_FILE} as appropriate 2002-02-09 09:35:59 +00:00
Makefile
TODO Remove descriotion about homegrown sonic driver from TODO list 2001-08-28 15:17:47 +00:00