summaryrefslogtreecommitdiff
path: root/sys/dev/dec
AgeCommit message (Expand)Author
2022-10-26vax/dz(4): Convert to ttylock/ttyunlock.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-27s/le_de_subr/le_dec_subr/ in comment.msaitoh
2019-12-27s/recevive/receive/ in comment.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2016-07-11Don't use a callout unnecessarily - especially not this earlyskrll
2015-01-02Patches from Björ Johannesson to fix DEC LK201 keyboards, this timejklos
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-16revert lastabs
2012-07-16Allow WSKBDIO_SETMODEabs
2011-06-04Split device_t/softc. Tested on GXemul.tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-06Make this compile with options DEBUG. (PRId64 for time_t)tsutsui
2010-05-09The interrupt handler uses the softc, so it's probably a good idea tohans
2010-05-03Fix error introduced with timecounters - RTC clock register only usesmhitch
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-05-23After the change from "struct device *" to "device_t", we now dependhe
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-12use device_lookup_private to get softccegger
2008-05-27PR kern/38763 "hanging in tty" bugfix breaks the build for vax (andad
2008-05-26- assign 2 clause TNF license to the files cited as my ownership.nisimura
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-04-08use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-29Remove an extra newline added in rev 1.18.tsutsui
2008-03-15Switch dz driver to PRIVALLOC and device_* accessors.matt
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2008-01-04Make this compile with DEBUG enabled (fix a printf format, convert tosimonb
2008-01-03Timecounter and generic todr support for pmax. From Garret D'Amore.joerg
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-20dzstart: remove a variable which is no longer used after the previous change.yamt
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge from vmlocking: fix many timing problems on mips.ad
2007-07-14- Wait for output to drain before bashing the chip again to change linead
2007-07-14Delay after bashing the chip at boot, otherwise output gets screwed upad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos