Other problem getting megaraid card to present physical disk

I'm running FreeBSD 11.1-RELEASE and I have a Dell PERC H310 Mini with Firmware: 20.13.2-0006. Currently there are 2 disks in JBOD mode used for the boot volume (ZFS mirror) and 8 more disks in JBOD mode which comprise a separate ZFS pool. These disks show up in /dev as mfisyspd0 - mfisyspd9 and were present during the OS install. I'm trying to add 2 additional disks and running into a bit of a roadblock as the disks aren't showing up under /dev. One of the new disks is in slot 3, I've tried the following:

mfiutil show drives
...
3 ( 2795G) UNCONFIGURED GOOD <SEAGATE ST33000650SS RS0F serial=Z292WNKG> SCSI-6 E1:S3
...
mfiutil syspd 3
mfiutil show drives
...
3 ( 2795G) JBOD <SEAGATE ST33000650SS RS0F serial=Z292WNKG> SCSI-6 E1:S3
...
dmesg
mfi0: 5627 (576968729s/0x0002/info) - State change on PD 03(e0x20/s3) from UNCONFIGURED_GOOD(0) to JBOD(40)
mfi0: 5628 (576968729s/0x0020/info) - Controller requests a host bus rescan
mfi0: HostBus scan raised

But ll /dev still just shows mfisyspd0 - mfisyspd9 which are the original 10 disks, the new disk doesn't seem to be showing up. Am I missing something? Also tried a 'camcontrol rescan all' to no avail.
 
Back
Top