Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 05/15/2001 09:52:31
Module Name:	syssrc
Committed By:	jmc
Date:		Tue May 15 06:52:31 UTC 2001

Modified Files:
	syssrc/sys/dev/ieee1394: fwohci.c fwohcivar.h ieee1394var.h

Log Message:
Various small changes.
Clean up one bug in a DPRINTF in arrs_input which could panic on some packets.
Gut the ack/response functionality and clean it up so all packets get checked
correctly and the abuf struct isn't used once the ab_cb has happened (there
still could be ack packets waiting to be processed at that time).
Finally, add some documentation explaining read/write/inreg and their
purpose/argument calling.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/ieee1394/fwohci.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ieee1394/fwohcivar.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ieee1394/ieee1394var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.