SendASPI32Command32 has to be __cdecl.
Updated documentation/aspi and reverted an ERR back to WARN.
diff --git a/documentation/aspi b/documentation/aspi
index a0b9d43..544d0b6 100644
--- a/documentation/aspi
+++ b/documentation/aspi
@@ -14,6 +14,9 @@
formatting your hard drives (assuming the device gave you permission -
if you're running as root, all bets are off).
+So please make sure that **all** SCSI devices that the program won't need
+have their permissions set as restricted as possible !
+
Cookbook for setting up scanner: (At least how mine is to work)
================================
@@ -33,6 +36,8 @@
============================================================
0) Your scsi card must be supported under linux. This will not work with
an unknown scsi card.
+Even for cheap'n crappy "scanner only" controllers some special Linux drivers
+exist on the net.
1) Compile generic scsi drivers into your kernel.
@@ -70,15 +75,16 @@
NOTES/BUGS:
===========
The biggest is that it only works under linux at the moment.
-The ASPI code was only tested using a Mustek 800SP with a Buslogic
-controller under Linux.
The ASPI code has only been tested with:
- a Mustek 800SP with a Buslogic controller under Linux [BM]
- a Siemens Nixdorf 9036 with Adaptec AVA-1505 under Linux
accessed via DOSASPI.
- Note that I had color problems, though (barely readable result). [AM]
+ Note that I had color problems, though (barely readable result) [AM]
+- a Fujitsu M2513A MO drive (640MB) using generic scsi drivers.
+ Formatting and ejecting worked perfectly.
+ Thanks to Uwe Bonnes for access to the hardware ! [AM]
-I make no warranty to the aspi code. It makes my scanner work. Your scanner
+I make no warranty to the aspi code. It makes my scanner work. Your devices
may explode. I have no way of determining this. I take zero responsibility!