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

Modified Files:
	src/sys/arch/atari/dev: ncr5380.c ncr5380reg.h
	src/sys/arch/mac68k/dev: ncr5380.c ncr5380reg.h

Log Message:
- Use the cmdlen specified in the scsipi_xfer structure.  Keying off
  the command group ID won't necessarily work for vendor-specific commands.
- Expand the storage in the SC_REQ structure to account for 16-byte commands.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/arch/atari/dev/ncr5380.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/atari/dev/ncr5380reg.h
cvs rdiff -r1.55 -r1.56 src/sys/arch/mac68k/dev/ncr5380.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/mac68k/dev/ncr5380reg.h

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