home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / SAMPLES / EXAMPLE4.RSP < prev    next >
Text File  |  1995-05-04  |  3KB  |  84 lines

  1. * ----------------------------------------------------------------------
  2. * EXAMPLE4.RSP
  3. * This response file installs IBMTOK.DOS, DXME0MOD.SYS and DXMT0MOD.SYS
  4. * and does not migrate any existing LSP parameters.
  5. * CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
  6. *
  7. INST_SECTION = (
  8.    ; Do not use the input configuration for LSP driver parameters.
  9.    MigrateControlFiles = 0
  10.  
  11.    ; Do not check the LAN adapters installed
  12.    AdapterCheck = 0
  13.  
  14.    ; Define target location for LSP files
  15.    TargetPath = c:\lsp135
  16.  
  17.    ; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
  18.    ; Note: DRIVERS is not fully qualified, so it will be searched for
  19.    ;       1) in the current directory
  20.    ;       2) as a subdirectory off of the LSP source path
  21.    DriverDiskPath = DRIVERS
  22.    )
  23.  
  24. ; Specify bindings.  The protocol stack is DXME0MOD.SYS.
  25. PROT_SECTION = (
  26.    ; The following statement specifies the DXME0MOD.SYS driver name.
  27.    DriverName = DXME0$
  28.  
  29.    ; Change IBMTOK_MOD to the bracketed module name for the PROTOCOL.INI
  30.    ; section for the NDIS MAC driver you are using.
  31.    bindings = IBMTOK_MOD
  32.  
  33.    ; Uncomment the next line to use 'Original Ethernet Adapter Type'.
  34.    ; X
  35.  
  36.    ; It is not recommended that the NetAddress parameter be used.
  37.    ; The equivalent parameter for the MAC driver should be used instead.
  38.    ; Uncomment the next line and change for LAA.
  39.    ; NetAddress = "400000123456"
  40.  
  41.    ; Uncomment the next line and change for work space.
  42.    ; WorkSpace = 8
  43.  
  44.    ; Uncomment the next line and change for ethernet type
  45.    ; Transmit = 0
  46.  
  47.    ; Uncomment the next line and change for minimum SAPs.
  48.    ; MinSAP = 2
  49.  
  50.    ; Uncomment the next line and change for minimum Link Stations.
  51.    ; MinLink = 12
  52.    )
  53.  
  54. PROT_SECTION = (
  55.    ; The following statement specifies the DXMT0MOD.SYS driver name.
  56.    DriverName = DXMT0MOD$
  57.  
  58.    ; The following statement adds this driver to the configuation.
  59.    lsp_primary = 1
  60.  
  61.    ; Turn off piggy-backed acknowledgements.
  62.    PBA = 0
  63.    )
  64.  
  65. PROT_SECTION = (
  66.    DriverName = IBMTOK$
  67.  
  68.    ; The following statement would be needed if the sample protocol.ini
  69.    ; did not contain a section for the MAC driver.  In that case,
  70.    ; uncomment the statement and change the keyword value to match the
  71.    ; target of the bindings= in the DXME0$ PROT_SECTION section (above).
  72.    ; Section_Name = IBMTOK_MOD
  73.  
  74.    ; The following two statements would cause the MAC driver and message
  75.    ; file to be copied to the target location for LSP files (c:\lsp135).
  76.    ; They are only needed if there is no NIF file for the MAC driver in
  77.    ; the DriverDiskPath.  In that case, uncomment the statements and
  78.    ; change the keyword values to match those for your MAC driver.
  79.    ; DriverFile = ibmtok.dos
  80.    ; CopyFile = lt2.msg
  81.    )
  82.  
  83. *** End of Response file EXAMPLE4
  84.