Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 13:36:14 +0900
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        imp@village.org
Cc:        iwasaki@jp.FreeBSD.org, gallatin@cs.duke.edu, freebsd-mobile@FreeBSD.ORG
Subject:   Re: pc card removal lockup 
Message-ID:  <200001270436.NAA03328@tasogare.imasy.or.jp>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001270436.NAA03328>