From owner-cvs-src@FreeBSD.ORG Tue Apr 26 21:50:14 2005 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 94EC016A4CE; Tue, 26 Apr 2005 21:50:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774A543D31; Tue, 26 Apr 2005 21:50:14 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QLoEft049226; Tue, 26 Apr 2005 21:50:14 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QLoETT049225; Tue, 26 Apr 2005 21:50:14 GMT (envelope-from julian) Message-Id: <200504262150.j3QLoETT049225@repoman.freebsd.org> From: Julian Elischer Date: Tue, 26 Apr 2005 21:50:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h usb.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: Tue, 26 Apr 2005 21:50:14 -0000 julian 2005-04-26 21:50:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci ohci_pci.c uhci_pci.c sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h usb.c Log: MFC Basic drivers from -current Also bring in the code that probves the non EHCI controllers after the EHCI controllers, thus ensuring that high speed devices are not pingponged all aver theplace during startup. Revision Changes Path 1.39.2.15 +63 -26 src/sys/dev/usb/ohci.c 1.13.2.3 +2 -2 src/sys/dev/usb/ohcireg.h 1.15.2.6 +12 -2 src/sys/dev/usb/ohcivar.h 1.40.2.16 +59 -14 src/sys/dev/usb/uhci.c 1.14.2.3 +1 -1 src/sys/dev/usb/uhcireg.h 1.16.2.7 +11 -2 src/sys/dev/usb/uhcivar.h 1.26.2.11 +87 -27 src/sys/dev/usb/usb.c 1.16.2.7 +51 -13 src/sys/pci/ohci_pci.c 1.26.2.10 +31 -17 src/sys/pci/uhci_pci.c