mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* Added more drive detection mechanisms
git-svn-id: trunk@9601 -
This commit is contained in:
parent
8793de3166
commit
323cd9e0fe
@ -1079,7 +1079,7 @@ end;
|
||||
|
||||
|
||||
Const
|
||||
NrDevices = 14;
|
||||
NrDevices = 16;
|
||||
Devices : Array[1..NrDevices] of string = (
|
||||
'/dev/cdrom',
|
||||
'/dev/cdroms/cdrom?',
|
||||
@ -1094,6 +1094,8 @@ Const
|
||||
'/dev/sjcd',
|
||||
'/dev/cm206cd',
|
||||
'/dev/gscd',
|
||||
'/dev/scd?',
|
||||
'/dev/sr?',
|
||||
'/dev/optcd');
|
||||
|
||||
Function DetectCD : String;
|
||||
|
Loading…
Reference in New Issue
Block a user