Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 21:53:56 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        "Lars Eggert" <larse@ISI.EDU>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: Success! (but how?) (Re: PC-Card broken: 4.4-RC4 & Dell Latitude C600) 
Message-ID:  <200109130353.f8D3rut94789@harmony.village.org>
In-Reply-To: Your message of "Wed, 12 Sep 2001 20:25:33 -0800." <PCELJJEJJMODEMKEBLLBEECFCAAA.larse@isi.edu> 
References:  <PCELJJEJJMODEMKEBLLBEECFCAAA.larse@isi.edu>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <PCELJJEJJMODEMKEBLLBEECFCAAA.larse@isi.edu> "Lars Eggert" writes:
: --- pcic_pci.c.WARNER	Wed Sep 12 20:12:03 2001
: +++ pcic_pci.c	Wed Sep 12 20:14:03 2001
: @@ -951,6 +951,7 @@
:  	 * in the CD change.
:  	 */
:  	sp->getb(sp, PCIC_STAT_CHG);
: +	device_printf(sc->dev, "bingo!\n");
:  }

Try
	DELAY(15);
	DELAY(10);
and	DELAY(50);

Warner

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?200109130353.f8D3rut94789>