From owner-cvs-src@FreeBSD.ORG Fri Aug 26 10:46:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 17E4E16A41F; Fri, 26 Aug 2005 10:46:21 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC63F43D48; Fri, 26 Aug 2005 10:46:20 +0000 (GMT) (envelope-from bz@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 j7QAkK0g038280; Fri, 26 Aug 2005 10:46:20 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7QAkK57038279; Fri, 26 Aug 2005 10:46:20 GMT (envelope-from bz) Message-Id: <200508261046.j7QAkK57038279@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 26 Aug 2005 10:46:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_sk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 26 Aug 2005 10:46:21 -0000 bz 2005-08-26 10:46:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sk.c Log: MFC rev. 1.109: * Solve "No PHY found" problem for more Yukon Lite variants. * Catch a bus attach error. * Improve locking. (missing in original commit message but was not worth a forced commit): * put interrupt moderation messages under bootverbose Approved by: re (kensmith) Revision Changes Path 1.106.2.3 +61 -25 src/sys/pci/if_sk.c