From owner-cvs-src-old@FreeBSD.ORG Fri Oct 23 22:53:22 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 19C1110656CB for ; Fri, 23 Oct 2009 22:53:22 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2F128FC2E for ; Fri, 23 Oct 2009 22:53:21 +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 n9NMrLee080917 for ; Fri, 23 Oct 2009 22:53:21 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9NMrLWx080916 for cvs-src-old@freebsd.org; Fri, 23 Oct 2009 22:53:21 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200910232253.n9NMrLWx080916@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Fri, 23 Oct 2009 22:53:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Fri, 23 Oct 2009 22:53:22 -0000 marcel 2009-10-23 22:53:01 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 198431 on 2009-10-23 22:53:01Z by marcel BIOSes, buggy or otherwise, are i386 or amd64 specific. Have the early USB takeover enabled for i386 and amd64 by default. This also avoids a panic on PowerPC where the resource isn't released properly and we find a busy resource when the USB host controller wants to allocate it... Revision Changes Path 1.389 +4 -0 src/sys/dev/pci/pci.c