home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / misc / 4351 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.5 KB  |  54 lines

  1. Newsgroups: comp.misc
  2. Path: sparky!uunet!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mccall
  3. From: mccall@mksol.dseg.ti.com (fred j mccall 575-3539)
  4. Subject: Re: ISA vs EISA
  5. Message-ID: <1992Nov19.194217.26813@mksol.dseg.ti.com>
  6. Organization: Texas Instruments Inc
  7. References: <muse-181192100422@mla.cssites.uga.edu>
  8. Date: Thu, 19 Nov 1992 19:42:17 GMT
  9. Lines: 43
  10.  
  11. In <muse-181192100422@mla.cssites.uga.edu> muse@athena.cs.uga.edu (Doug Muse) writes:
  12.  
  13. >Does anyone have a list or comparison for 486 motherboards?  I would like
  14. >more information comparing ISA and EISA motherboards.  What are the
  15. >differences other than 16 and 32 bit architecture?  What advantages does 32
  16. >bit offer?  Are the EISA 32 bit slots backward compatible with 16 bit
  17. >boards? Thanks in advance for all the help.  
  18.  
  19. Well, other than having one of each and knowing just a bit about them,
  20. I don't have any 'formal' document comparing them.  However, to answer
  21. your questions:
  22.  
  23. ISA is 16-bit, usually running at 8 MHz (although some run at 10-12
  24. MHz), and does bus transfers in 2 clock cycles for a throughput rate
  25. of 8 MB/s.  EISA is 32-bit, specified to run at 8.33 MHz, does bus
  26. transfers in 1 clock, for a throughput rate of 33 MB/s.
  27.  
  28. ISA only allows DMA to the lower 16 MB of memory (only 24 address
  29. lines on the bus), so bus-mastering cards (of which you are only
  30. allowed 2 on an ISA bus, I think) must not try to DMA to addresses
  31. higher than that (system software and such must make special
  32. provisions if there is more than 16 MB of memory on the board).  EISA
  33. provides for multiple busmasters and allows DMA to 4 GB or so.  ISA
  34. boards may not (generally) share interrupts, unless the board itself
  35. arbitrates for the multiple devices.  EISA boards may share
  36. interrupts. 
  37.  
  38. ISA boards can be used in EISA bus slots without affecting EISA cards
  39. on the bus -- this was one of the design goals for EISA.  Typical
  40. systems will use ISA boards for things like serial ports (unless they
  41. are large multi-port boards), etc., and use EISA boards for those
  42. things which require large throughput (remembering that the ISA bus
  43. will 'choke' somewhere under 8 MB/s, while EISA is good out to 33
  44. MB/s) -- disk controllers (typically SCSI), multiple ethernet boards,
  45. etc. 
  46.  
  47. Hope this helps.
  48.  
  49. -- 
  50. "Insisting on perfect safety is for people who don't have the balls to live
  51.  in the real world."   -- Mary Shafer, NASA Ames Dryden
  52. ------------------------------------------------------------------------------
  53. Fred.McCall@dseg.ti.com - I don't speak for others and they don't speak for me.
  54.