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: 03/22/1998 22:40:02
mjacob
Sun Mar 22 22:31:54 PST 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv24630

Modified Files:
	dwlpxvar.h 
Log Message:
Prepare for handling multisized S/G maps. Specify dwlpx_iointr function.


mjacob
Sun Mar 22 22:32:39 PST 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv24655

Modified Files:
	pci_kn8ae.c 
Log Message:
Slightly restructure interrupt handling to accomodate the addition
of a dwlpx_iointr vector.


mjacob
Sun Mar 22 22:38:10 PST 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv24987

Modified Files:
	dwlpx.c 
Log Message:
Do a more complete job of figuring out what kind of DWLP? we have- figure
out how much s/g ram is available. Can't really use the 128K entry S/G
ram yet- but I'll fix that later. More importantly, add in a dwlpx_iointr
handler that will try and figure out what the DWLPX error is and at
least print out what is happening- I actually found it useful in S/G
entry debugging as it could tell me that I had some bad S/G entries.