Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/22/2000 22:47:33
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Mar 23 06:47:33 UTC 2000

Modified Files:
	syssrc/sys/arch/x68k/dev: com.c fd.c ite.c mha.c ms.c opmbell.c par.c
	syssrc/sys/arch/x68k/x68k: machdep.c

Log Message:
New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/x68k/dev/com.c
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/x68k/dev/fd.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/x68k/dev/ite.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/x68k/dev/mha.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/x68k/dev/ms.c \
    syssrc/sys/arch/x68k/dev/par.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/x68k/dev/opmbell.c
cvs rdiff -r1.77 -r1.78 syssrc/sys/arch/x68k/x68k/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.