From owner-freebsd-current Fri Dec 6 8:50:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D82137B401 for ; Fri, 6 Dec 2002 08:50:32 -0800 (PST) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DE943EC5 for ; Fri, 6 Dec 2002 08:50:30 -0800 (PST) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 5BCEF46CB; Thu, 5 Dec 2002 16:44:37 +0000 (GMT) Date: Thu, 5 Dec 2002 16:44:37 +0000 From: Josef Karthauser 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> References: <200212041600.15087.cbiffle@safety.net> <20021205004047.GA3198@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: <20021205004047.GA3198@genius.tao.org.uk> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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