The NetBSD Project

CVS log for src/sys/arch/pc532/dev/Attic/lpt.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / pc532 / dev

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-1-5-base


Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 23 06:42:33 2000 UTC (24 years ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.30: +17 -6 lines
Diff to previous 1.30 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>