Re: OHCI patch - please test [was Re: USB issues with Apollo KT133A mobo]

2002-12-13 Thread Bernd Walter
On Thu, Dec 12, 2002 at 07:27:07PM -0500, Brian F. Feldman wrote:
 Josef Karthauser [EMAIL PROTECTED] wrote:
  Hi all,
  
  If you're an ohci user can you please test this patch out for inclusion
  in 5.0.  I need to know that it doesn't break anything - the reports are
  that it fixes broken ohci :).
 
 For what it's worth, it doesn't fix the umass(4) crashing issue. Anyone
 wanna trade their uhci-based PCI USB adapter for an ohci based USB 2.0
 adapter?

Which umass crashing issue?

-- 
B.Walter  COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup   [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



OHCI patch - please test [was Re: USB issues with Apollo KT133A mobo]

2002-12-06 Thread Josef Karthauser
Hi all,

If you're an ohci user can you please test this patch out for inclusion
in 5.0.  I need to know that it doesn't break anything - the reports are
that it fixes broken ohci :).

Joe
-- 
Josef Karthauser ([EMAIL PROTECTED])  http://www.josef-k.net/
FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/
Physics Particle Theory (student)   http://www.pact.cpes.sussex.ac.uk/
 An eclectic mix of fact and theory. =

Index: ohci.c
===
RCS file: /home/ncvs/src/sys/dev/usb/ohci.c,v
retrieving revision 1.113
diff -u -r1.113 ohci.c
--- ohci.c  30 Sep 2002 17:50:16 -  1.113
+++ ohci.c  1 Dec 2002 21:04:36 -
@@ -1810,7 +1810,7 @@
SPLUSBCHECK;
 
/* XXX */
-   for (p = head; p == NULL  p-next != sed; p = p-next)
+   for (p = head; p != NULL  p-next != sed; p = p-next)
;
if (p == NULL)
panic(ohci_rem_ed: ED not found\n);



msg48225/pgp0.pgp
Description: PGP signature