> 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
Alas, even with this change, on NetBSD 10 (haven't yet tried booting with -current), it's still insufficient for the disks on the same target from attaching except for the first one; they do still show up in `scsictl sd0 reportluns all`, though - four on one target, eight on the other.