Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/scsipi



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.




Home | Main Index | Thread Index | Old Index