From owner-freebsd-net@FreeBSD.ORG Sat May 10 15:30: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 4D029BC6 for ; Sat, 10 May 2014 15:30: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 38C9F8C7 for ; Sat, 10 May 2014 15:30: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 s4AFU1xB081644 for ; Sat, 10 May 2014 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4AFU0Eq081642; Sat, 10 May 2014 15:30:00 GMT (envelope-from gnats) Date: Sat, 10 May 2014 15:30:00 GMT Message-Id: <201405101530.s4AFU0Eq081642@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 Reply-To: "Mr. Clif" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 15:30: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: Sat, 10 May 2014 08:29:03 -0700 This is a multi-part message in MIME format. --------------030302030805050404010504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/30/2014 09:12 AM, John Baldwin wrote: > On Tuesday, April 29, 2014 7:42:29 pm Mr. Clif wrote: >> Hi Guys, >> >> I've been playing with the new patch, and found a few problems that I >> posted in PR 188897: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=188897 >> >> and this one is about another quad port card in the same Atom MoBo: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=188899 >> >> I would be happy to test any new fixes you want me to try. > Can you disable agp and see if that fixes things? (hint.agp.0.disabled=1 at > the loader prompt) > On 05/01/2014 09:27 AM, Mr. Clif wrote: > Ok, > > sorry about the delay, now that I'm set up again the turnaround time > should be a lot faster. > > At the loader prompt I typed: > > set hint.agp.0.disabled=1 > boot > > After a lot of testing, the only possible difference I can see is that > the re0 interface is always? there when the agp is disabled and not > always there by default. By the way, this board doesn't have an AGP > port. Oh and I only checked the dc board, since it didn't work I > didn't go on to the sun board. :-) > > Clif > On 05/08/2014 09:10 AM, John Baldwin wrote: > On Wednesday, May 07, 2014 6:37:59 pm Mr. Clif wrote: >> Ok sorry I didn't get anywhere with the AGP experiment. I guess I'll put >> the machine away until you have other things for me to try. > Sorry, I have been focusing on another PCI bug people were running into that > was fixed earlier this week. However, that one involved resources failing to > allocate at all, so I'm not sure it is related to your case. Hmm, I see your > last issue was related to the special ISA decoding bits. Can you pick one > of the cases to focus on for now and capture a verbose dmesg from a HEAD > kernel? 'devinfo -r' and 'devinfo -u' output from the non-working kernel > would also be good. > On 05/10/2014 08:18 AM, Mr. Clif wrote: > Opps I almost didn't see this email, too much spam I guess :-( > > Sounds like you want me to get the latest from the FreeBSD repo. Could > you please give me the URL and commands for that so I don't get the > wrong code? > > By last issue do you mean PR 179033? > Since that one was > closed I opened 188897 but they are both basically the same. > I'm not sure what symtoms the ISA decoding bits cause, to me it's just > that some of the NICs are unusable, but sure I can run those commands, > If you give me the git commands to get the correct code. I'll get the > non-working kernel now too. > > Clif --------------030302030805050404010504 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 04/30/2014 09:12 AM, John Baldwin wrote:
On Tuesday, April 29, 2014 7:42:29 pm Mr. Clif wrote:
 
Hi Guys,
 
 I've been playing with the new patch, and found a few problems that I 
 posted in PR 188897:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=188897
 
 and this one is about another quad port card in the same Atom MoBo:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=188899
 
 I would be happy to test any new fixes you want me to try.
 
Can you disable agp and see if that fixes things?  (hint.agp.0.disabled=1 at 
 the loader prompt)
 
 

On 05/01/2014 09:27 AM, Mr. Clif wrote:
Ok,

sorry about the delay, now that I'm set up again the turnaround time should be a lot faster.

At the loader prompt I typed:

set hint.agp.0.disabled=1
boot

After a lot of testing, the only possible difference I can see is that the re0 interface is always? there when the agp is disabled and not always there by default. By the way, this board doesn't have an AGP port. Oh and I only checked the dc board, since it didn't work I didn't go on to the sun board. :-)

    Clif


On 05/08/2014 09:10 AM, John Baldwin wrote:
On Wednesday, May 07, 2014 6:37:59 pm Mr. Clif wrote:
 
Ok sorry I didn't get anywhere with the AGP experiment. I guess I'll put 
 the machine away until you have other things for me to try.
 
Sorry, I have been focusing on another PCI bug people were running into that 
 was fixed earlier this week.  However, that one involved resources failing to 
 allocate at all, so I'm not sure it is related to your case.  Hmm, I see your
 last issue was related to the special ISA decoding bits.  Can you pick one
 of the cases to focus on for now and capture a verbose dmesg from a HEAD
 kernel?  'devinfo -r' and 'devinfo -u' output from the non-working kernel 
 would also be good.
 
 
On 05/10/2014 08:18 AM, Mr. Clif wrote:
Opps I almost didn't see this email, too much spam I guess :-(

Sounds like you want me to get the latest from the FreeBSD repo. Could you please give me the URL and commands for that so I don't get the wrong code?

By last issue do you mean PR 179033? Since that one was closed I opened 188897 but they are both basically the same.
I'm not sure what symtoms the ISA decoding bits cause, to me it's just that some of the NICs are unusable, but sure I can run those commands, If you give me the git commands to get the correct code. I'll get the non-working kernel now too.

    Clif
--------------030302030805050404010504--