From owner-freebsd-stable Tue Jan 26 08:20:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26423 for freebsd-stable-outgoing; Tue, 26 Jan 1999 08:20:12 -0800 (PST) (envelope-from owner-freebsd-stable@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 IAA26341 for ; Tue, 26 Jan 1999 08:20:06 -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 JAA23135; Tue, 26 Jan 1999 09:20:02 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA12289; Tue, 26 Jan 1999 09:20:01 -0700 Date: Tue, 26 Jan 1999 09:20:01 -0700 Message-Id: <199901261620.JAA12289@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Juriy Goloveshkin Cc: freebsd-stable@FreeBSD.ORG Subject: Re: pccard In-Reply-To: <4998.990125@avias.com> References: <4998.990125@avias.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > does the PC Card support work in 3.0-STABLE(CURRENT)? It should. > 1) the kernel doesn't respond on card insertion/removal. > it seems to me that the reason of such behavior is in the string 789 of file > pccard/pcic.c > > it has changed from > if (validslots) > to > if (validslots && pcic_irq <=0) > > are there any problems with irq handling? Obviously it doesn't work on your setup. See the recent discussion in freebsd-mobile why using an IRQ is a 'good thing', as well as why some folks won't to have that ability remove. > pccard_configure() displays only the last device added via > pccard_add_driver(). in my case I have sio, ed and fdc devices, but > only fdc is displayed. but even these devices doesn't work on > insertion. it seems that it worked in 3.0-RELEASE (excluding the > problem with irq described above). > Jan 25 23:30:51 home /kkk: Initializing PC-card drivers: ed ep fe sio This line describes all of the drivers that are configured. Note that fdc is not supported. ... > Ehternet card(if it was inserted before boot) works normally. That's because it doesn't recognize that the card was inserted, which is your original question. Change the line you describe above and it should work fine. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message