From owner-freebsd-current@FreeBSD.ORG Mon Apr 28 19:55:49 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 1D29337B401; Mon, 28 Apr 2003 19:55:49 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED39843FEA; Mon, 28 Apr 2003 19:55:47 -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 h3T2tiA7085608; Mon, 28 Apr 2003 20:55:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Apr 2003 20:55:39 -0600 (MDT) Message-Id: <20030428.205539.41876519.imp@bsdimp.com> To: Alex.Wilkinson@dsto.defence.gov.au From: "M. Warner Losh" In-Reply-To: <20030429114252.C55052@squirm.dsto.defence.gov.au> References: <20030429114252.C55052@squirm.dsto.defence.gov.au> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: shinra@j10n.org Subject: Re: panic: sleeping thread owns a mutex 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: Tue, 29 Apr 2003 02:55:49 -0000 In message: <20030429114252.C55052@squirm.dsto.defence.gov.au> "Wilkinson,Alex" writes: : What's the diff between OLDCARD and NEWCARD ? About 10 years. OLDCARD is the former pccard implementation. It is quite mature, but lacks support for CardBus. NEWBUS is less mature, but still quite usable and does support CardBus cards. Warner