summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
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
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-07-09- device/softc splitjoerg
2008-06-11Use device_lookup_private() to get softc.tsutsui
2008-05-26- assign 2 clause TNF license to the files cited as my ownership.nisimura
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-02-27Add the bus devclass to tcmatt
2008-02-20Use the VAX_PHYS_TO_S0 macro from vax/tc_machdep.hmatt
2008-02-19Fix TC on VAX. (missed committing these earlier)matt
2007-11-13Remove some whitespace.cube
2007-11-09Use zs_lock_init() to set up the chanstate's lock.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-08Use the softint API.ad
2007-07-21Don't depend on uvm_extern.h pulling in proc.h.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad