From owner-freebsd-current@FreeBSD.ORG Sun Oct 19 16:08:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7320216A4B3 for ; Sun, 19 Oct 2003 16:08:26 -0700 (PDT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F07E43FB1 for ; Sun, 19 Oct 2003 16:08:25 -0700 (PDT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) h9JN8LZV072666; Sun, 19 Oct 2003 19:08:21 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)h9JN8IKf072663; Sun, 19 Oct 2003 19:08:21 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Sun, 19 Oct 2003 19:08:18 -0400 (EDT) From: Andre Guibert de Bruet To: slave-mike In-Reply-To: <3F92E88F.6020802@rv1.dynip.com> Message-ID: <20031019190539.P54982@alpha.siliconlandmark.com> References: <3F9097DD.1090500@rv1.dynip.com> <20031018161032.T35407@carver.gumbysoft.com> <3F92093F.9070008@rv1.dynip.com> <3F922269.1020909@rv1.dynip.com> <3F9223D5.9050501@rv1.dynip.com> <3F92E88F.6020802@rv1.dynip.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: freebsd-current@freebsd.org cc: mjoyner Subject: Re: -march athlon breaks my networking was: ip stack broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 23:08:26 -0000 X-List-Received-Date: Sun, 19 Oct 2003 23:08:26 -0000 On Sun, 19 Oct 2003, slave-mike wrote: > I realized that my /etc/make.conf was set to use -O0 -march athlon > for kernel builds. > > After removing the COPTS and CPU stuff form /etc/make.conf my kernel's > networking now works fine. > > Any clue as to why -march athlon breaks my networking? Could you change only one variable at a time? Start off by using -march=athlon and -O to eliminate the -march argument. As Kris pointed out, kernels are usually not built with -O0. Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ >