Date: Thu, 15 Jul 1999 08:35:00 -0600 From: Nate Williams <nate@mt.sri.com> To: Warner Losh <imp@village.org> Cc: mobile@FreeBSD.ORG Subject: Re: Oooppsss Message-ID: <199907151435.IAA02139@mt.sri.com> In-Reply-To: <199907150339.VAA60917@harmony.village.org> References: <199907150339.VAA60917@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> memcpy(drv.misc, sp->eaddr, 6); > if (ioctl(sp->fd, PIOCSDRV, &drv)) { > - logmsg("driver allocation failed for %s", sp->card->manuf); > + logmsg("driver allocation failed for %s(%s): %s", > + sp->card->manuf, sp->card->version, strerror(errno)); > return (0); > } > return (1); Check into logerr. It may need to be modified. Nate 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?199907151435.IAA02139>