home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4853 < prev    next >
Encoding:
Text File  |  1992-08-30  |  3.4 KB  |  91 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!stanford.edu!agate!tfs.com!tfs.com!julian
  3. From: julian@tfs.com (Julian Elischer)
  4. Subject: Re: WD7000? (answers) info on SCSI project.
  5. Message-ID: <1992Aug30.055254.18730@tfs.com>
  6. Summary: SCSI DRIVER PROJECT
  7. Organization: TRW Financial Systems
  8. References: <1992Aug30.015113.20172@ctr.columbia.edu>
  9. Distribution: comp
  10. Date: Sun, 30 Aug 1992 05:52:54 GMT
  11. Lines: 78
  12.  
  13. In article <1992Aug30.015113.20172@ctr.columbia.edu> vikki@e40-008-9.MIT.EDU (Vikki King) writes:
  14. >Hi Everyone!
  15. >
  16. >    I'm all set to go out and get an Adaptec 1542B SCSI adapter or an
  17. >AHA1740 to run in 1542 mode, but I thought I'd ask the net first if anyone's
  18. >heard of any effort to write a 386BSD driver for the Western Digital
  19. >WD7000-FASST2 SCSI adapter.  I'm using one now with Esix SvsV R3.2D and a big
  20. >Maxtor disk.  I've never been overly thrilled by it though because there's no
  21. >boot driver for it - I have to boot from an IDE disk and mount the Maxtor
  22. >afterwards...  I feel like it might a good time to break down and get the
  23. >Adaptec card, unless.....  Someone is working on a driver for the WD7000?  :-)
  24. >Much thanks to all of you!
  25. >
  26. >-John
  27. >jackson@a1.mec.mass.edu
  28. >
  29. >
  30.  
  31. In answer to this question:
  32. Yes there is work under way for a WD7000 driver.
  33. It is part of a loosely organised project to write a coherent scsi
  34. subsystem for 386bsd.
  35. The first driver completed is the
  36. adaptec 1542B (now in ALPHA testing (even boots!))
  37.  
  38. Scsi boards having drivers written for them include:
  39. -------------------------------------------------------
  40. Adaptec 1542B    -completed and in alpha
  41. Adaptec 1542a    -I am investigating the differences with the
  42.         1542B and may produce a 'variant' driver if it seems
  43.         feasible.
  44. Adaptec 1522    -one person has expressed interest in doing this
  45.         -present status unknown.
  46. WD7000        -probing, latest status unknown
  47. ST01/ST02    -Being ported from a working driver 
  48. Future Domain    -two people starting on this one this week
  49. Bustek 742a    -basically completed, I can't test it yet.(native 32bit mode)
  50.         -(I don't have and EISA 386bsd machine ready yet)(next week)
  51. Adaptec 1740    -I have the docs and expect to do it in the next few weeks
  52.  
  53. scsi devices with modules being written:
  54. -------------------------------------------------------
  55. scsi disk    -in alpha. boots and runs. sometimes crashes in disklabel?
  56. scsi tape    -in alpha.
  57.             -runs on:
  58.                 cypher 3480 compatible drive
  59.                 exabyte 8200
  60.                 Wangdat 1300 DAT drive
  61.             -being tested on:
  62.                 Archive Viper (minor bugs)
  63.  
  64. scsi cdrom    -not supported, will someone write one?
  65.         -use PACE's as a guide.
  66.  
  67.  
  68.  
  69. support code:
  70. -------------------------------------------------------
  71. BIOS enabled boot blocks. able to boot on any device that has BIOS roms
  72.         - I'm getting creamed by this one 8-)
  73. SCSI badblocking utility: (tell the drive to map out bad blocks)
  74.         -I don't have any bad blocks.. when I do it'll appear 8-)
  75. ENHANCED scsi tape utility.. knows about extended tape support
  76.         - e.g. setting densities on 9-track etc. -planned-
  77.  
  78. If any people have updates on the status of these projects could they
  79. let me know? If anyone knows of people working on OTHER drivers could
  80. you also let me know. 
  81.  
  82. +----------------------------------+       ______ _  __
  83. |   __--_|\  Julian Elischer       |       \     U \/ / On assignment
  84. |  /       \ julian@tfs.com        +------>x   USA    \ in a very strange
  85. | (   OZ    ) 2118 Milvia st. Berkeley CA. \___   ___ | country !
  86. +- X_.---._/  USA+(510) 704-3137(wk)           \_/   \\            
  87.           v
  88.  
  89.  
  90.  
  91.