Module Name: src Committed By: msaitoh Date: Sat Jul 16 07:13:03 UTC 2022
Modified Files: src/sys/dev/pci: mfii.c Log Message: It seems that a logical volume number and the target ID is different on newer systems. It's observed on an Aero. Add sc->sc_ld[X].ld_target_id to keep the target ID and use it for scsipi layer. Now sdX is attached on Aero system. Tested by Mark Davies. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/mfii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.