Subject: PR/34202 CVS commit: src/sys/dev/scsipi
To: None <martin@NetBSD.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: netbsd-bugs
Date: 01/14/2007 09:30:02
The following reply was made to PR kern/34202; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34202 CVS commit: src/sys/dev/scsipi
Date: Sun, 14 Jan 2007 09:29:24 +0000 (UTC)

 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.