SANE 1.0.1 under DEC UNIX 4.0

Marian Szebenyi (dms35@cornell.edu)
Mon, 14 Jun 1999 14:13:02 -0400

Hello, SANE people.

I have installed SANE 1.0.1 on a DEC Alpha running Digital UNIX 4.0D,
and had to edit a few things to get it to work. I didn't use the dynamic
loading or shared library options, so I can't say anything about them,
but I did find 3 places where there were problems that seemed general:

In sanei_scsi_cmd.c, the DECUNIX_INTERFACE parts:

sanei_scsi_cmd needs a line "hdr.uagt_ccblen = sizeof(ccb);" before
the call to ioctl.

sanei_scsi_open needs to set fake_fd = 1;

In hp-scl.c, sanei_hp_scsi_pipeout needs to include "close (outfd);" at
the end, to avoid an infinite loop.

Yours,

Marian Szebenyi
MacCHESS, Cornell University

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com