NetBSD/sys/arch/pc532
thorpej 5b39541e48 New generic disk framework. Highlights:
- New metrics handling.  Metrics are now kept in the new
	  `struct disk'.  Busy time is now stored as a timeval, and
	  transfer count in bytes.

	- Storage for disklabels is now dynamically allocated, so that
	  the size of the disk structure is not machine-dependent.

	- Several new functions for attaching and detaching disks, and
	  handling metrics calculation.

Old-style instrumentation is still supported in drivers that did it before.
However, old-style instrumentation is being deprecated, and will go away
once the userland utilities are updated for the new framework.

For usage and architectural details, see the forthcoming disk(9) manual
page.
1996-01-07 22:01:38 +00:00
..
compile new RCS ID format. 1994-10-26 08:23:50 +00:00
conf merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
dev New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
include Make the type of __builtin_va_list a long. 1995-12-26 01:16:24 +00:00
pc532 Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 and 1996-01-04 22:21:33 +00:00
stand merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
Makefile new RCS ID format. 1994-10-26 08:23:50 +00:00
To.Do Update the To.Do list. 1995-12-07 07:55:11 +00:00