Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/07/2004 22:23:45
Module Name:	src
Committed By:	thorpej
Date:		Tue Dec  7 22:23:45 UTC 2004

Modified Files:
	src/sys/arch/acorn32/podulebus: sbicvar.h
	src/sys/arch/amiga/dev: sbicvar.h siopvar.h
	src/sys/arch/macppc/dev: mesh.c
	src/sys/arch/mvme68k/dev: sbicvar.h
	src/sys/arch/newsmips/apbus: spifi.c
	src/sys/arch/sgimips/hpc: sbicvar.h
	src/sys/arch/x68k/dev: mhavar.h
	src/sys/dev/ic: aic6360var.h mb89352var.h ncr53c9xvar.h

Log Message:
Use "struct scsipi_command" in internal command structures so that
we have enough space for 16-byte CDBs.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/acorn32/podulebus/sbicvar.h
cvs rdiff -r1.21 -r1.22 src/sys/arch/amiga/dev/sbicvar.h
cvs rdiff -r1.23 -r1.24 src/sys/arch/amiga/dev/siopvar.h
cvs rdiff -r1.19 -r1.20 src/sys/arch/macppc/dev/mesh.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/mvme68k/dev/sbicvar.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/newsmips/apbus/spifi.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/hpc/sbicvar.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x68k/dev/mhavar.h
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/aic6360var.h
cvs rdiff -r1.8 -r1.9 src/sys/dev/ic/mb89352var.h
cvs rdiff -r1.44 -r1.45 src/sys/dev/ic/ncr53c9xvar.h

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