Index: mpii.c =================================================================== RCS file: /cvs/src/sys/dev/pci/mpii.c,v retrieving revision 1.107 diff -u -p -r1.107 mpii.c --- mpii.c 24 Oct 2016 01:50:09 -0000 1.107 +++ mpii.c 1 Nov 2016 00:13:56 -0000 @@ -888,6 +888,9 @@ mpii_scsi_probe(struct scsi_link *link) if (ISSET(flags, MPII_DF_HIDDEN) || ISSET(flags, MPII_DF_UNUSED)) return (1); + if (ISSET(flags, MPII_DF_VOLUME)) + return (0); + memset(&ehdr, 0, sizeof(ehdr)); ehdr.page_type = MPII_CONFIG_REQ_PAGE_TYPE_EXTENDED; ehdr.page_number = 0;