NetBSD/sys/arch/vax
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
..
bi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:02:08 +00:00
boot Remove the (today) unneccessary boot unit number conversions for rom-booted 2002-09-19 17:41:21 +00:00
compile
conf Add NEW_BUFQ_STRATEGY (disabled by default). 2002-10-18 15:11:08 +00:00
consolerl
floppy
if Add trailing ; to CFATTACH_DECL. 2002-10-02 16:02:08 +00:00
include eliminate PT_ENTRY_NULL in favor of plain old NULL. 2002-10-14 05:11:21 +00:00
mba implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
stand
uba merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
vax now that mem_no is emitted by config(8), there is no reason to keep 2002-10-26 13:50:17 +00:00
vsa merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
Makefile