| History log of /src/sys/dev/dec/vsxxx.c | 
    | Revision |  | Date | Author | Comments | 
| 1.12 |  | 28-Oct-2017 | riastradh | Kill some more extern struct cfdriver declarations. 
 Down with externs in .c!
 
 | 
| 1.11 |  | 14-Mar-2009 | dsl | branches:  1.11.22; ANSIfy another 1261 function definitions.
 The only ones left in sys are beyond by sed script!
 (or in sys/dist or sys/external)
 Mostly they have function pointer parameters.
 
 | 
| 1.10 |  | 12-Jun-2008 | cegger | branches:  1.10.4;  1.10.10; use device_lookup_private to get softc
 XXX this driver assumes unit of zero
 
 | 
| 1.9 |  | 26-May-2008 | nisimura | branches:  1.9.2; - assign 2 clause TNF license to the files cited as my ownership.
 - abandon and remove my copyright notice from the three files were
 copied in order to adapt HW I don't have; pvr.c, pm.c and stic.c
 
 | 
| 1.8 |  | 04-Mar-2007 | christos | branches:  1.8.36;  1.8.38;  1.8.40;  1.8.42; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 
 | 
| 1.7 |  | 12-Nov-2006 | plunky | branches:  1.7.4; Tidy away wsmouse_input() abstractions and update
 documentation to include the W direction.
 
 | 
| 1.6 |  | 11-Dec-2005 | christos | branches:  1.6.20;  1.6.22; merge ktrace-lwp.
 
 | 
| 1.5 |  | 04-Feb-2005 | perry | branches:  1.5.6; de-__P
 
 | 
| 1.4 |  | 17-Mar-2002 | atatat | branches:  1.4.12;  1.4.20;  1.4.22; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
 indicating an unhandled "command".  ERESTART is -1, which can lead to
 confusion.  ERESTART has been moved to -3 and EPASSTHROUGH has been
 placed at -4.  No ioctl code should now return -1 anywhere.  The
 ioctl() system call is now properly restartable.
 
 | 
| 1.3 |  | 13-Nov-2001 | lukem | add/cleanup RCSID 
 | 
| 1.2 |  | 08-Jan-2000 | takemura | branches:  1.2.6;  1.2.8;  1.2.10; Absolute pointing device support.
 - Wsmouse_input() get new argument 'flag', which indicates whether x/y/z are
 relative or absolute.
 - Wsmouse get new io controls, WSMOUSEIO_SCALIBCOORDS and
 WSMOUSEIO_GCALIBCOORDS.
 
 | 
| 1.1 |  | 20-Nov-1999 | nisimura | branches:  1.1.2; Introduce wscons vsxxx mice (and possible tablet) routines; changes
 of existing codes (lk201_ws.c, zskbd.c, and zsms.c) will follow.
 
 | 
| 1.1.2.1 |  | 27-Dec-1999 | wrstuden | Pull up to last week's -current. 
 | 
| 1.2.10.2 |  | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.2.10.1 |  | 10-Jan-2002 | thorpej | Sync kqueue branch with -current. 
 | 
| 1.2.8.2 |  | 01-Apr-2002 | nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
 
 | 
| 1.2.8.1 |  | 14-Nov-2001 | nathanw | Catch up to -current. 
 | 
| 1.2.6.2 |  | 20-Nov-2000 | bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
 (will be updated later). i386 IDE/ATAPI and ncr work, as well as
 sparc/esp_sbus. alpha should work as well (untested yet).
 siop, ahc and bha will be updated once I've updated the branch to current
 -current, as well as machine-dependant code.
 
 | 
| 1.2.6.1 |  | 08-Jan-2000 | bouyer | file vsxxx.c was added on branch thorpej_scsipi on 2000-11-20 11:39:54 +0000 
 | 
| 1.4.22.1 |  | 12-Feb-2005 | yamt | sync with head. 
 | 
| 1.4.20.1 |  | 29-Apr-2005 | kent | sync with -current 
 | 
| 1.4.12.1 |  | 04-Feb-2005 | skrll | Sync with HEAD. 
 | 
| 1.5.6.2 |  | 03-Sep-2007 | yamt | sync with head. 
 | 
| 1.5.6.1 |  | 30-Dec-2006 | yamt | sync with head. 
 | 
| 1.6.22.1 |  | 10-Dec-2006 | yamt | sync with head. 
 | 
| 1.6.20.1 |  | 18-Nov-2006 | ad | Sync with head. 
 | 
| 1.7.4.1 |  | 12-Mar-2007 | rmind | Sync with HEAD. 
 | 
| 1.8.42.1 |  | 23-Jun-2008 | wrstuden | Sync w/ -current. 34 merge conflicts to follow. 
 | 
| 1.8.40.1 |  | 04-May-2009 | yamt | sync with head. 
 | 
| 1.8.38.2 |  | 17-Jun-2008 | yamt | sync with head. 
 | 
| 1.8.38.1 |  | 04-Jun-2008 | yamt | sync with head 
 | 
| 1.8.36.2 |  | 29-Jun-2008 | mjf | Sync with HEAD. 
 | 
| 1.8.36.1 |  | 02-Jun-2008 | mjf | Sync with HEAD. 
 | 
| 1.9.2.1 |  | 18-Jun-2008 | simonb | Sync with head. 
 | 
| 1.10.10.1 |  | 13-May-2009 | jym | Sync with HEAD. 
 Commit is split, to avoid a "too many arguments" protocol error.
 
 | 
| 1.10.4.1 |  | 28-Apr-2009 | skrll | Sync with HEAD. 
 | 
| 1.11.22.1 |  | 03-Dec-2017 | jdolecek | update from HEAD 
 |