From owner-freebsd-current Wed Dec 4 16:41:41 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 3E6CA37B401 for ; Wed, 4 Dec 2002 16:41:39 -0800 (PST) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2C843EC2 for ; Wed, 4 Dec 2002 16:41:38 -0800 (PST) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 572AE46D8; Thu, 5 Dec 2002 00:40:47 +0000 (GMT) Date: Thu, 5 Dec 2002 00:40:47 +0000 From: Josef Karthauser To: "Cliff L. Biffle" Cc: freebsd-current@freebsd.org Subject: Re: USB issues with Apollo KT133A mobo Message-ID: <20021205004047.GA3198@genius.tao.org.uk> References: <200212041600.15087.cbiffle@safety.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <200212041600.15087.cbiffle@safety.net> 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 --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