Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation git-svn-id: svn://kolibrios.org@9583 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -625,7 +625,7 @@ uint32_t drvEntry(int action, char *cmdline)
|
||||
create_dm_list();
|
||||
print_dm_list();
|
||||
|
||||
write_device_dat("/RD/1/DRIVERS/DEVICES.DAT");
|
||||
write_device_dat("/SYS/DRIVERS/DEVICES.DAT");
|
||||
|
||||
err:
|
||||
return 0;
|
||||
|
@@ -23,9 +23,9 @@ u32_t drvEntry(int action, char *cmdline)
|
||||
if(action != 1)
|
||||
return 0;
|
||||
|
||||
if( !dbg_open("/rd/1/drivers/acpi.log") )
|
||||
if( !dbg_open("/sys/drivers/acpi.log") )
|
||||
{
|
||||
printf("Can't open /rd/1/drivers/acpi.log\nExit\n");
|
||||
printf("Can't open /sys/drivers/acpi.log\nExit\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user