NetBSD/sys/arch/amiga/amiga
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
..
DOC new RCS ID format. 1994-10-26 02:01:24 +00:00
Locore.c Add splsoftnet(). 1995-08-13 00:03:11 +00:00
adosglue.h support for muFS. 1994-12-28 09:27:45 +00:00
amiga_init.c merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
autoconf.c first attempt at A4000T support, remove GRF_AGA's dependence on GRF_ECS. 1995-10-05 12:40:48 +00:00
cc.c new RCS ID format. 1994-10-26 02:01:24 +00:00
cc.h new RCS ID format. 1994-10-26 02:01:24 +00:00
cc_registers.h new RCS ID format. 1994-10-26 02:01:24 +00:00
cfdev.h cleanup SG4_, fix magnum interrupts, gvp hack for ziii, new gvp configs, 4066 1995-04-02 20:38:09 +00:00
cia.c fixup some copyrights 1995-02-12 19:34:15 +00:00
cia.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
color.h fixup some copyrights 1995-02-12 19:34:15 +00:00
conf.c changes for msc device 1995-09-30 01:52:37 +00:00
custom.h KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
db_memrw.c ddb support 1995-02-13 00:27:37 +00:00
device.h new RCS ID format. 1994-10-26 02:01:24 +00:00
disksubr.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
dkbad.c new RCS ID format. 1994-10-26 02:01:24 +00:00
genassym.c SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-08-18 15:27:29 +00:00
isr.h add prototypes for isr stuff fixes pr# 1284 and 1569 1995-10-09 15:19:58 +00:00
kdassert.h terminate comment fixes pr#969 1995-04-17 11:50:36 +00:00
locore.s Move bcopy/ovbcopy/memcpy into m68/m68k/copy.s, which is used by all 1995-12-11 02:37:55 +00:00
machdep.c Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 and 1996-01-04 22:21:33 +00:00
mem.c update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-10-09 02:41:28 +00:00
memlist.h new RCS ID format. 1994-10-26 02:01:24 +00:00
pmap.c merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
swapgeneric.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
sys_machdep.c merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
trap.c merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
vectors.s new RCS ID format. 1994-10-26 02:01:24 +00:00
vm_machdep.c cpu_fork() now returns void. 1995-12-09 04:37:23 +00:00