mckay@frenchhorn.ecn.purdue.edu (Dwight D. McKay) (03/28/90)
Is it possible to run a SCSI device, in this case a scanner, from multifinder under AUX 2.0? I have a hand scanner (Logitech's ScanMan) which is hooked up to the SCSI bus and has a program to go out and 1) find the device and 2) read an image. Any ideas if this would still work under the new multifinder/AUX 2.0 setup? --Dwight D. McKay, ECN Workstation Software Support --Purdue University, Engineering Computer Network --Office: MSEE 104f, Phone: (317) 494-3561 --ARPAnet: mckay@harbor.ecn.purdue.edu, Usenet: ...rutgers!pur-ee!mckay
rick@Apple.COM (Rick Auricchio) (03/29/90)
In article <1990Mar27.194851.15269@ecn.purdue.edu> mckay@frenchhorn.ecn.purdue.edu (Dwight D. McKay) writes: > >Is it possible to run a SCSI device, in this case a scanner, from >multifinder under AUX 2.0? I have a hand scanner (Logitech's ScanMan) >which is hooked up to the SCSI bus and has a program to go out and 1) >find the device and 2) read an image. Any ideas if this would still >work under the new multifinder/AUX 2.0 setup? > Sorry, no support for "Mac" SCSI calls under 2.0. With an A/UX driver, programs could do read/write/ioctl, but not the usual Mac-style "direct" SCSI calls. -- -- Rick Auricchio, Apple Computer Inc, 20525 Mariani Av MS 58A Cupertino CA 95014 sun!apple!rick OR rick@apple.COM Mooney N894AR (408) 974-4227 Never eat prunes when you're famished. My opinion is my own. My employer? They use a windsock and a fire extinguisher.
urlichs@smurf.sub.org (Matthias Urlichs) (03/29/90)
In comp.unix.aux, article <39893@apple.Apple.COM>,
rick@Apple.COM (Rick Auricchio) writes:
< >
< Sorry, no support for "Mac" SCSI calls under 2.0. With an A/UX
< driver, programs could do read/write/ioctl, but not the usual
< Mac-style "direct" SCSI calls.
Why not?
At least the "New" SCSI manager call, as promised for System 7.0, should be
pretty trivial to implement. Just create a special device /dev/scsi and a
special ioctl whose third argument points to the parameter block. Or
something.
The "old" SCSI manager, of course, is another problem.
I don't think it is possible to sensibly map that beast onto the A/UX notion
of how to do SCSI.
< --
< Rick Auricchio, Apple Computer Inc, 20525 Mariani Av MS 58A Cupertino CA 95014
--
Matthias Urlichs
dumais@nixter.UUCP (Paul E. Dumais) (03/29/90)
In article <1990Mar27.194851.15269@ecn.purdue.edu> mckay@frenchhorn.ecn.purdue.edu (Dwight D. McKay) writes: > > Is it possible to run a SCSI device, in this case a scanner, from > multifinder under AUX 2.0? I have a hand scanner (Logitech's ScanMan) > which is hooked up to the SCSI bus and has a program to go out and 1) > find the device and 2) read an image. Any ideas if this would still > work under the new multifinder/AUX 2.0 setup? No. The Mac O/S application will try to talk to the SCSI port directly which is not permitted with A/UX. It's not impossible but the drivers do not exist. -- -------------------------------------------------------------------------- | Paul E. Dumais:A/UX Specialist:Apple Canada Inc.:+1 416 474-9872 | | "Where *does* he get those wonderful toys - The Joker" | --------------------------------------------------------------------------
rick@Apple.COM (Rick Auricchio) (03/30/90)
In article <1990Mar28.214349.3497@smurf.sub.org> urlichs@smurf.sub.org (Matthias Urlichs) writes: > >At least the "New" SCSI manager call, as promised for System 7.0, should be >pretty trivial to implement. Just create a special device /dev/scsi and a >special ioctl whose third argument points to the parameter block. Or >something. True, but it isn't yet operational for us to use. Your idea is very likely workable. Gene Dronek (Vulcan Labs) and Rich Morin (Canta Forda Computer Lab) have been developing a /dev/scsi implementation for several platforms, including A/UX. It's been quite a while since we worked with them, but I think that idea's time may come soon. > >The "old" SCSI manager, of course, is another problem. >I don't think it is possible to sensibly map that beast onto the A/UX notion >of how to do SCSI. That's for sure. Might work for some drivers, might be dicey. -- -- Rick Auricchio, Apple Computer Inc, 20525 Mariani Av MS 58A Cupertino CA 95014 sun!apple!rick OR rick@apple.COM Mooney N894AR (408) 974-4227 Never eat prunes when you're famished. My opinion is my own. My employer? They use a windsock and a fire extinguisher.