Subject: CVS commit: [netbsd-2] src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/02/2005 21:58:56
Module Name:	src
Committed By:	he
Date:		Sat Apr  2 21:58:56 UTC 2005

Modified Files:
	src/sys/dev/isa [netbsd-2]: wdsreg.h

Log Message:
Pull up revision 1.6 (requested by thorpej in ticket #1022):
  Don't use "struct scsi_generic" in a hardware-defined structure.
  Instead, use an array of 12 bytes.  Check the incoming CDB to see
  that it will fit, and print and error and fail the command if it
  won't.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.54.1 src/sys/dev/isa/wdsreg.h

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