NetBSD/sys/arch/atari
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
..
atari New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
compile NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00
conf Add an nvram-driver. This driver makes it possible to read/write the 1996-01-06 20:10:41 +00:00
dev New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
include Allow selection of Falcon (videl) video modes other than the mode selected 1996-01-02 20:59:20 +00:00
stand Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari 1996-01-07 21:54:15 +00:00
Makefile NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00