From owner-p4-projects@FreeBSD.ORG Sun Sep 23 17:44:29 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 48A6F16A41B; Sun, 23 Sep 2007 17:44:29 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFFEB16A41A for ; Sun, 23 Sep 2007 17:44:28 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A831513C474 for ; Sun, 23 Sep 2007 17:44:28 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8NHiSoQ012299 for ; Sun, 23 Sep 2007 17:44:28 GMT (envelope-from hselasky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8NHiSXu012296 for perforce@freebsd.org; Sun, 23 Sep 2007 17:44:28 GMT (envelope-from hselasky@FreeBSD.org) Date: Sun, 23 Sep 2007 17:44:28 GMT Message-Id: <200709231744.l8NHiSXu012296@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky To: Perforce Change Reviews Cc: Subject: PERFORCE change 126754 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 17:44:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=126754 Change 126754 by hselasky@hselasky_laptop001 on 2007/09/23 17:44:26 The P4 USB project is compileable again except for the OHCI and UHCI HC drivers. The remaining changes specified by @126687 will be completed during the coming week. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/README#17 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/README#17 (text+ko) ==== @@ -1,7 +1,11 @@ Hi, -The USB P4 project does currently not compile due to ongoing work, -which is expected to be complete by the end of Sunday the 23rd 2007. +The OHCI and UHCI drivers do currently not compile due to ongoing +work, which is expected to be complete by the end of week 39 2007. + +You can work around this by not including "device ohci" and "device +uhci" in your kernel config file until furter. To use full/low speed +devices, connect them through an external USB HUB. --HPS