Date: Thu, 5 Dec 2002 16:44:37 +0000 From: Josef Karthauser <joe@FreeBSD.org> To: freebsd-current@freebsd.org Subject: OHCI patch - please test [was Re: USB issues with Apollo KT133A mobo] Message-ID: <20021205164437.GA9258@genius.tao.org.uk> In-Reply-To: <20021205004047.GA3198@genius.tao.org.uk> References: <200212041600.15087.cbiffle@safety.net> <20021205004047.GA3198@genius.tao.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
--nVMJ2NtxeReIH9PS Content-Type: multipart/mixed; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 --=20 Josef Karthauser (joe@tao.org.uk) 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/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ohci.diff" Content-Transfer-Encoding: quoted-printable Index: ohci.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 -0000 1.113 +++ ohci.c 1 Dec 2002 21:04:36 -0000 @@ -1810,7 +1810,7 @@ SPLUSBCHECK; =20 /* XXX */ - for (p =3D head; p =3D=3D NULL && p->next !=3D sed; p =3D p->next) + for (p =3D head; p !=3D NULL && p->next !=3D sed; p =3D p->next) ; if (p =3D=3D NULL) panic("ohci_rem_ed: ED not found\n"); --SUOF0GtieIMvvwua-- --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iEYEARECAAYFAj3vgnQACgkQXVIcjOaxUBYO4QCfRkATb3HPGx96uDErv60FkqJH pzMAnRMQXTs8v/UImrIIWIcSBAmvU/Qn =G32b -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021205164437.GA9258>