Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/scsipi
Module Name: src
Committed By: mlelstv
Date: Fri Nov 22 06:52:57 UTC 2024
Modified Files:
src/sys/dev/scsipi: scsiconf.c
Log Message:
The code tried to limit number of LUNs per target to 3, but would
only default to a single LUN when that limit is exceeded.
With the limit removed, more LUNs will be attached (up to the limit
imposed by the host adapter driver).
To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/dev/scsipi/scsiconf.c
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