Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/04/1997 06:20:04
thorpej
Mon Nov  3 22:16:18 PST 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv24921

Modified Files:
	wds.c 
Log Message:
Implement a simple queueing mechanism that makes these drivers much
more robust in resource shortage situations, basically identical to
code I added to the "ahc" driver some time ago.

Thanks to Brad Spencer for the testing help.


thorpej
Mon Nov  3 22:17:12 PST 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv25014

Modified Files:
      Tag: netbsd-1-3
	wds.c 
Log Message:
Pull up from trunk: add a queueing mechanism to make this much more
robust in resource shortage conditions.