home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 27 Fixes20 / 27-Fixes20.zip / 360knew.zip / IBM1FLPY.TXT < prev    next >
Text File  |  1992-08-28  |  3KB  |  90 lines

  1.  
  2.  
  3.                       IBM1FLPY Driver
  4.                       ---------------
  5.  
  6.   This driver corrects a number of problems in parsing command line
  7.   parameters. Use of the command line options provided below may
  8.   correct compatibility problems with OEM supplied equipment.
  9.  
  10.   The revised OS2DASD.DMD provided should be installed when this
  11.   this driver is installed. The original IBM1FLPY and OS2DASD
  12.   binaries should be retained.
  13.  
  14.   Customers are encouraged to discuss OS/2 compatibility problems with
  15.   their controller supplier since they are best equipped to assist
  16.   in resolving compatibility problems with IBM.
  17.  
  18.  
  19.  
  20.                     IBM1FLPY Command Line Parameters
  21.                     --------------------------------
  22.  
  23.  
  24. BASEDEV=IBM1FLPY.ADD /MCA   - Load on uChannel Machine
  25.                      /A:    - Adapter ID                <0 - 1>
  26.                      /IRQ:  - Interrupt Level           <0 - n>
  27.                      /DMA:  - DMA Channel Number        <0 - n>
  28.                      /P:    - Controller I/O Address    <hhhh>
  29.                      /U:    - Drive Number              <0 - 3>
  30.                      /F:    - Drive Capacity            <360KB...2.88MB>
  31.                      /CL:   - Changeline Type           <NONE,AT,PS2>
  32.                      /SPEC: - Controller Specify Bytes  <hh,hh>
  33.  
  34.  
  35.  
  36.                 Command Line Paramters - General Information
  37.                 --------------------------------------------
  38.  
  39.  
  40.     IBM1FLPY normally obtains diskette drive information from the host system
  41.     BIOS. If the information supplied by the host system is incorrect or if
  42.     the BIOS does not support a third or fourth floppy drive, it may be
  43.     necessary to provide this information on the IBM1FLPY command line.
  44.  
  45.     In addition, command line parameters may be used to support a second
  46.     installed floppy controller which would not normally have host system
  47.     BIOS support.
  48.  
  49.  
  50.     Examples:
  51.  
  52.  
  53.     Define a third 1.2MB Floppy drive:
  54.  
  55.       BASEDEV=IBM1FLPY.ADD /A:0 /U:2 /F:1.2MB
  56.  
  57.  
  58.     Override the ChangeLine type for the (B:) drive
  59.  
  60.       BASEDEV=IBM1FLPY.ADD /A:0 /U:1 /CL:NONE
  61.  
  62.  
  63.     Support a 1.2MB OEM drive attached to a uChannel machine:
  64.  
  65.       rem BASEDEV=IBM2FLPY.ADD
  66.       BASEDEV=IBM1FLPY.ADD /MCA /A:0 /U:1 /F:1.2MB
  67.  
  68.       Note: The /MCA option is required on MicroChannel systems. If it is not
  69.             specified, the driver will automatically deinstall itself.
  70.  
  71.  
  72.     Support a second installed floppy controller:
  73.  
  74.       BASEDEV=IBM1FLPY.ADD
  75.       BASEDEV=IBM1FLPY.ADD /A:0 /DMA:3 /IRQ:10 /P:370 /U:0 /F:1.44MB --+
  76.                                                            +-----------+
  77.                                                            +----/U:1 /F:1.2MB
  78.  
  79.       Note: Choices of /DMA, /IRQ and /P depend on the supplier of the floppy
  80.             controller. Consult the supplier of the controller for the
  81.             appropriate settings for these values.
  82.  
  83.             The first drive supported by the second controller will be
  84.             assigned B: if this drive letter is available. Specifing
  85.             /A:1 will cause the second controller to be assigned drive
  86.             other than A: or B:.
  87.  
  88.  
  89.  
  90.