Commented out removing the /dev/bus/scsi/raw device for IDE devices. This seems
to cause some problems with the device manager that needs to be investigated, see bug #393 and #389. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16978 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -68,6 +68,9 @@ scsi_controller_added(device_node_handle parent)
|
||||
};
|
||||
|
||||
device_node_handle node;
|
||||
// TODO: this seems to cause a crash in some configurations, and needs to be investigated!
|
||||
// see bug #389 and #393.
|
||||
#if 0
|
||||
uint32 channel;
|
||||
|
||||
if (pnp->get_attr_uint32(parent, "ide/channel_id", &channel, true) == B_OK) {
|
||||
@@ -75,6 +78,7 @@ scsi_controller_added(device_node_handle parent)
|
||||
// a bus device for those
|
||||
attrs[5].name = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
return pnp->register_device(parent, attrs, NULL, &node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user