From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 23:50:42 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 773701065670; Wed, 7 Jan 2009 23:50:42 +0000 (UTC) (envelope-from weaseal@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 12AB78FC24; Wed, 7 Jan 2009 23:50:41 +0000 (UTC) (envelope-from weaseal@gmail.com) Received: by an-out-0708.google.com with SMTP id c2so3044433anc.13 for ; Wed, 07 Jan 2009 15:50:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=H1tgI6LF7dMrCC89TV8KqACqmWSfVTL/Tl0NdkSj2MU=; b=FSF/sDr1mf39B/z0uIFTsL+YlE9bQIJXU0NsgP3y0alpj4jLst5joGwRRndSdFdvjz fER288t1FKsfR3RVkx6nb8yP7kUuhEfUOEVdPNcqYQPq5lziUOhxBsyct2B1a3Th5VrZ SIQ2aXl2SQqp6QL6TIqh/M9WElK6nUpQ0GAL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=wT9X3h5Lbl8sLnct+p84ZlOrx2DGgCHjFpjzfs5MGqc5g8JtlDzqqcf8mZMpfGJOs0 o2T+UWMNhe4LlzYtL8Yjy+SXvVErUaZx4YH5vuDF6Gu78cxl70oPyHOuCNrtUA872kmb 438xjvIQSrLPmLL92VZ7YQzQBDlKmQP5H2e20= Received: by 10.65.241.20 with SMTP id t20mr17315669qbr.0.1231372240814; Wed, 07 Jan 2009 15:50:40 -0800 (PST) Received: by 10.64.18.15 with HTTP; Wed, 7 Jan 2009 15:50:40 -0800 (PST) Message-ID: <8dfae1c10901071550s69d99802p31ca7c775f3d6823@mail.gmail.com> Date: Wed, 7 Jan 2009 18:50:40 -0500 From: "Walter Venable" Sender: weaseal@gmail.com To: stable@freebsd.org, yongari@freebsd.org In-Reply-To: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> X-Google-Sender-Auth: 2c534266c715969b Cc: Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 23:50:44 -0000 Booting kernel.old, which is 7.0-RELEASE-p7 completely alleviates all problems. I believe this roundly confirms that this is a bug in the 7.1-RELEASE re kernel drivers. On Wed, Jan 7, 2009 at 9:39 AM, Walter Venable wrote: > FreeBSD 7.1 upgrade broke my network access, machine is totally > offline (powered-on and I can play inside it at the terminal, but > absolutely 0 network access): > This happened AFTER make kernel but BEFORE make installworld. I think > this implies it's a kernel driver issue. > > http://forums.freebsd.org/showthread.php?t=1323 (this is an ongoing > thread on the issue, the rl driver has also been reported broken). >