Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/23/1998 20:30:02
sommerfe
Thu Jul 23 20:29:29 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv2467

Modified Files:
	pckbc.c 
Log Message:
Deal with new pool code's changed API by rewriting this to not use pools.
Instead, use a manually maintained freelist in a second tailq.
Uses less data space, looks more symmetrical.