From owner-freebsd-current@FreeBSD.ORG Mon Oct 31 17:22:08 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 38E2B16A41F; Mon, 31 Oct 2005 17:22:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18F543D49; Mon, 31 Oct 2005 17:22:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9VHKAVj005348; Mon, 31 Oct 2005 10:20:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Oct 2005 10:20:10 -0700 (MST) Message-Id: <20051031.102010.41632281.imp@bsdimp.com> To: jhb@freebsd.org From: Warner Losh In-Reply-To: <200510311231.33322.jhb@freebsd.org> References: <20051030052435.J646@kushnir1.kiev.ua> <20051031000217.F636@kushnir1.kiev.ua> <200510311231.33322.jhb@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 31 Oct 2005 10:20:10 -0700 (MST) Cc: freebsd-current@freebsd.org Subject: Re: CURRENT + amd64 + user-ppp = panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 31 Oct 2005 17:22:08 -0000 From: John Baldwin Subject: Re: CURRENT + amd64 + user-ppp = panic Date: Mon, 31 Oct 2005 12:31:32 -0500 > On Sunday 30 October 2005 05:17 pm, Vladimir Kushnir wrote: > > A bit further. > > > > On Sun, 30 Oct 2005, Vladimir Kushnir wrote: > > > OK, here it is. It's happened between 2005.10.21.19.42.50 and > > > 2005.10.22.05.07.00. > > > Since then, panic is absolutely reproducible. > > > > Actually, when I took INET6 from kernel (once again, it's GENERIC) these > > panics stop. > > Hmmm. Are those timestamps UTC? If so, there's nothing worthwhile that > changed in there: > > imp 2005-10-22 05:01:11 UTC > > FreeBSD src repository > > Modified files: > sys/dev/re if_re.c > Log: > The controller -> device switch happened in 4.0, fix comment > > Revision Changes Path > 1.59 +1 -1 src/sys/dev/re/if_re.c > > imp 2005-10-22 05:06:55 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bfe if_bfe.c > sys/dev/bge if_bge.c > sys/dev/lge if_lge.c > sys/dev/nge if_nge.c > sys/dev/vge if_vge.c > sys/dev/usb if_aue.c if_axe.c if_rue.c if_udav.c > sys/pci if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c > if_tl.c if_vr.c if_wb.c > Log: > Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax > (device miibus) in time for 7.0 :-) Further, the above changes are only comments! Warner