Date: Wed, 14 Jul 1999 09:47:20 -0600 From: Warner Losh <imp@village.org> To: Greg Lehey <grog@lemis.com> Cc: mobile@FreeBSD.ORG Subject: Re: More verbose errors from pccard Message-ID: <199907141547.JAA55786@harmony.village.org> In-Reply-To: Your message of "Wed, 14 Jul 1999 17:16:14 %2B0930." <19990714171614.09487@mojave.lemis.com> References: <19990714171614.09487@mojave.lemis.com> <199907140724.BAA53478@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <19990714171614.09487@mojave.lemis.com> Greg Lehey writes: : Immediately before this code, I have: I thought that there was other code to do this... : > + slt->ctrl->irqs); : > return(EINVAL); : : Again, maybe an EBUSY? But it has found that you requested a interrupt that it can't use. This could be because the pcic chip doesn't have a irq8 line, or that the interrupt is in use by something else. The whole idea of keeping a mask is really ugly, but that's what we have. I'd like to keep EBUSY for places where the driver itself is already in use. I do agree that the text of the messages could be improved... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907141547.JAA55786>