Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/23/2002 15:55:28
Module Name:	syssrc
Committed By:	bouyer
Date:		Tue Apr 23 12:55:28 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: esiop.c siop.c siopvar_common.h
	syssrc/sys/dev/microcode/siop: esiop.ss siop.ss

Log Message:
Bump the space for SCSI messages from 8 to 16 octets, as 8 may not be
enouth for IDENTIFY + TAG + PPR.
Get rid of constants in C code by use of a offsetof macro.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/ic/esiop.c
cvs rdiff -r1.56 -r1.57 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/ic/siopvar_common.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/microcode/siop/esiop.ss
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/microcode/siop/siop.ss

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