home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8856 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.9 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!bloom-beacon!bloom-picayune.mit.edu!root
  2. From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: EISA bus machines
  5. Message-ID: <1992Aug23.054741.316@athena.mit.edu>
  6. Date: 23 Aug 92 05:47:41 GMT
  7. Sender: root@athena.mit.edu (System PRIVILEGED Account)
  8. Reply-To: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  9. Organization: The Internet
  10. Lines: 32
  11.  
  12.  
  13.    From: cc_s525@kingston.ac.uk (Francis Bell)
  14.    Date: 22 Aug 92 14:10:56 GMT
  15.  
  16.       The FAQ says that Linux won't run on EISA machines. Can anyone
  17.    explain why, and suggest how difficult it would be to remedy ?
  18.  
  19. That's not strictly true; if your EISA machine has a ISA floppy
  20. controller and a ISA graphics card plugged into, then Linux should be
  21. able to run on it without any problems.  In fact, I think I remember
  22. someone reporting success with this configuration.
  23.  
  24. The problem is that if you're doing this,  there's really no point in
  25. your having  shelled out extra $$$ for the EISA bus, since you wouldn't
  26. be able to use it.  
  27.  
  28. What's needed to rememdy this is that someone would need to write (or
  29. "borrow" from somewhere) device drivers that recognized EISA interface
  30. cards, particularily the hard disk and video interfaces.
  31.  
  32. The same situation is true for the MCA bus, although that will be much
  33. harder, since MCA isn't even backwards compatible with ISA.  At least
  34. with EISA, someone could borrow a ISA hard disk controller while he/she
  35. was debugging the EISA controller; thus development would be much easier
  36. under EISA than it would be under MCA.  That's not to say that it
  37. wouldn't be possible to include MCA support as well; it would just be
  38. much more complicated.  So I wouldn't hold your breath for MCA support,
  39. but EISA support is within the realm of possibility, assuming someone
  40. blessed with such a machine is willing to look at writing Linux drivers
  41. for these new controllers.
  42.  
  43.                                 - Ted
  44.