Date: Fri, 23 Apr 1999 11:24:04 -0400 (EDT) From: Ira L Cooper <ira@MIT.EDU> To: freebsd-stable@freebsd.org Subject: Libretto 100CT. Message-ID: <199904231524.LAA05187@all-night-tool.mit.edu>
next in thread | raw e-mail | index | archive | help
When I first upgraded my libretto 100CT to FreeBSD 3.1-STABLE, I had a problem where it wouldn't detect the insertion and removal of my PCMCIA cards, the following patch fixes this. I can't test any other fixes for a bit, because my libretto is in for service right now. Note, this patch seems to enable polling of the slots for all machines, there should be a better way. -Ira --- pcic.c.orig Fri Apr 23 11:22:02 1999 +++ pcic.c Fri Apr 23 11:22:24 1999 @@ -797,11 +797,11 @@ } } pcic98_probe_end: } #endif /* PC98 */ - if (validslots && pcic_irq <= 0) + if (validslots) pcictimeout_ch = timeout(pcictimeout, 0, hz/2); return(validslots); } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904231524.LAA05187>