home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / pclogic.zip / PCLOGIC.DOC next >
Text File  |  1993-11-29  |  2KB  |  63 lines

  1. This is a modified version of the Mouse Systems/Logitec driver with added support for
  2. the Mouse Systems bus cards and improved support when moving the mouse quickly.
  3.  
  4. I fixed the overflow routines in the driver so the mouse will respond properly
  5. when the mouse is moved quickly.
  6.  
  7. The driver's interface is the same as the interface for the old driver but with
  8. the following extension.
  9.  
  10. To install the new driver, first back up the old file pclogic.sys in X:\OS2, where X is the
  11. drive letter where OS/2 boots up from.  Next, copy the new file pclogic.sys into
  12. X:\OS2
  13.  
  14. Then add the following lines to config.sys or make sure they are present.
  15. DEVICE=E:\OS2\MDOS\VMOUSE.SYS
  16. DEVICE=E:\OS2\POINTDD.SYS
  17. DEVICE=E:\OS2\PCLOGIC.SYS BUS=3,6
  18. DEVICE=E:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  19. The above lines should be in the same order as listed above.  The above lines were
  20. just copied out of my own config.sys.
  21.  
  22.  
  23. Instead of just
  24.         SERIAL=x,
  25. I have added
  26.         BUS=x,y
  27. where x is the I/O port location and y is the IRQ.
  28.  
  29. The following table may be used for the I/O port location
  30.         1 = 3F8
  31.         2 = 2F8
  32.         3 = 338
  33.         4 = 238
  34.  
  35. The following numbers for y may be used for the IRQ location
  36.         1 = IRQ 2
  37.         2 = IRQ 3
  38.         3 = IRQ 4
  39.         4 = IRQ 5
  40.         5 = IRQ 7
  41.         6 = IRQ 10
  42.         7 = IRQ 11
  43.         8 = IRQ 12
  44.         9 = IRQ 15
  45.  
  46. So for example, if you had a BUS card installed set to port 338 and IRQ 10
  47. (the settings I use on my own bus card), the following statement should be
  48. placed in config.sys
  49.  
  50. DEVICE=X:\OS2\PCLOGIC.SYS BUS=3,6
  51.  
  52. If you find this useful or have problems with the driver, I can be reached at
  53. aaronw@cats.ucsc.edu, or by snail mail,
  54.  
  55. Aaron Williams
  56. 35900 Turpin Way
  57. Fremont, CA 94536-2666
  58.  
  59. By phone I can be reached at (408) 426-3053, which is my school number.  This number should
  60. be valid until June, 1994.  After this time (or during vacation breaks), I can be reached
  61. at (510) 792-0340.
  62.  
  63.