home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0244.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  2.5 KB  |  64 lines

  1. > On Nov 23, 11:40pm, Ralph Schmidt wrote:
  2. > > > And, to ease my decision, when will there be a NetBSD driver for either the
  3. > > > A4091 or the Z3 Fastlane? :) (or any other Fast-SCSI-2 adapter that might
  4. > > > emerge.)
  5. > > > 
  6. > > 
  7. > > Good question...today i looked at the dev/ directory to see how
  8. > > the other drivers look like.
  9. > > 
  10. > > 1) Why these cryptical file names ?...why not use filenames that show
  11. > >    what files are related to each other. Example
  12. > > 
  13. > > Zeus_fubar.c instead of sz.c and tz.c
  14. > > Zeus_fubar.h
  15. > > 
  16. > > It should be visibile what files are related and what kind of layer
  17. > > each file represents.
  18. > > 
  19. > > Sorry that i picked up the Zeus but it's the same with the other stuff
  20. > > in that directory.
  21. >   The rz.c and tz.c are the device drivers for the /dev/rz* and /dev/tz*
  22. > devices.  The original sd.c and st.c are the device drivers for the /dev/sd*
  23. > and /dev/st* devices.  [I assume that sd -> "scsi disk" and
  24. > st -> "scsi tape".]  The rz.c and tz.c are clones of sd.c and st.c to allow
  25. > using different controller types.  The current scsi implementation in the
  26. > Amiga NetBSD is not real clean.  The file scsi.c provides the generic
  27. > 33C93 support (along with A3000, A2091, and GVP specific initialization).
  28. > The siop.c is an equavlent file to support the 73C710 Scsi I/O Processor
  29. > (siop).  The version in the 713 sources currently only supports the Zeus
  30. > SCSI interface, but I have modified it in an attempt to provide support
  31. > for another 73C710-based controller.  It should be relatively easy to
  32. > add A4091 support when someone provides the hardware information (things
  33. > like the autoconfig product code, the location of the 73C710 in the board's
  34. > address space, and some of the data needed to initialize the 73C710).
  35. > Adding support for any other 73C710-based SCSI should be relatively easy also.
  36.  
  37. Thank you..at least some background informations:-B
  38.  
  39. > > 2) As I'm not a Tunix expert i have to install NetBSD first
  40. > >    and then check how the whole scsi stuff is handled and how i can
  41. > >    integrate my Fastlane device.
  42. > >    To sum it: I have no clue when a driver will be ready:-B
  43. >   Does the Fastlane use the 73C710?
  44.  
  45. Nope..Emulex FAS216. This Emulex is 99.9% compatible to the 
  46. NCR53C94. I have a Mach driver somewhere but i don't know if
  47. it's compatible to NetBSD. If somebody could give me a NetBSD
  48. NCR53C94 version it would be a *real big help*.
  49.  
  50. Regards.
  51.  
  52.  
  53.  
  54.  
  55. -- 
  56. Ralph Schmidt                                            laire@uni-paderborn.de
  57. University of Paderborn (Germany)
  58.  
  59.