NetBSD/sys/arch/i386/isa
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
..
pcvt The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
clock.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
debug.h new RCS ID format. 1994-10-27 04:14:23 +00:00
fd.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
fdreg.h note that most of dev/ic's contents have changed names 1995-06-28 04:30:30 +00:00
icu.h Remove unused macros. 1996-01-07 02:03:20 +00:00
icu.s Deal with GCC's dead code elimination being suboptimal. 1996-01-07 03:59:28 +00:00
isa_machdep.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
isa_machdep.h use the machine-independent definitions for the mc146818. 1995-05-04 19:39:08 +00:00
kbdreg.h note that most of dev/ic's contents have changed names 1995-06-28 04:30:30 +00:00
lms.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
mms.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
npx.c Put #includes in the right order. 1996-01-07 02:00:31 +00:00
nvram.h Add definitions for NVRAM equipment byte. 1995-05-05 22:08:43 +00:00
pccons.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
pms.c The IST_* and IPL_* constants are not bus-specific; don't treat them as such. 1995-12-24 02:29:35 +00:00
spkr.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
spkrreg.h new RCS ID format. 1994-10-27 04:14:23 +00:00
timerreg.h new RCS ID format. 1994-10-27 04:14:23 +00:00
vector.s Stylistic changes. 1996-01-07 21:29:47 +00:00