Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/16/2002 05:54:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu May 16 02:54:21 UTC 2002

Modified Files:
	syssrc/sys/dev/scsipi: scsipi_base.c scsipiconf.h

Log Message:
Don't use a 2-dimensional array for the channel's periph table.  Instead,
hash the target and lun together and use a hash table.  This will be
necessary in order to support very large (64-bit) LUN number spaces.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 syssrc/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.68 -r1.69 syssrc/sys/dev/scsipi/scsipiconf.h

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