home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / tcpip / 5584 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.5 KB

  1. Xref: sparky comp.protocols.tcp-ip:5584 comp.unix.questions:14599 comp.unix.internals:2052 comp.unix.programmer:5654 comp.unix.misc:4555
  2. Newsgroups: comp.protocols.tcp-ip,comp.unix.questions,comp.unix.internals,comp.unix.programmer,comp.unix.misc
  3. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!newsserver.sfu.ca!tdyck
  4. From: tdyck@fraser.sfu.ca (tReVoR)
  5. Subject: if(7) network driver info needed
  6. Message-ID: <1992Dec11.193348.6590@sfu.ca>
  7. Sender: news@sfu.ca
  8. Organization: Simon Fraser University, Burnaby, B.C., Canada
  9. Date: Fri, 11 Dec 1992 19:33:48 GMT
  10. Lines: 26
  11.  
  12. I am developing a STREAMS device driver under Microport Unix SVR4 on a
  13. 486 machine.  The driver is for a network card (ISDN).
  14.  
  15. I wish to link the STREAMS driver under the IP module, so that the
  16. card can be accessed in the same way as an Ethernet card through
  17. TCP/IP.  The network interface standard, as I understand from reading
  18. through the documentation, is specified by if(7).  
  19.  
  20. Does anyone know if there is any way I can get more info on if(7)?  Right
  21. now all I have is the manual page from the Network User's and Administrator's
  22. Guide.  
  23.  
  24. In the manual page for if(7), it says that "network interfaces used by the
  25. Internet Protocol (IP) must be STREAMS devices conforming to the Datalink
  26. Provider Interface (DLPI)."  Does anyone know what the DLPI is and where
  27. more information can be found about it?
  28.  
  29. Also, does anyone have experience with writing similar network interface
  30. drivers (ie. for Ethernet or some other network)?
  31.  
  32.  
  33.  
  34. Any help is GREATLY appreciated!  
  35.  
  36. Trevor.
  37.  
  38.