From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 00:20:03 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 E52ED106564A for ; Fri, 28 Mar 2008 00:20:03 +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 D220A8FC14 for ; Fri, 28 Mar 2008 00: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 m2S0K3xE049400 for ; Fri, 28 Mar 2008 00: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 m2S0K3j9049387; Fri, 28 Mar 2008 00:20:03 GMT (envelope-from gnats) Date: Fri, 28 Mar 2008 00:20:03 GMT Message-Id: <200803280020.m2S0K3j9049387@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: Fri, 28 Mar 2008 00: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: Fri, 28 Mar 2008 00:31:48 +0100 On Wed, Mar 26, 2008 at 05:01:24PM -0400, John Baldwin wrote: ! This patch is a slight variant on the above and other places in the driver use ! the DEVICEPROBE test to determine if the mediaselect testpacket bit is being ! done: I tested this (still with 6.3-RELEASE-p1), it compiles, but, sorry to say, this one does panick on attach like before. (I did not yet check further for reasons like what this DEVICEPROBE value is supposed to contain.) PMc