summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-30correct typo: and and -> and (comments only)maya
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2017-06-22regenflxd
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2017-06-10Fix missing TC bus speed.flxd
2017-06-09Make VAXstation 4000 TURBOchannel adaptor work.flxd
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-12Clean-up (remove redundant declarations, concentrate checks).flxd
2016-12-03newlineflxd
2016-12-03Print warning for problematic switch configuration.flxd
2016-10-14regenflxd
2016-09-13Adapt driver to final CPLD implementation. (Felix Deichmann)christos
2016-08-11TURBOchannel usb/gpio driver from Felix Deichmannchristos
2016-07-19make the check work with widths other than 4, Felix Deichmannchristos
2016-07-19PR/50849: Felix Deichmann: Relax TC option ROM header check for ROM widths < 4christos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-01-02Patches from Björ Johannesson to fix DEC LK201 keyboards, this timejklos
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
2013-11-04add __USE() for unused volatile variables, so that we generate the same code.christos
2012-10-29remove unused file.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-11adjust wsfont_find()macallan
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-06-04Split device_t/softc. pmax is tested on GXemul.tsutsui
2011-06-04Split device_t/softc. pmax is tested on GXemul, compile test only for alpha.tsutsui
2011-06-04Split device_t/softc of am7930. No crash on TME and GXemul.tsutsui
2011-02-20Add some missing includes of <sys/device.h>matt
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-11-06Include uvm/uvm.h to access UVM internal.uebayasi
2010-11-02Spell immediately correctly.skrll
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if *fb_common_init() is invoked from cnattach.tsutsui
2009-08-22u_intNN_t -> uintNN_ttsutsui
2009-08-22MALLOC() -> malloc()tsutsui
2009-08-20Use volatile on device register access.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-01-21add a comment explaining how to regenerate tcdevs.h and tcdevs_data.hjnemeth
2008-12-27Follow up on the removal of MALLOC(), use malloc() instead.he
2008-12-17kill MALLOC and FREE macros.cegger
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb