From owner-cvs-src-old@FreeBSD.ORG Mon Sep 28 07:07:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A12DD1065672 for ; Mon, 28 Sep 2009 07:07:04 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 764A98FC1A for ; Mon, 28 Sep 2009 07:07:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8S774AS034830 for ; Mon, 28 Sep 2009 07:07:04 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8S774h0034828 for cvs-src-old@freebsd.org; Mon, 28 Sep 2009 07:07:04 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200909280707.n8S774h0034828@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 28 Sep 2009 07:06:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/controller ehci_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2009 07:07:04 -0000 thompsa 2009-09-28 07:06:47 UTC FreeBSD src repository Modified files: sys/dev/usb/controller ehci_pci.c Log: SVN rev 197554 on 2009-09-28 07:06:47Z by thompsa Import two PCI quirks from Linux - Add quirk for ATI SB600 and SB700 to free SMB controller - Correct schedule sleep time to 10us on the VIA ehci controller Reported by: Dorian Bttner, Andriy Gapon Submitted by: Hans Petter Selasky Revision Changes Path 1.9 +70 -0 src/sys/dev/usb/controller/ehci_pci.c