home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3866 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.0 KB  |  46 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!tunes!backman
  3. From: backman@ftp.com  (Larry Backman)
  4. Subject: Re: Help wanted: Interlan Ethernet drivers
  5. Message-ID: <920728123820@tunes>
  6. Nntp-Software: PC/TCP NNTP
  7. Lines: 31        
  8. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  9. Nntp-Posting-Host: tunes.ftp.com
  10. Organization: FTP Software, Inc., Wakefield, MA
  11. References: <1992Jul17.180609.11685@bostech.com> <241@warlord.UUCP> <1992Jul23.161641.12328@bostech.com> <242@warlord.UUCP>
  12. Date: Tue, 28 Jul 1992 12:38:20
  13.  
  14. In article <242@warlord.UUCP> mhw@warlord.UUCP (Michael H. Warfield) writes:
  15.  
  16.  >> >As I said, still no unix.  The only un-explored avenue was that one of
  17.  >> >the NCM people said (or implied, or atleast I inferred) that the NP600
  18.  >> >might work in NI6510 (?) mode, as a dumb card.  That should not need
  19.  >> >bus mastering, so I plan to check it out.  
  20.  
  21. The NP600A is an intelligent card with a 80186 CPU and a 85286 Ethernet chip.
  22. To talk to the net you need the 586.  Your host CPU cannot reach that 586.
  23. The onboard 186 can make the 586 jump through hoops provided some code to drive
  24. the 186 is downloaded into the on-board RAM.  the host talks to the card
  25. through a rather odd combination of program IO, shared memory, and DMA.
  26.  
  27. You can make a NP600A act as a "dumb" card; the Netware server driver did that.
  28. However it has a simple dispatch loop down on the card that moves stuff
  29. back and forth between the chip and the host.  You also need a host-side
  30. driver to talk to the board just the right way...
  31.  
  32. The software you are looking at has an old (1982-3'ish) OS called Comet
  33. which is used to drive a protocol stack.  This allowed a complete
  34. protocol stack to be shoved into the boards RAM and run on the 186 as opposed
  35. to on the host.  As the 186 runs at 8 Mhertz; performance of this stack
  36. will always be an issue.
  37.  
  38. You need 2-3 spec's out of Racal-Datacomm; the NP600 hardware manual; 
  39. the NCX spec which describes the on-board OS, and the spec. which explains
  40. how to write an NP600 driver.
  41.  
  42.  
  43. Larry Backman
  44. FTP Software
  45.  
  46.