Re: USBDMSC emulated device does not work on FreeBSD

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Fri, 12 Nov 2021 13:20:13 UTC
On 11/12/21 12:34, Milan Obuch wrote:
> __assert_func(): services/mmc/mmc_api.c:214: HSS_MMC_ReadBlock() Assertion failed: ((size_t)srcOffset & (HSS_MMC_SECTOR_SIZE-1)) == 0u

This failure is associated with:

static uint8_t scsi_request_sense[] =   { 0x03, 0x00, 0x00, 0x00, 0x12, 
0x00,
                                           0x00, 0x00, 0x00, 0x00, 0x00, 
0x00 };

In the auto-quirk detector (usb_msctest.c)

--HPS