https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222659
--- Comment #4 from Hans Petter Selasky ---
Patch looks good to me. Approved.
--HPS
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222659
--- Comment #5 from Hans Petter Selasky ---
Can you try adding UQ_MSC_NO_SYNC_CACHE to the list of quirks? I see it is
already listed.
--HPS
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222659
--- Comment #6 from Ricardo Fraile ---
Hi Hans,
Sorry but where is the list of quirks? The usb_quirk.c already have
UQ_MSC_NO_SYNC_CACHE:
+ USB_QUIRK(FEIYA, USB_DISK, 0x, 0x, UQ_MSC_NO_SYNC_CACHE,
+ UQ_MSC_NO_PREVE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222659
--- Comment #7 from Hans Petter Selasky ---
Hi,
If you look at this line you see your device already has some quirks. Try
looking in sys/cam/* for those:
da0: quirks=0x3
Yes, try adding the NO_SYNCHRONIZE_CACHE quirk aswell at USB level.
Hello world!
Is there any chance to have USBDUMP working on current macOS? I can
see there is a manual page for usbdump in XCode taken directly from
the FreeBSD.. but I could not find the binary..
Is anyone aware or can make usbdump work on macOS? I may be able to
find some funding to make it wor