Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/14/2007 09:18:39
Module Name: src
Committed By: martin
Date: Sun Jan 14 09:18:39 UTC 2007
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
If __NO_STRICT_ALIGNMENT is not defined, take special care to do PIO
transfers with proper alignement - this removes alignement restrictions
of the buffer pointer passed.
Thanks to bouyer, reinoud, jdc for helping with the code, and special
thanks to Dave Huang for testing.
To generate a diff of this commit:
cvs rdiff -r1.243 -r1.244 src/sys/dev/ic/wdc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.