It seems Chris D. Faulhaber wrote:
> 
> I have an off-brand (NEC) Zip Drive with:
>      <IOMEGA  ZIP 100       ATAPI       Floppy/12.A>
> which does have buggy firmware; I also have another one with:
>      <IOMEGA  ZIP 100       ATAPI/13.A>
> that has no problem when I remove the 64 block limitation.
> 
> In this case, I would use strncmp instead of strcmp to test the first 27
> characters.
> 
> So what you are saying is that we are limiting all Zip drives instead of
> being based solely on firmware revision?  Any reason for that?

Hmm, well in the atapi-fd driver in the new ata/atapi system I only
check for !strncmp(atp->atapi_parm->model, "IOMEGA  ZIP", 11) which
is even more pessimistic. However the overhead added here is small
compared to the general speed of the ZIP drive, so its not a problem.

-Søren


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to