Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/16/2003 09:13:31
Module Name:	src
Committed By:	dyoung
Date:		Thu Oct 16 09:13:31 UTC 2003

Modified Files:
	src/sys/dev/ic: ath.c athcompat.h

Log Message:
ath(4) failed to detect when the number of DMA segments exceeded
the number of descriptors, because of a disparity between the
bus_dmamap_load_mbuf implementation in FreeBSD and NetBSD. Now I
cover up the difference using ath_dmamap_load_mbuf.

Thanks Enami Tsugutomo for diagnosing this.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/ath.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/athcompat.h

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