Date: Fri, 02 Nov 2001 10:25:18 -0700 From: Warner Losh <imp@harmony.village.org> To: Munehiro Matsuda <haro@h4.dion.ne.jp> Cc: t-ogawa@triaez.kaisei.org, freebsd-current@FreeBSD.ORG Subject: Re: Panic with PCCARD Message-ID: <200111021725.fA2HPI762258@harmony.village.org> In-Reply-To: Your message of "Sat, 03 Nov 2001 00:56:10 %2B0900." <20011103005610L.haro@h4.dion.ne.jp> References: <20011103005610L.haro@h4.dion.ne.jp> <20011102010512I.haro@h4.dion.ne.jp> <867kt9v774.wl.t-ogawa@triaez.kaisei.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20011103005610L.haro@h4.dion.ne.jp> Munehiro Matsuda writes: : ::- Let pccardd(8) pass -1 as unit number for : :: pccard.conf entries without unit number ... : ::--- usr.sbin/pccard/pccardd/file.c.orig Fri Nov 2 17:16:58 2001 : ::+++ usr.sbin/pccard/pccardd/file.c Fri Nov 2 17:17:17 2001 : ::@@ -573,6 +573,7 @@ : :: drivers = drvp; : :: drvp->name = newstr(name); : :: drvp->kernel = newstr(name); : ::+ drvp->unit = -1; : :: p = drvp->kernel; : :: while (*p++) : :: if (*p >= '0' && *p <= '9') { I think this is OK. At first I thought there were problems, but on closer look, it is right. I'll commit these. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111021725.fA2HPI762258>