[SCSIPORT]: Fixes + documentation:
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 19 May 2017 15:02:02 +0000 (15:02 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 19 May 2017 15:02:02 +0000 (15:02 +0000)
- In SpiSendInquiry():
  * use ExFreePoolWithTag;
  * if IoBuildDeviceIoControlRequest() fails, exit correctly the loop so that the allocated buffers are cleaned up;
- In SpiBuildDeviceMap():
  * support new peripheral type names, as documented in the links in the comments;
  * fix the "CommunicationsPeripheral" name (communication'S') as documented, and as done in windows' scsiport driver.

svn path=/trunk/; revision=74595


No differences found