From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 5 03:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18433106564A for ; Sat, 5 Apr 2008 03:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6B768FC21 for ; Sat, 5 Apr 2008 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m353K3iV018342 for ; Sat, 5 Apr 2008 03:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m353K3bk018332; Sat, 5 Apr 2008 03:20:03 GMT (envelope-from gnats) Date: Sat, 5 Apr 2008 03:20:03 GMT Message-Id: <200804050320.m353K3bk018332@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Peter Much Cc: Subject: Re: kern/120915: [de] [patch] GENERIC does not boot: if_de is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Much List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 03:20:04 -0000 The following reply was made to PR kern/120915; it has been noted by GNATS. From: Peter Much To: John Baldwin Cc: bug-followup@freebsd.org Subject: Re: kern/120915: [de] [patch] GENERIC does not boot: if_de is broken Date: Sat, 5 Apr 2008 04:09:24 +0200 On Thu, Apr 03, 2008 at 04:53:22PM -0400, John Baldwin wrote: ! Try this instead then. It keeps DEVICEPROBE set slightly longer and shouldn't ! clear it until BPF is fully setup. This one compiles, boots, and seems to run. :) PMc