From owner-freebsd-current@FreeBSD.ORG Mon Aug 1 04:30:25 2005 Return-Path: X-Original-To: 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 E533416A41F for ; Mon, 1 Aug 2005 04:30:25 +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 7A7B843D46 for ; Mon, 1 Aug 2005 04:30:25 +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 j714TCI8099777; Sun, 31 Jul 2005 22:29:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 31 Jul 2005 22:30:03 -0600 (MDT) Message-Id: <20050731.223003.28456994.imp@bsdimp.com> To: lehmann@ans-netz.de From: "M. Warner Losh" In-Reply-To: <20050731024832.33e536ed.lehmann@ans-netz.de> References: <20050731011147.2c00c819.lehmann@ans-netz.de> <20050730.175939.108405618.imp@bsdimp.com> <20050731024832.33e536ed.lehmann@ans-netz.de> 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 Cc: current@freebsd.org Subject: Re: mlx(4) fully and ep(4) partially broken on 6.0 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, 01 Aug 2005 04:30:26 -0000 I've committed a fix for the ISA attach panic (not the isa attach failure, which is proper given how interrupts are doled out in the new world order). I suspect that the next step is going to be boot -v for 5.x and -current to see where things differ... Warner