Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2002 00:40:47 +0000
From:      Josef Karthauser <joe@FreeBSD.org>
To:        "Cliff L. Biffle" <cbiffle@safety.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: USB issues with Apollo KT133A mobo
Message-ID:  <20021205004047.GA3198@genius.tao.org.uk>
In-Reply-To: <200212041600.15087.cbiffle@safety.net>
References:  <200212041600.15087.cbiffle@safety.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--tsOsTdHNUZQcU9Ye
Content-Type: multipart/mixed; boundary="3MwIy2ne0vdjdPXF"
Content-Disposition: inline


--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Dec 04, 2002 at 04:00:15PM -0700, Cliff L. Biffle wrote:
> Hi all.
> I'm running 5.0-DP2 on a motherboard with the Apollo KT133A chipset.  (I=
=20
> believe it's an ASUS, but it doesn't seem to be labelled.)  The USB=20
> controller (described by dmesg as a VIA 83C572) periodically blows its br=
ains=20
> out.
>=20

Is it ohci?  If so can you try this patch?

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

--3MwIy2ne0vdjdPXF
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");

--3MwIy2ne0vdjdPXF--

--tsOsTdHNUZQcU9Ye
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iEYEARECAAYFAj3uoI4ACgkQXVIcjOaxUBZmgwCfVkkgnDVplTisAlOhdOt/dq8o
O1oAnRGDBTNwGHxhj6o0GdNKBRcrr30r
=dNUL
-----END PGP SIGNATURE-----

--tsOsTdHNUZQcU9Ye--

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?20021205004047.GA3198>