Age | Commit message (Expand) | Author |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-09-19 | Try and clean system type constants a bit: | Miod Vallat |
2011-09-11 | Define symbolic constants for the addresses of the vsbus devices on | Miod Vallat |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-08-30 | Code refactorization and state structure changes in preparation of asynchronous | Miod Vallat |
2008-08-26 | Stylus pressure sensor is active low, so invert the logic converting it | Miod Vallat |
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat |
2008-08-20 | Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1. | Miod Vallat |
2008-08-20 | Don't copy interesting parts of struct scsi_xfer to a read only internal | Miod Vallat |
2008-08-20 | Oops, previous console changes would initialize serial console on lines 0 | Miod Vallat |
2008-08-18 | Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations, | Miod Vallat |
2008-08-18 | Shuffle the dz console code (both serial and keyboard) to be more independent | Miod Vallat |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2006-11-27 | Portuguese LK-201 layout. | Miod Vallat |
2006-11-01 | German LK-[24]01 keyboard layout; | Miod Vallat |
2006-08-27 | Extract the device-independent parts of dzms, to let lkms@non-dz exist. | Miod Vallat |
2006-08-27 | Move cfdriver structs to better places, in preparation for new attachments. | Miod Vallat |
2006-08-05 | Ugly hack to avoid sending the ``all keys up'' event to userland, replacing | Miod Vallat |
2006-08-03 | LK-401 french layout, tested on actual keyboard (I even have two of them | Miod Vallat |
2006-07-31 | Since we now know which keyboard type we are connected to: | Miod Vallat |
2006-07-31 | Allow more time for the keyboard to initialize itself, helps on slower VS3100. | Miod Vallat |
2006-07-31 | Move the relevant mouse defines from lk201.h to dzms.c and get rid of it; | Miod Vallat |
2006-07-31 | On startup, and when a keyboard change is detected, probe for the keyboard | Miod Vallat |
2006-07-30 | Always invoke the lk201 input handler, even when the wskbd device is disabled, | Miod Vallat |
2006-07-30 | Disable keyclick by default. | Miod Vallat |
2006-07-29 | Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work when | Miod Vallat |
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat |
2005-07-02 | Remove dead code; ok deraadt@ | Miod Vallat |
2005-03-08 | Cosmetics... | Thierry Deval |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin |
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham |