Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/14/2007 09:29:24
Module Name: src
Committed By: martin
Date: Sun Jan 14 09:29:24 UTC 2007
Modified Files:
src/sys/dev/scsipi: cd.c
Log Message:
The previous fix for PR 34202 was wrong (some sizeof used the union, not
the command block) - but instead of fixing this, we can now revert it
completley: the real fix has been applied to ../ic/wdc.c in rev. 1.244,
removing the alignement constraints.
To generate a diff of this commit:
cvs rdiff -r1.260 -r1.261 src/sys/dev/scsipi/cd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.