Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 1998 08:46:07 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Christopher Masto <chris@netmonger.net>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: -current flash ATA pccard
Message-ID:  <199812201546.IAA15417@mt.sri.com>
In-Reply-To: <19981220001949.A16430@netmonger.net>
References:  <19981219185201.A26235@netmonger.net> <199812200002.QAA01434@dingo.cdrom.com> <19981219205539.A5181@netmonger.net> <19981220001949.A16430@netmonger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Now I have to figure out why I'm no longer seeing insert/remove
> events.

At line 816 of pcic.c, the following lines exist:
#endif  /* PC98 */
        if (validslots && pcic_irq <= 0)
                pcictimeout_ch = timeout(pcictimeout, 0, hz/2);

Modify the line to look like:
        if (validslots)

And it should work.  See previous archived email for reason why it works
and why the code is the way it is.


Nate

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?199812201546.IAA15417>