https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222533

--- Comment #13 from Stephen McConnell <[email protected]> ---
Can you try changing the use_phy_num sysctl variable to 0. You should set this
globally so all of your instances of mps have use_phy_num set to 0. Then rerun
and let's see what happens. I see this in the log:

mps0: Attempting to reuse target id 8 handle 0x0009

which means that a device with target ID 8 has already been added. You can see
this a few lines earlier. So, I'm thinking that the first device is overwritten
by the second device (making the first device invisible). If you change
use_phy_num to 0, the driver will not use the Phy Number as the device ID and
the two devices should have different IDs and both should be added
successfully. Give it a try and let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to