From owner-cvs-all Tue May 4 21:32:23 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id BF73414C07; Tue, 4 May 1999 21:32:20 -0700 (PDT) (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 WAA04867; Tue, 4 May 1999 22:32:20 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA14263; Tue, 4 May 1999 22:32:19 -0600 Date: Tue, 4 May 1999 22:32:19 -0600 Message-Id: <199905050432.WAA14263@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: wpaul@FreeBSD.org (Bill Paul) Cc: committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pccard pccard.c In-Reply-To: <19990505023044.B505F14CE2@hub.freebsd.org> References: <199905050132.LAA17751@godzilla.zeta.org.au> <19990505023044.B505F14CE2@hub.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On a totally different subject, I discovered today that the pccard > code does not worh with SMP kernels. pccard.c calls INTREN() which has > to be handled specially in the #ifdef APIC_IO case, and it isn't. Roger committed code so that it *does* work under -current, and just recently (a couple days ago) code to -stable that allows it to work correct in the APIC_IO case. (It assumes you are not using the loadable PCIC module). Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message