Subject: Re: CVS commit: syssrc
To: Frank van der Linden <fvdl@wasabisystems.com>
From: None <jchacon@genuity.net>
List: port-i386
Date: 12/20/2000 10:45:05
>I vaguely remember looking into this, and another problem is that
>a driver's attach function returns void, and thus errors can not
>be signaled. But I think it's ok for them to just return (some drivers
>do this already) on some failure.

Most drivers when they fail to attach just printf() and return. Not wonderful,
but there really isn't much that'll care here.

James