From owner-freebsd-mobile Sun Dec 20 07:46:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21396 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 07:46:10 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21391 for ; Sun, 20 Dec 1998 07:46:08 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA13762; Sun, 20 Dec 1998 08:46:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA15417; Sun, 20 Dec 1998 08:46:07 -0700 Date: Sun, 20 Dec 1998 08:46:07 -0700 Message-Id: <199812201546.IAA15417@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christopher Masto Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: -current flash ATA pccard 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> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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