home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4441 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.8 KB

  1. Xref: sparky comp.protocols.tcp-ip.ibmpc:4441 comp.sys.novell:6078
  2. Newsgroups: comp.protocols.tcp-ip.ibmpc,comp.sys.novell
  3. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!news.cs.indiana.edu!bronze!indyvax.iupui.edu!harvey
  4. From: harvey@indyvax.iupui.edu
  5. Subject: Re: Help with Novell's ODI drivers
  6. Message-ID: <1992Jul27.181252.1@indyvax.iupui.edu>
  7. Lines: 52
  8. Sender: news@bronze.ucs.indiana.edu (USENET News System)
  9. Nntp-Posting-Host: indyvax.iupui.edu
  10. Organization: Indiana University
  11. References: <1992Jul25.045135.21123@CS.ORST.EDU> <14t5nkINN5r7@matt.ksu.ksu.edu> <BrzAx2.2x7@usenet.ucs.indiana.edu>
  12. Date: 27 Jul 92 18:12:52 -0500
  13.  
  14. In article <BrzAx2.2x7@usenet.ucs.indiana.edu>, jiliu@copper.ucs.indiana.edu (Jian Liu) writes:
  15. >>>This is probably a FAQ. I have just started the process of migrating
  16. >>>from Crynwr Packet Drivers to Novell's ODI drivers for reasons too numerous
  17. >>>to enumarate here, but I would really love to keep using my favourite PD
  18. >>>applications like WINQVTNET and Trumpet.  Is there a way to do that, and if
  19. >>>yes how do I go about it?
  20. >
  21. > I have both running under ODI.  Here's my odi.bat, which is the last one
  22. > in my autoexec.bat
  23. >
  24. > lh lsl
  25. > lh wdplus
  26. > lh pktodi
  27.      ^^^^^^What's this??
  28.  
  29. > lh odipkt
  30. > lh pktint
  31. > lh netx
  32. >
  33. > For Trumpet, I just set it and it ran like magic.  Nothing else was required.
  34.  
  35. Obviously Trumpet searches for the a software interrupt vector hooked into a
  36. packet driver.  The packet driver spec is purposefully designed to allow this.
  37. Not all applications do it however (i.e., lack of `magic' by wnqvtnet, see
  38. below).
  39.  
  40. > For wnqvtnet (v 2.6), I had some problem first.  Before I had the odi
  41. > drivers, I used wd8003e, where I could specify and irq number (0x60, etc), but
  42. > the new odi does not give you this opportunity, and in the qvt_tcp.rc of the
  43. > winqvtnet requires that packet_vector= to be filled with a value.  I posted
  44. > a query in one of the newsnet groups, which I don't remember now, and thanks
  45. > to someone, who I don't remember now as well, who told me that the odipkt
  46. > uses 69 as the irq number, and I put 69 on that line, and wnqvtnet now runs
  47. > like magic as well.
  48. >
  49. > Jian
  50.  
  51. It's not an IRQ number.  `Vector' means the software interrupt number used
  52. by the packet driver.  ODIPKT uses hex 69 as the default, for reasons known
  53. only to the author.  It also parses arguments in decimal, so the docmentation
  54. states that the vector used is 105 (decimal).  ODIPKT certainly does allow
  55. you to specify the vector used.  For example, to use vector hex 60 on the
  56. first logical interface, load it as follows:
  57.  
  58. ODIPKT 0 96
  59.  
  60. And the reason it works isn't `magic', it's because the software interrupt
  61. number wnqvtnet is using to call the packet driver is the same one the packet
  62. driver is servicing calls on.
  63. --
  64. James Harvey    IUPUI OIT Technical Support/Networks
  65. harvey@iupui.edu  uucp: iugate!harvey  bitnet: harvey@indyvax
  66.