home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5422 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.8 KB  |  37 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!sal.wisc.edu!rat!cindy!satmech
  3. From: satmech@ecst.csuchico.edu (satmech)
  4. Subject: Re: fdprobe() returns 0
  5. Message-ID: <1992Sep10.000731.5529@ecst.csuchico.edu>
  6. Keywords: fdc wdc patch fdprobe
  7. Sender: news@ecst.csuchico.edu (no news is good news)
  8. Nntp-Posting-Host: cscihp.ecst.csuchico.edu
  9. Organization: California State University, Chico
  10. References: <1992Sep7.192540.10143@Urmel.Informatik.RWTH-Aachen.DE>
  11. Date: Thu, 10 Sep 1992 00:07:31 GMT
  12. Lines: 23
  13.  
  14. In article <1992Sep7.192540.10143@Urmel.Informatik.RWTH-Aachen.DE> kuku@acds.physik.rwth-aachen.de writes:
  15. >
  16. >I installed the 2nd drive (updated) patch from Tom Helbekkmo
  17. >(tih@barsoom.nhh.no) and since then (?) I cannot access my fd drive any longer.
  18. >
  19. >I peeked into fdprobe() with a printf() and find that fdprobe() does
  20. >not even see the FD controller (at 3f0). 
  21. >
  22. >I'm baffled. I will now successively go back in steps to see at which kernel 
  23. >configuration I can see my floppies again. 
  24. >
  25. >It does not seem to be hardware - a different IDE controller gave the same
  26. >bad result and I can still boot dist.fs (I'm using a 386SX 16MHz Morse Motherboard with 8MB, two disks). It's really strange, maybe too strange 
  27. >to post it here - but if anyone has a vague idea what I could also look for or check I'd be thankful.
  28. >
  29. This seems to be a problem with all IDE controllers (mine too).  It doesn't
  30. respond to the NE7CMD_SPECIFY command in fdprobe().  I just commented this
  31. part out, the if(out_fdc(NE7CMD_SPECIFY) < 0 ) { ... } lines 125-128 in
  32. /sys/i386/isa/fd.c and it recognized both my 1.44m and 1.2m floppies and
  33. mtools works great...
  34.  
  35. If anyone has a better fix than this quick hack, please tell me about it.
  36.  
  37.