From owner-cvs-all@FreeBSD.ORG Thu Jun 10 07:30:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0FF216A4D0; Thu, 10 Jun 2004 07:30:07 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A49843D46; Thu, 10 Jun 2004 07:30:07 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i5A7ToNJ018644; Thu, 10 Jun 2004 00:29:54 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200406100729.i5A7ToNJ018644@gw.catspoiler.org> Date: Thu, 10 Jun 2004 00:29:50 -0700 (PDT) From: Don Lewis To: iedowse@FreeBSD.org In-Reply-To: <200406100113.i5A1DRvB006038@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uhub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 07:30:07 -0000 On 10 Jun, Ian Dowse wrote: > iedowse 2004-06-10 01:13:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb uhub.c > Log: > Initialise `restartcnt' in the newly malloc'd usbd_port structure, > as otherwise the junk it contains may cause uhub_explore to give > up without ever trying to restart the port. This fixes the following > errors I was seeing with a VIA UHCI controller: > > uhub0: port error, restarting port 1 > uhub0: port error, giving up port 1 > > Revision Changes Path > 1.55 +1 -0 src/sys/dev/usb/uhub.c Thanks! I was wondering why FreeBSD was unhappy with the USB ports on my Athlon machine.