- New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
commit8466fc34dea84eb3fa56e11c8b1f33ea8bdf05c0
authorDavid Elliott <dfe@infinite-internet.net>
Sat, 15 Jul 2000 15:15:31 +0000 (15 15:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 15 Jul 2000 15:15:31 +0000 (15 15:15 +0000)
tree2089f20e21ca04c553a2f5e90974b457605f1ea7
parentae3716d690f01b048e8fd28333db76c9b30cc3b1
- New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
  guessing the command length correctly, and if not, tell's it what's up.
- Changed strcat to strcpy in SendASPI32Command to avoid requiring the
  caller to clear the fields.
- Added a new field to HA_Unique content to fix some applications.  Will
  fix this for good at a later date.
- Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
  Linux)
- Added some constants to winescsi.h
(with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
dlls/winaspi/aspi.c
dlls/winaspi/winaspi32.c
dlls/winaspi/winescsi.h