From owner-freebsd-current@FreeBSD.ORG Fri Jul 4 05:33:10 2003 Return-Path: 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 CA0A037B404 for ; Fri, 4 Jul 2003 05:33:10 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277804402A for ; Fri, 4 Jul 2003 05:33:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h64CX4dP002839; Fri, 4 Jul 2003 06:33:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 04 Jul 2003 21:32:58 +0900 (JST) Message-Id: <20030704.213258.29330692.imp@bsdimp.com> To: mark@grondar.org From: "M. Warner Losh" In-Reply-To: <200307032211.h63MBn8E002103@grimreaper.grondar.org> References: <200307032211.h63MBn8E002103@grimreaper.grondar.org> X-Mailer: Mew version 2.2 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: 3COM ep0 pccard device broken in current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 04 Jul 2003 12:33:11 -0000 Have you gotten all of the recent changes to current wrt ep0? It was broken by my making cbbintr mpsafe. Well, it was broken a long time ago, my change just opened a race that used to be won, but now is lost. Warner