home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2620 / README < prev   
Encoding:
Text File  |  1991-01-29  |  2.4 KB  |  62 lines

  1. 14-Jan-1991
  2.  
  3. I wrote this Logitech bus mouse driver for ISC 2.x a long time ago, before
  4. ISC provided one in their distribution.  (The last date of modification of
  5. the driver source is May 29, 1989).  Back in Dec '89 my system suffered a
  6. major disk crash resulting in the lose of my entire /usr/local directory
  7. tree.  It was pure luck that I happened to have an extra copy of the driver
  8. source elsewhere.  Any/all Makefiles, install scripts, and miscellaneousness
  9. notes were unfortunately lost.  Have never taken the time to recreate them.
  10.  
  11. So, ... you're totally on your own.  Here's a quick summary of the files
  12. enclosed, (the following assumes an ISC directory strcture for installing
  13. device drivers, don't know if ESIX follows the same conventions):
  14.  
  15.    lmouse.c        -- Driver source.  After compiled the object file needs
  16.                       to be placed in /etc/conf/pack.d/lmouse/Driver.o
  17.  
  18.    lmouse.node     -- Copy this file to /etc/conf/node.d/lmouse
  19.  
  20.    lmouse.sdevice  -- Copy this file to /etc/conf/sdevice.d/lmouse
  21.  
  22.    mt.c and mt2.c  -- Test programs.
  23.  
  24. Finally, you'll need to add the following line to the
  25. /etc/conf/kconfig.d/description file, (note that the fields are separated
  26. by tabs not spaces):
  27.  
  28. lmouse    0    19    io    lmouse        My Logitech Bus Mouse Driver
  29.  
  30. Good luck and happy hacking...
  31.  
  32. -- Mark
  33.  
  34. Mark W. Snitily                 Consulting Services:
  35. 894 Brookgrove Lane             Graphics, Operating Systems, Compilers
  36. Cupertino, CA 95014             (408) 252-0456
  37. mark@zok.uucp                   West Coast UUCP X11 archive site
  38.  
  39. If your mailer doesn't like the .uucp domain, these also work:
  40. ...!{mips,sgi}!zok!mark, mark%zok@mips.com, mark%zok@sgi.com
  41.  
  42.  Addendum for ESIX Rev. D 26 Jan 91
  43.  
  44.   This driver works for ESIX Rev. D with no problem as long as the X
  45.   window system is not installed.  This is because the driver for the mouse
  46.   will conflict with the driver for X.  Since I am working on Roell's X11R4
  47.   server, then I it won't matter once I get that server up and running since
  48.   I will be able to use the bus mouse with that server.  ESIX has no
  49.   kconfig.d directory so ignore the description file.  The only info not given
  50.   is what to put in /etc/conf/cf.d/mdevice.  Here is the line that I put in 
  51.   mine and it seems to work:
  52.  
  53.  lmouse    Iioc    icH    logm    0    23    1    1    -1
  54.  
  55.   Good luck and email with questions or problems.  Special thanks to Mark,
  56.   who did 99% of the work.
  57.  
  58.   Jim Chandler
  59.   asuvax!xroads!beagle!chandler
  60.   chandler@beagle.uucp
  61.  
  62.