home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / BIOS / aopen / Ap5csr11 / AP5CSR11.EXE / NETWARE.40X / NWIDE40X.DDI next >
Text File  |  1994-03-24  |  2KB  |  96 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. SyntaxVersion: 1.00
  4.  
  5.     ;file: concatenated to NWIDE40X.DSK
  6.  
  7.     Driver NWIDE40X_DESCR
  8.     {
  9.         Description:                    "Tekram 32 bit IDE Device Driver For NSC PC87410 PCI IDE"
  10.  
  11.         Help:                        "Use this driver with NSC PC87410 PCI IDE
  12.                                  accelerator. PC87410 supports the primary and the
  13.                                  secondary addresses. This allows 4 drives to be
  14.                                  used with PC87410. Load the device driver once
  15.                                  for each IO address ( connector ).\n\n
  16.  
  17.                                  This driver also supports multiple sector access
  18.                                  of IDE drives. This feature is enabled by default."
  19.  
  20.  
  21.         ParameterVersion:            1.00
  22.         File:                        NWIDE40X.DSK
  23.  
  24.  
  25.         PROMPT INT REQ
  26.         {
  27.             Values:                 E, F
  28.             Default:                E
  29.             ReservedLength:             1
  30.         }
  31.  
  32.         PROMPT PORT REQ
  33.         {
  34.             Values:                 170, 1F0
  35.             Default:                1F0
  36.             ReservedLength:             3
  37.         }
  38.  
  39.  
  40.         LIST Drive0_
  41.         {
  42.             Description:            "Drive 0 multple sector access select"
  43.  
  44.             Help:                "Use this option to disable drive 0 multiple sector access"
  45.  
  46.             CDescription:        "Multiple"
  47.             Choice:                 ''
  48.  
  49.             CDescription:        "Single"
  50.             Choice:                 '/CS'
  51.  
  52.             Default:                1
  53.             OutputFormat:            '%s'
  54.         }
  55.  
  56.         LIST Drive1_
  57.         {
  58.             Description:            "Drive 1 multple sector access select"
  59.  
  60.             Help:                "Use this option to disable drive 1 multiple sector access"
  61.  
  62.             CDescription:        "Multiple"
  63.             Choice:                 ''
  64.  
  65.             CDescription:        "Single"
  66.             Choice:                 '/DS'
  67.  
  68.             Default:                1
  69.             OutputFormat:            '%s'
  70.         }
  71.  
  72. ;        LIST ReadRedirectedBIOS
  73. ;        {
  74. ;            Description:    "Allow BIOS redirection on secondary controller"
  75. ;
  76. ;            Help:            "Use this option if you have drives that the driver
  77. ;                            is not seeing on a secondary controller.\n
  78. ;                            *** WARNING*** This option can cause incorrect drive
  79. ;                            registration if the BIOS table is not complete."
  80. ;
  81. ;            CDescription:        "No"
  82. ;            Choice:             ''
  83. ;
  84. ;            CDescription:        "Yes"
  85. ;            Choice:             '/l'
  86. ;
  87. ;            Default:            1
  88. ;            OutputFormat:        '%s'
  89. ;        }
  90. ;
  91.     }
  92.  
  93. ;DrIvEr DeScRiPtIoN EnD
  94.  
  95.  
  96.