From owner-cvs-src@FreeBSD.ORG Mon Aug 2 12:56:24 2004 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 CA2F416A4CE; Mon, 2 Aug 2004 12:56:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACFF43D5A; Mon, 2 Aug 2004 12:56:24 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i72Cu167019097; Mon, 2 Aug 2004 12:56:01 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i72Cu1Wt019096; Mon, 2 Aug 2004 12:56:01 GMT (envelope-from iedowse) Message-Id: <200408021256.i72Cu1Wt019096@repoman.freebsd.org> From: Ian Dowse Date: Mon, 2 Aug 2004 12:56:01 +0000 (UTC) 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 ehci.c ehci_pci.c ehcireg.h ehcivar.h 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, 02 Aug 2004 12:56:24 -0000 iedowse 2004-08-02 12:56:01 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h Log: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. Revision Changes Path 1.13 +0 -3 src/sys/dev/usb/ehci.c 1.13 +71 -1 src/sys/dev/usb/ehci_pci.c 1.5 +11 -3 src/sys/dev/usb/ehcireg.h 1.3 +1 -0 src/sys/dev/usb/ehcivar.h