Jump to content

ASPI Router: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
ASPI Router is a device driver that lets you access the SCSI bus from your application. It is required for cdrecord and other programs that access SCSI on an application level, such as SANE, or for anyone that wishes to write programs that interface with SCSI devices without writing a device driver.
ASPI Router is a device driver that lets you access the SCSI bus from your application. It is required for cdrecord and other programs that access SCSI on an application level, such as SANE, or for anyone that wishes to write programs that interface with SCSI devices without writing a device driver.
==Download==
* Binary: [http://hobbes.nmsu.edu/h-search.php?key=aspirb10 hobbes]
* Source code: [http://hobbes.nmsu.edu/h-search.php?key=aspisrc hobbes], [https://github.com/OS2World/DRV-ASPI_Router Github]


==Functions==
==Functions==
Line 38: Line 34:
==License==
==License==
* Free / AS IS
* Free / AS IS
 
Author:
==Author==
* Daniel Dorau
* Daniel Dorau
* Paul Ratcliffe
* Paul Ratcliffe
==Links==
* Source code: [https://github.com/OS2World/DRV-ASPI_Router Github]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 01:33, 18 January 2020

ASPI Router is a device driver that lets you access the SCSI bus from your application. It is required for cdrecord and other programs that access SCSI on an application level, such as SANE, or for anyone that wishes to write programs that interface with SCSI devices without writing a device driver.

Functions

Private

  • initSemaphore
  • closeSemaphore
  • openDriver
  • closeDriver
  • initBuffer
  • waitPost

Public

  • scsiObj
  • ~scsiObj
  • init
  • close
  • rewind
  • read
  • locate
  • unload
  • read_position
  • space
  • testUnitReady
  • write
  • write_filemarks
  • HA_inquiry
  • getDeviceType
  • resetDevice
  • abort

Files

License

  • Free / AS IS

Author:

  • Daniel Dorau
  • Paul Ratcliffe

Links