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