Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 1999 14:53:18 +0800 (CST)
From:      Michael Robinson <robinson@netrinsics.com>
To:        freebsd-questions@FreeBSD.ORG, mobile@FreeBSD.ORG, patseal@hyperhost.net, robinson@netrinsics.com
Subject:   Re: PCCARD modem trouble (fwd)
Message-ID:  <199902260653.OAA02584@netrinsics.com>
In-Reply-To: <199902260422.MAA02250@netrinsics.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I wrote:
>	Locating IRQ...
>	(slt->ctrl->irqs=e00, desc->irqmask=200)
>
>As you can see, the PCCARD pool only consists of IRQ 10, 11, and 12 (which 
>is much less than what is actually available).  The card requires IRQ 10,
>and gets it (before I hacked pcic.c, the controller would grab IRQ 10 for
>itself).

Ooops.  I made a careless off-by-one error.

In the text above, (10, 11, 12) -> (9, 10, 11).

	-Michael Robinson



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902260653.OAA02584>