cam(4): Add a quirk to turn off SYNC CACHE for mly(4).
This fixes mounting a HAMMER file system from an mly(4) disk on the AcceleRAID 160 I tried this with.
I think it will also fix the following i
cam(4): Add a quirk to turn off SYNC CACHE for mly(4).
This fixes mounting a HAMMER file system from an mly(4) disk on the AcceleRAID 160 I tried this with.
I think it will also fix the following issue that was reported for the AcceleRAID 170 on FreeBSD:
http://lists.freebsd.org/pipermail/freebsd-hardware/2008-December/005676.html
The problem with fixing this was that the mly(4) driver modifies the SCSI inquiry data and uses it for its own purposes (to show the disk type and status). So I had to make these fields a bit more recognizable to the quirks code because the previous strings were too generic for my taste.
show more ...
|