NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/42225 (can't read data from SuperTop IDE Bridge (umass))



The following reply was made to PR kern/42225; it has been noted by GNATS.

From: Matthias Kretschmer <kretschm%cs.uni-bonn.de@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/42225 (can't read data from SuperTop IDE Bridge (umass))
Date: Thu, 11 Feb 2010 10:39:46 +0100

 - bCSWStatus I do not know;  I can check if required
 
 - I changed the code for setting "residue" to
 
   residue = UGETDW(dCSWDataResidue);
   if (residue < sc->transfer_datalen - sc->transfer_actlen)
       residue = sc->transfer_datalen - sc->transfer_actlen;
 
   which works with my usb device.  I just do not have another umass
   at hand to test with.
 
 Matthias
 


Home | Main Index | Thread Index | Old Index