[sane-devel] sparc64 and sparc32 users: please test latest snapshot

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 21 Jan 2003 17:14:53 +0100


Hi,

There is a new fix concerning the SCSI problems with sparc 64 in CVS.
If you have a sparc32 or sparc64, please test if that fix works and if
it breaks anything.

A snapshot including this patch can be found at:
http://www.meier-geinitz.de/sane/snapshots/ (see unofficial snapshots).

Basically, configure tests the following:

if sparc64 -q > /dev/null 2>&1 ; then
  AC_DEFINE(DISABLE_LINUX_SG_IO, 1, [Should we disable SCSI generic v3?])
fi
 

Thanks to Dieter Jurzitza for this fix and testing.

bye,
  Henning