From owner-cvs-all@FreeBSD.ORG Thu Sep 11 19:36:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1824510656B1; Thu, 11 Sep 2008 19:36:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E408E8FC39; Thu, 11 Sep 2008 19:36:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8BJaJht053342; Thu, 11 Sep 2008 19:36:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8BJaJB2053341; Thu, 11 Sep 2008 19:36:19 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809111936.m8BJaJB2053341@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 11 Sep 2008 19:36:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb ehci_pci.c ehcireg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Sep 2008 19:36:20 -0000 jhb 2008-09-11 19:36:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb ehci_pci.c ehcireg.h Log: SVN rev 182941 on 2008-09-11 19:36:03Z by jhb MFC: Use single byte read and write operations to toggle the BIOS and OS semaphores rather than 4 byte operations. Approved by: re (kensmith) Revision Changes Path 1.28.2.5 +12 -11 src/sys/dev/usb/ehci_pci.c 1.8.2.1 +2 -3 src/sys/dev/usb/ehcireg.h