Date: Wed, 9 Dec 1998 07:30:01 -0800 (PST) From: Nate Williams <nate@mt.sri.com> To: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9030: DMPno2 - PCCards are not being recognised on insertion after system startup Message-ID: <199812091530.HAA00266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/9030; it has been noted by GNATS.
From: Nate Williams <nate@mt.sri.com>
To: D.M.Pick@qmw.ac.uk
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/9030: DMPno2 - PCCards are not being recognised on insertion after system
startup
Date: Wed, 9 Dec 1998 08:26:45 -0700
> >Number: 9030
> >Category: kern
> >Synopsis: DMPno2 - PCCards are not being recognised on insertion after system startup
> >Confidential: no
> >Severity: serious
> >Priority: high
> >Responsible: freebsd-bugs
> >State: open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: sw-bug
> >Submitter-Id: current-users
> >Arrival-Date: Wed Dec 9 03:30:01 PST 1998
> >Last-Modified:
> >Originator: David Pick
> >Organization:
> >Release: FreeBSD 3.0-RELEASE i386
> >Environment:
>
> FreeBSD 3.0 installed from Walnut Creek CDROM onto a
> Toshiba Libretto 50CT.
>
> >Description:
>
> PCCards are not being recognised on insertion.
Here's a quick fix for the problem. The correct fix is to configure
your PCIC controller quickly. The reason this hasn't been done is
no-one with the ability to do it has the time to do it.
On line 816 of /sys/pcic.c:
if (validslots && pcic_irq <= 0)
Change this to:
if (validslots)
And it will work. However, you're wasting an IRQ for the PCIC
controller that is doing nothing for you.
Nate
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812091530.HAA00266>
