Subject: Re: CVS commit: src/sys/dev/ic
To: None <martin@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 01/14/2007 18:36:45
martin@NetBSD.org wrote:

> 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.

Does this also close kern/19269?
---
Izumi Tsutsui