shutoff all R4.5.0 cloning workarounds for the drivers I worked on.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -329,7 +329,7 @@ static status_t map_device(device_info *di)
|
|||||||
|
|
||||||
/*work out which version of BeOS is running*/
|
/*work out which version of BeOS is running*/
|
||||||
get_system_info(&sysinfo);
|
get_system_info(&sysinfo);
|
||||||
if (sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
if (0)//sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||||
{
|
{
|
||||||
si->use_clone_bugfix = 1;
|
si->use_clone_bugfix = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ static status_t map_device(device_info *di)
|
|||||||
|
|
||||||
/*work out which version of BeOS is running*/
|
/*work out which version of BeOS is running*/
|
||||||
get_system_info(&sysinfo);
|
get_system_info(&sysinfo);
|
||||||
if (sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
if (0)//sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||||
{
|
{
|
||||||
si->use_clone_bugfix = 1;
|
si->use_clone_bugfix = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -581,7 +581,7 @@ static status_t map_device(device_info *di)
|
|||||||
|
|
||||||
/*work out which version of BeOS is running*/
|
/*work out which version of BeOS is running*/
|
||||||
get_system_info(&sysinfo);
|
get_system_info(&sysinfo);
|
||||||
if (sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
if (0)//sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||||
{
|
{
|
||||||
si->use_clone_bugfix = 1;
|
si->use_clone_bugfix = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -356,7 +356,7 @@ static status_t map_device(device_info *di)
|
|||||||
|
|
||||||
/*work out which version of BeOS is running*/
|
/*work out which version of BeOS is running*/
|
||||||
get_system_info(&sysinfo);
|
get_system_info(&sysinfo);
|
||||||
if (sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
if (0)//sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||||
{
|
{
|
||||||
si->use_clone_bugfix = 1;
|
si->use_clone_bugfix = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user