Subversion Repositories Kolibri OS

Rev

Rev 4700 | Rev 5143 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4700 Rev 4711
Line 1328... Line 1328...
1328
======================================================================
1328
======================================================================
1329
Parameters:
1329
Parameters:
1330
  * eax = 24 - function number
1330
  * eax = 24 - function number
1331
  * ebx = 4 - subfunction number
1331
  * ebx = 4 - subfunction number
1332
  * ecx = position of CD/DVD-drive
1332
  * ecx = position of CD/DVD-drive
1333
      (from 0=Primary Master to 3=Secondary Slave)
1333
    from 0=Primary Master to 3=Secondary Slave for first IDE contr.
-
 
1334
    from 4=Primary Master to 7=Secondary Slave for second IDE contr.
-
 
1335
    from 8=Primary Master to 11=Secondary Slave for third IDE contr.
1334
Returned value:
1336
Returned value:
1335
  * function does not return value
1337
  * function does not return value
1336
Remarks:
1338
Remarks:
1337
  * The function is supported only for ATAPI devices (CD and DVD).
1339
  * The function is supported only for ATAPI devices (CD and DVD).
1338
  * When the tray is being ejected,
1340
  * When the tray is being ejected,
Line 1346... Line 1348...
1346
======================================================================
1348
======================================================================
1347
Parameters:
1349
Parameters:
1348
  * eax = 24 - function number
1350
  * eax = 24 - function number
1349
  * ebx = 5 - subfunction number
1351
  * ebx = 5 - subfunction number
1350
  * ecx = position of CD/DVD-drive
1352
  * ecx = position of CD/DVD-drive
1351
      (from 0=Primary Master to 3=Secondary Slave)
1353
    from 0=Primary Master to 3=Secondary Slave for first IDE contr.
-
 
1354
    from 4=Primary Master to 7=Secondary Slave for second IDE contr.
-
 
1355
    from 8=Primary Master to 11=Secondary Slave for third IDE contr.
1352
Returned value:
1356
Returned value:
1353
  * function does not return value
1357
  * function does not return value
1354
Remarks:
1358
Remarks:
1355
  * The function is supported only for ATAPI devices (CD and DVD).
1359
  * The function is supported only for ATAPI devices (CD and DVD).
1356
  * An example of usage of the function is the application CD_tray.
1360
  * An example of usage of the function is the application CD_tray.