From owner-freebsd-stable@FreeBSD.ORG Thu Oct 15 12:46:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F93910656AE for ; Thu, 15 Oct 2009 12:46:19 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 143A78FC30 for ; Thu, 15 Oct 2009 12:46:18 +0000 (UTC) Received: by fxm22 with SMTP id 22so1036519fxm.36 for ; Thu, 15 Oct 2009 05:46:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XCMbIV/CNSdjrJHvN+GXksD7JfIq+Jr0gSgHCPjiCP8=; b=Ivie37ARN+hd/awMKhCPwR9Dlg/Hzoa65inHat9lbUiBmpYFlkrwfk50W8FsUhFFdi GVLHYnBmtx5w8nbZzLSBZFqsJfMX1rWWGmKbAj0IW6yJi951VdO+ZOTQnHdvyAaW0ml2 jjAD1qpvajW6VLWqSPQ4mZijgc56NF4CocpmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ciVqJrt09bRAfYOz56ZY+OVSZhB6eKcrpiJbp+xavjmVw8uC7ZxQ8l5k2I/Y+zYBWS mrzYLTd2ZxFi2BVhgrl76MPb7a2Hv7MDKCKVVYVS5Af0MWsnGD7jCgZcDfhaSP2+61wF 1vwptWfROnueMi3poe2YFJZIVz1V2Hc6XA0to= MIME-Version: 1.0 Received: by 10.204.153.220 with SMTP id l28mr5135bkw.86.1255610778093; Thu, 15 Oct 2009 05:46:18 -0700 (PDT) In-Reply-To: <4A7A3A4D.2080105@delphij.net> References: <4A7A3A4D.2080105@delphij.net> Date: Thu, 15 Oct 2009 16:46:18 +0400 Message-ID: From: pluknet To: d@delphij.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable Subject: Re: [bce] panic on boot in bce(4) on 7.2: invalid ife->ifm_data (0xa) 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: Thu, 15 Oct 2009 12:46:19 -0000 2009/8/6 Xin LI : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > pluknet wrote: >> Hi. >> >> I got the following kernel panic on boot: >> invalid ife->ifm_data (0xa) in mii_phy_setmedia >> >> This is near /sys/dev/mii/mii_physubr.c:126 >> =A0 =A0 =A0 =A0 KASSERT(ife->ifm_data >=3D0 && ife->ifm_data < MII_NMEDI= A, >> =A0 =A0 =A0 =A0 =A0 =A0 ("invalid ife->ifm_data (0x%x) in mii_phy_setmed= ia", >> =A0 =A0 =A0 =A0 =A0 =A0 ife->ifm_data)); > > I believe that this was because the (un)merged brgphy bits. =A0Is it > possible for you to use 7.2-STABLE instead? =A0Otherwise you will need a > patched kernel: > > =A0 =A0 =A0 =A0http://people.freebsd.org/~delphij/misc/bce-5709phy.diff > > Please make sure that you have a full kernel build. > I see no panic with this patch on 7.2. Thanks. --=20 wbr, pluknet