Am 19.01.2013 00:32, schrieb Karim Fodil-Lemelin:
>                  * Although no one has reported problems with the 2 gig
>                  * version of the DCAS drive, the assumption is that it
>                  * has the same problems as the 4 gig version.  Therefore
>                  * this quirk entries disables tagged queueing for all
>                  * DCAS drives.
>                  */
>                 { T_DIRECT, SIP_MEDIA_FIXED, "IBM", "DCAS*", "*" },
>                 /*quirks*/0, /*mintags*/0, /*maxtags*/0
> 
> So I looked at the kern/10398 pr and got some feeling of 'deja vu'
> although the original problem was on FreeBSD 3.1 so its most likely not
> that but I though I would mention it. The issue described is awfully
> familiar. Basically the SAS drive (scsi back then) is slow on writes but
> fast on reads with dd. Could be a coincidence or a ghost from the past
> who knows...

I remember those drives from some 20 years ago. Before that time, SCSI
and IDE drives were independently developed and SCSI drives offered way
better performance and reliability. But at about this time there were
SCSI and IDE drives that differed only in their interface electronics.
And from that time I and models I remember several SCSI quirks in IBM
drives (DCAS and DORS), often with regard to tagged commands.

I seem to remember, that drives of that time required the write cache
to be enabled to get any speed-up from tagged commands. This was no
risk with SCSI drives, since the cache did not make the drives lye
about command completion (i.e. the status for the write was only
returned when the cached data had been written to disk, independently
of the write cache enable).

Regards, STefan
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to