From owner-freebsd-mobile Wed Jan 26 20:36:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 9F10814E30 for ; Wed, 26 Jan 2000 20:36:24 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn27.imasy.or.jp [202.227.24.219]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id NAA03328; Thu, 27 Jan 2000 13:36:15 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200001270436.NAA03328@tasogare.imasy.or.jp> To: imp@village.org Cc: iwasaki@jp.FreeBSD.org, gallatin@cs.duke.edu, freebsd-mobile@FreeBSD.ORG Subject: Re: pc card removal lockup In-Reply-To: Your message of "Wed, 26 Jan 2000 17:31:14 -0700" <200001270031.RAA04501@harmony.village.org> References: <200001270031.RAA04501@harmony.village.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 27 Jan 2000 13:36:14 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 18 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Warner-san. > : if (slt->state == filled) { > : slt->state = empty; > : +#if 0 > : disable_slot_spl0(slt); > : +#endif > : + disable_slot_to(slt); > : } > : break; > : case card_inserted: > > I don't think that this will fix it. I'll give it a try locally... I thought that delay by disable_slot_spl0() cause some sort of race condition and miss an interrupt as result... I'm testing this patch and seem to solve the problem for my environment so far. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message