home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / us8210b4.dsk / IBMCOM / MACS / MACS.ZIP / ibmcom / macs / irdndis.nif < prev    next >
INI File  |  1995-12-21  |  2KB  |  73 lines

  1. [IRDNDIS]
  2.  Type       = NDIS_SNGL
  3.  Title      = "IBM Infrared NDIS MAC Driver"
  4.  Version    = 1.00
  5.  DriverName = IRDNDIS$
  6.  CopyFile   = IRD.MSG, IRDH.MSG, IRDNDS.EXE
  7.  NoBind     = Yes
  8.  
  9. [File]
  10.  Name     = IRDNDIS.OS2, IRDD.SYS, IRDNDS.EXE
  11.  Path     = \IBMCOM\MACS
  12.  
  13.  
  14. [PORTNAME]
  15. display  = "Portname displayed in the PPAT table"
  16. type     = String
  17. strLength = 16
  18. default = "IRDNDISMAC"
  19. set = "IRDNDISMAC", "COM1","COM2","COM3","COM4","COM5","COM6","COM7","COM8"
  20. optional = No
  21. editable = Yes
  22. virtual = no
  23. Help     = "Tells the MAC what portname to display in the Physical Port
  24.  Attributes Table (PPAT). This is field must be COM1-COM8 and determines
  25.  the port to be used for communications."
  26.  
  27. [NETADDRESS]
  28. DISPLAY = "Network adapter address"
  29. TYPE = String
  30. STRLENGTH = 13
  31. OPTIONAL = yes
  32. EDITABLE = yes
  33. HELP = "Enter the type of address (I or T) followed by a 12 digit
  34.          hexadecimal address.  I is for IEEE standard notation,
  35.          Ethernet address format and T is for IBM Token-Ring Network
  36.          format."
  37.  
  38. [OS2TRACEMASK]
  39. TYPE = Hexadecimal
  40. DEFAULT = 0
  41. OPTIONAL = no
  42. EDITABLE = yes
  43. display = "Tracing Options"
  44. range = 0-fffffff
  45. STEP = 1
  46. virtual = no
  47. help = "This parameter specifies the amount of tracing that this driver
  48.  will provide.  In order to view the trace information CONFIG.SYS must
  49.  have TRACEBUF=63 specified.  TRACEFMT can be used to capture the trace data.
  50.  Any value greater than 0 will enable the traces."
  51.  
  52. [RECVBUFS]
  53. display = "Number of receive buffers"
  54. type = decimal
  55. default = "10"
  56. range = 2-60
  57. optional = yes
  58. editable = yes
  59. virtual = no
  60. help = "This parameter specifies the number of receive buffers that
  61.  the IrdNdis driver will allocate to receive the data."
  62.  
  63. [XMITBUFS]
  64. display = "Number of transmit buffers"
  65. type = decimal
  66. default = "10"
  67. range = 1-16
  68. optional = yes
  69. editable = yes
  70. virtual = no
  71. help = "This parameter specifies the number of transmit buffers to
  72.  allocate in the IrDNdis driver."
  73.