haiku/src/system/kernel/device_manager
Michael Lotz a47ceb2aec * Only set the select hook on the device module if we actually got a select
hook from the legacy driver.
* Add note explaining why it is set to an arbitrary invalid value (~0) and why
  it still works by redirecting in the virtual Select() of LegacyDevice.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26079 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-06-22 13:30:56 +00:00
..
BaseDevice.cpp * BaseDevice didn't initialize the fInitialized member, and thus causing bug 2008-05-27 12:04:09 +00:00
BaseDevice.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
devfs_private.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
devfs.cpp * Removed the now superfluous pnp_devfs.h header. 2008-06-04 10:38:59 +00:00
device_manager_private.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
device_manager.cpp fixed listdev and device_manager syscalls 2008-06-06 22:23:25 +00:00
id_generator.cpp * Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER() 2008-06-05 23:19:27 +00:00
id_generator.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
io_resources.cpp when acquiring results in an error, the resource should be reset to avoid a crash on delete 2008-06-01 15:27:00 +00:00
io_resources.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
Jamfile * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
legacy_drivers.cpp * Only set the select hook on the device module if we actually got a select 2008-06-22 13:30:56 +00:00
legacy_drivers.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
settings.cpp * Accept case insensitive boolean values. 2008-03-09 15:26:29 +00:00