Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 23:53:06 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@jonny.eng.br>
To:        nate@mt.sri.com (Nate Williams)
Cc:        jonny@jonny.eng.br, nate@mt.sri.com, mobile@FreeBSD.ORG
Subject:   Re: Bug or feature ?  My FreeBSD mobile experience.
Message-ID:  <199809260253.XAA06908@roma.coe.ufrj.br>
In-Reply-To: <199809241441.IAA04864@mt.sri.com> from Nate Williams at "Sep 24, 98 08:41:44 am"

next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Nate Williams)
// > // >   Also, most times my FreeBSD (-current from july end) does not detect
// > // > the removal of a pccard.  If I reenter the card (or even another one),
// > // > it detects the removal and the insertion.  It's not a hardware
// > // > problem, since Win95 DTRT.  Is this a know bug (instability) in the
// > // > pccard subsystem ?
// > // 
// > // It's probably a bug in your PCIC where it doesn't send interrupts when a
// > // card is inserted/removed like it's supposed to.  I disabled the
// > // 'polling' ability in -current a while back so that people who had broken
// > // hardware would tell me (~ March), and given the lack of feedback I
// > // assumed that most hardware worked. :)

I didn't have a notebook then.

// > Is there an option to enable it ?
// 
// Nope, but you can add code to put it back.  Look in /sys/pccard/pcic.c
// for the line:
// 
//         if (validslots && pcic_irq == 0)
//                 timeout(pcictimeout, 0, hz/2);
// 
// And change the first line to:
//         if (validslots)

It works, it works...

BTW: After removing the card once, each time I reinsert or remove it
I get a message like this:

Slot 0, unfielded interrupt (0)

Changing slots disables the message for one insertion/removal, and
then it gets back.

					Jonny

--
Joao Carlos Mendes Luis            M.Sc. Student
jonny@jonny.eng.br                 Universidade Federal do Rio de Janeiro
"This .sig is not meant to be politically correct."

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?199809260253.XAA06908>