Date: Wed, 25 Mar 1998 10:45:32 -0700 (MST) From: Nate Williams <nate@caddis.mt.sri.com> To: Tatsumi Hosokawa <hosokawa@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pcic.c Message-ID: <199803251745.KAA00446@caddis.mt.sri.com> In-Reply-To: <199803191619.IAA23687@freefall.freebsd.org> References: <199803191619.IAA23687@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> hosokawa 1998/03/19 08:19:19 PST > > Modified files: > sys/pccard pcic.c > Log: > Uninitialized pointer reference may happen on particular environment. > (for example, it kills my new laptop, Toshiba Libretto 100....) This shouldn't happen unless there are some misconfiguration problems. I can't remember who, but another person had lots of these types of problems and it turned out to be some other problem completely, due to out-of-date kernel sources. Basically, due to the way interrupts are done, nothing bad can happen in this case if everything on your hardware is correct. If you've got bad hardware, then this only points to a problem, and IMHO should NOT be worked around since problems may occur later and more randomly. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803251745.KAA00446>