home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3243 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!mips!newsun!gateway.novell.com!terry
  3. From: terry@npd.Novell.COM (Terry Lambert)
  4. Subject: Re: Adaptec SCSI bug?
  5. Message-ID: <1992Jul31.002259.29940@gateway.novell.com>
  6. Sender: news@gateway.novell.com (NetNews)
  7. Nntp-Posting-Host: thisbe.eng.sandy.novell.com
  8. Organization: Novell NPD -- Sandy, UT
  9. References: <1992Jul30.210037.9265@ninja.zso.dec.com>
  10. Date: Fri, 31 Jul 1992 00:22:59 GMT
  11. Lines: 25
  12.  
  13. In article <1992Jul30.210037.9265@ninja.zso.dec.com> mbs@fungus.zso.dec.com (Michael Schmitz) writes:
  14. >In trying to figure out why my 386BSD 0.1 sometimes hangs during
  15. >heavy disk I/O, I noticed the following in the adaptec driver:
  16.  
  17.  
  18.     I noticed this as well with a WD1007 EDSI controller, only much more
  19. frequently (like the disk locked up during install).  I think this has to
  20. be either a more general problem in UFS, or in the paging code, which is how
  21. UFS does it's disk writes.  If anyone has a soloution, I am sure you would
  22. have both Michael and my thanks.
  23.  
  24.     I will try to repeat this on the floppy alone, by copying to /dev/null,
  25. but this will only locate it if it's in the read code, since devices use
  26. the spec_vfsops, and the pager won't be used for real data transfers *to*
  27. /dev/null, only for reads from the disk.  If it's a read latency problem,
  28. it still won't be identified, because floopies are slower.  More on this
  29. tomorrow.
  30.  
  31.  
  32.                     Terry Lambert
  33.                     terry_lambert@gateway.novell.com
  34.                     terry@icarus.weber.edu
  35. ---
  36. Disclaimer:  Any opinions in this posting are my own and not those of
  37. my present or previous employers.
  38.