From owner-freebsd-net@FreeBSD.ORG Thu Apr 24 17:20:01 2014 Return-Path: Delivered-To: freebsd-net@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7022AD94 for ; Thu, 24 Apr 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1AC15E9 for ; Thu, 24 Apr 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OHK1QO064928 for ; Thu, 24 Apr 2014 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OHK1I9064927; Thu, 24 Apr 2014 17:20:01 GMT (envelope-from gnats) Date: Thu, 24 Apr 2014 17:20:01 GMT Message-Id: <201404241720.s3OHK1I9064927@freefall.freebsd.org> To: freebsd-net@FreeBSD.org Cc: From: "Mr. Clif" Subject: Re: kern/188897: [dc] dc ethernet driver seems to prevent the detection of other NIC chipsets X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "Mr. Clif" List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 17:20:01 -0000 The following reply was made to PR kern/188897; it has been noted by GNATS. From: "Mr. Clif" To: bug-followup@FreeBSD.org, clif@eugeneweb.com Cc: Subject: Re: kern/188897: [dc] dc ethernet driver seems to prevent the detection of other NIC chipsets Date: Thu, 24 Apr 2014 10:11:33 -0700 Well I guess we were over optimistic on PR 179033. Yes I can get some of the Nics to work some of the time but mostly they don't work. They DO list the correct mac addresses and Status lines though, so that is an improvement. If I have just one quad port card installed then dc3 works most often, then dc1. dc0 and dc2 I'm not sure I ever saw working. Even if an interface worked for a bit it often stops after a while. Id'e be happy to run some tests if anyone has some patches for me to try. Clif