aacraid drives missing after update 10.0 -> 10.1 ?

Steven Hartland killing at multiplay.co.uk
Mon Nov 17 20:05:53 UTC 2014


On 17/11/2014 19:39, Michael Richter wrote:
> I had the same issue after the upgrade.
>
> @Steve
> Thanks I have changed the aacraid_cam.c and then it was working again
>
So I'm guessing that for some reason sc->hint_flags doesn't include bit 
4 for your controller.

Could you add the following where that code was removed from so we can 
see what your device has:
device_printf(sc->aac_dev, "hint_flags: 0x%08x, data_ptr[0]: 0x%02x\n", 
sc->hint_flags, ccb->csio.data_ptr[0]);

@achim: Are there any other details which would aid in debugging this?

     Regards
     Steve


More information about the freebsd-stable mailing list