From owner-cvs-src@FreeBSD.ORG Mon Jul 14 11:07:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 257EB37B401; Mon, 14 Jul 2003 11:07:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B544443F85; Mon, 14 Jul 2003 11:07:55 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6EI7t0U081783; Mon, 14 Jul 2003 11:07:55 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6EI7tfS081782; Mon, 14 Jul 2003 11:07:55 -0700 (PDT) Message-Id: <200307141807.h6EI7tfS081782@repoman.freebsd.org> From: Josef Karthauser Date: Mon, 14 Jul 2003 11:07:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 18:07:56 -0000 joe 2003/07/14 11:07:55 PDT FreeBSD src repository Modified files: sys/dev/usb uhci.c Log: MFNetBSD: rev 1.166 date: 2002/12/31 02:21:31; author: dsainty; Be somewhat more persuasive about enabling the port on a port reset. USB protocol dictates that the port enable must be implied by the port reset. To implement this on (at least) the VIA VT83C572 this means we need to wait around tweaking the chip state until the port actually transitions to enabled (or the device goes away). Likely fixes kern/11018. Revision Changes Path 1.137 +99 -13 src/sys/dev/usb/uhci.c