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:40:03
thorpej
Mon Nov  3 22:31:17 PST 1997
Update of /cvsroot/src/sys/dev/eisa
In directory netbsd1:/var/slash-tmp/cvs-serv26706

Modified Files:
	ahb.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:31:53 PST 1997
Update of /cvsroot/src/sys/dev/eisa
In directory netbsd1:/var/slash-tmp/cvs-serv26809

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