home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / GAPQBDR.ZIP / WARNING.!!! < prev    next >
Text File  |  1994-01-05  |  4KB  |  75 lines

  1.  
  2. 08/15/94
  3.  
  4.   In order to support the Intelligent DigiBoard Multiport Boards and
  5.   Fossil Device Drivers 4 new fields had to be added to a Program's
  6.   Configuration file.
  7.  
  8.     This means that ALL programs written with the GAPQBDR Library will
  9.     use the first 8 lines in the Program's Configuration file.
  10.  
  11.     You will need to advise your existing End Users that they need
  12.     to change the configuration file for your program(s) and add the 
  13.     the 4 new lines.
  14.  
  15.     Here is a complete description of the Door Configuration File
  16.     as it exists on this date:
  17.  
  18.     DOOR.CNF
  19.     ---------------------------------------------
  20.     C:\GAP                               Line 1
  21.     The Crow's Nest BBS                  Line 2
  22.     4                                    Line 3
  23.     03F8                                 Line 4
  24.     STANDARD                             Line 5
  25.     D000                                 Line 6
  26.     320                                  Line 7
  27.     4                                    Line 8
  28.     ---------------------------------------------
  29.  
  30.     Explanation of the above parameters
  31.  
  32.         Line 1 - Full Path to the BBS Default Directory (where DOOR.SYS is)
  33.         Line 2 - Name of the BBS
  34.         Line 3 - IRQ for this Port. If running COM ports other than 1 or 2
  35.                  this must be the IRQ that will be used for that Port. If
  36.                  running on COM 1 or COM 2 or using a DigiBoard, this can
  37.                  be set to 0.
  38.         Line 4 - Base Address for this Port (In Hex). If running ports other
  39.                  than 1 or 2 this must be the Base Address that will be used
  40.                  for that Port. If running on COM 1 or COM 2 or using a
  41.                  DigiBoard, this can be set to 0.
  42.         Line 5 - The COM Port Interface to use:
  43.                  STANDARD    = Regular Communications Port Interface. This
  44.                                is what you would normally use.
  45.                  DIGIBOARD   = Direct DigiBoard Programming Interface. Must
  46.                                be used in conjunction with a program called
  47.                                RESETDIG.EXE. If you don't have this program
  48.                                but have a DigiBoard, then use the following
  49.                                option.
  50.                  INT14/EBIOS = Indirect DigiBoard Support via a Device Driver.
  51.                                All Communications to the DigiBoard (or any
  52.                                board that supports INT14/EBIOS) are performed
  53.                                via a Software Interrupt that the Device Driver
  54.                                handles.
  55.                  FOSSIL      = All Communications are performed via a Software
  56.                                Interrupt that a Fossil Device Driver handles.
  57.                                Requires a Fossil Device Driver be loaded.
  58.         Line 6 - If using a DigiBoard, this is the Memory Window, or the
  59.                  address the card uses as a communications area between
  60.                  the card and the Host Computer. Only needed if using
  61.                  an Interface set to DIGIBOARD. If using STANDARD or
  62.                  INT14/EBIOS, can be set to 0.
  63.         Line 7 - If using a DigiBoard, this is the I/O Port address that
  64.                  the Board is attached to. Only needed if using an
  65.                  Interface set to DIGIBOARD. If using STANDARD or
  66.                  INT14/EBIOS, can be set to 0.
  67.         Line 8 - If using a DigiBoard, this is the Channel Number for
  68.                  this port on the Digi. This is REQUIRED for DIGIBOARD
  69.                  and INT14/EBIOS Interfaces. This is 1 - 8 for the
  70.                  DIGIBOARD Interface and usually 4 - 11 for the INT14/EBIOS
  71.                  Interface. This number tells the program which of the 
  72.                  Com Ports on the DigiBoard it should use.
  73.  
  74.  
  75.