--- aacraid_cam.c.OLD 2019-07-14 01:01:18.000000000 +0300 +++ aacraid_cam.c 2019-09-28 15:26:58.433672000 +0300 @@ -1230,7 +1230,7 @@ /* handle phys. components of a log. drive */ if (ccb->csio.data_ptr[0] & 0x20) { - if (sc->hint_flags & 8) { + if (!(sc->hint_flags & 8)) { /* expose phys. device (daXX) */ ccb->csio.data_ptr[0] &= 0xdf; } else {