home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13642 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!cs.utexas.edu!chinacat!chip
  3. From: chip@chinacat.unicom.com (Chip Rosenthal)
  4. Subject: Re: Avoiding the "8/16 Bit Problem"
  5. Organization: Unicom Systems Development, Austin, TX
  6. Date: Wed, 26 Aug 1992 23:31:35 GMT
  7. Message-ID: <1992Aug26.233135.11289@chinacat.unicom.com>
  8. References: <18392@polstra.UUCP> <1992Aug26.145710.3533@crd.ge.com>
  9. Lines: 27
  10.  
  11. In article <1992Aug26.145710.3533@crd.ge.com>
  12.     davidsen@crd.ge.com (bill davidsen) writes:
  13. >  The real 1542 is a 16 bit card, won't run in 8 bit sockets.
  14.  
  15. But that's beside the point.
  16.  
  17. The issue on the 8-bit vs 16-bit conflict is how the device performs
  18. memory accesses.  For example, a card might do 16-bit I/O accesses
  19. but only 8-bit memory accesses.  In the context of this question, such
  20. a card should be treated as an 8-bit card even though it requires a
  21. 16-bit slot.
  22.  
  23. The specific question which needs to be asked is whether the SCSI card
  24. uses 8-bit or 16-bit BIOS ROM accesses, because that is the only memory
  25. mapped portion of these cards.  True, UNIX does not use the BIOS, but
  26. that doesn't matter.  The whole point is that if any card in the 128K
  27. memory segment wants to do memory transfers 16-bits at a time, then
  28. every card in that segment must use 16-bit tranfers.
  29.  
  30. I don't know the answer to the question, but I'd guess with 99% confidence
  31. that you are right, and the SCSI card does 16-bit memory accesses.
  32.  
  33. Yes, it's a stupid restriction.  Yes, it's typical IBM engineering.
  34. -- 
  35. Chip Rosenthal  512-482-8260 | The secret to a long life is
  36. Unicom Systems Development   | knowing when it's time to go.
  37. <chip@chinacat.Unicom.COM>   |  - Michelle Shocked
  38.