[haiku-development] Re: Driver loading

  • From: Colin Günther <coling@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 25 Jun 2009 19:00:58 +0200

Rene Gollent schrieb:
On Thu, Jun 25, 2009 at 11:44 AM, Colin Günther<coling@xxxxxx> wrote:
Hi,
is there a way for dynamically loading/unloading a driver or do I have to
restart Haiku every time?

Drivers in Haiku are loaded strictly on demand ; if nothing has an
open file handle to the device, the driver is unloaded. Depending on
what kind of driver you're dealing with, that may or may not be
trivial to arrange.

Regards,

Rene

OK,
so to test an init_hardware() function I have to restart Haiku everytime if I understand correctly?

-colin

Other related posts: