From owner-cvs-src@FreeBSD.ORG Fri Dec 15 00:38:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19FE116A47E; Fri, 15 Dec 2006 00:38:09 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D955441EC; Fri, 15 Dec 2006 00:25:39 +0000 (GMT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBF0R67n057128; Fri, 15 Dec 2006 00:27:06 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBF0R6t2057127; Fri, 15 Dec 2006 00:27:06 GMT (envelope-from jdp) Message-Id: <200612150027.kBF0R6t2057127@repoman.freebsd.org> From: John Polstra Date: Fri, 15 Dec 2006 00:27:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.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, 15 Dec 2006 00:38:09 -0000 jdp 2006-12-15 00:27:06 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Disable bge MSI support for now. A couple of people warned me that there are problems with it on several revisions of this chip. I'll re-enable it after I've sorted out which chip revisions work and which don't. Revision Changes Path 1.165 +9 -0 src/sys/dev/bge/if_bge.c