home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18800 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.3 KB

  1. Path: sparky!uunet!ogicse!hp-cv!hp-pcd!hp-vcd!johne
  2. From: johne@PROBLEM_WITH_INEWS_GATEWAY_FILE (John Eaton)
  3. Newsgroups: sci.electronics
  4. Subject: Re: Disk drive fails when pc card plugged, why?
  5. Message-ID: <BxM7z6.1LD@vcd.hp.com>
  6. Date: 12 Nov 92 18:13:54 GMT
  7. Article-I.D.: vcd.BxM7z6.1LD
  8. References: <40712@sdcc12.ucsd.edu>
  9. Sender: news@vcd.hp.com (News user)
  10. Distribution: usa
  11. Organization: Hewlett-Packard VCD
  12. Lines: 21
  13. X-Newsreader: Tin 1.1 PL5
  14.  
  15. Vincent Wass (vwass@sdcc13.ucsd.edu) wrote:
  16. : I am having trouble with a computer interface project.  I'm trying
  17. : to decode addresses on the bus for my own plug-in wire-wrap card.
  18. : My only problem seems to be that while the card is plugged
  19. : in, both of my disk drives (5 1/4, and 3 1/2) have some sort of
  20. : problem copying files to my hard drive.  When I type chkdsk at the
  21. --------------------------
  22. The Pc Bus has a signal called <something like> CPUAEN that tells you if
  23. it is a CPU cycle or a DMA cycle. All IO devices must include this signal 
  24. in their decoding and not respond unless it is a CPU cycle.
  25.  
  26. Whats happening is that the system is doing a disk read into memory that
  27. has the same address as your IO card. Your card sees the proper address 
  28. and the IORead strobe intended for the disk controller and promptly
  29. blows away the data on the data buss.
  30.  
  31. John Eaton
  32. !hp-vcd!johne
  33.