summaryrefslogtreecommitdiff
path: root/sys/dev/gpib
AgeCommit message (Expand)Author
2019-11-14Pull up following revision(s) (requested by msaitoh in ticket #425):martin
2019-05-28s/recieve/receive/msaitoh
2019-02-24Add missing FALLTHROUGH in gpib/mt.ckamil
2019-02-23Improve fallthrough statement wording in dev/gpib/ct.ckamil
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31fix typochristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-23remove unusedchristos
2014-03-23remove unusedchristos
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-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2009-12-05Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lboltpooka
2009-09-12- fix warnings of printf(9) format and void pointer arithmetictsutsui
2009-09-12Fix warnings of printf(9) format.tsutsui
2009-09-12Add a missing parentheses. PR kern/41859tsutsui
2009-09-12Make compile with options DEBUG.tsutsui
2009-09-12MALLOC() -> malloc()tsutsui
2009-05-18Don't pass a buffer to physio(), let it be allocated dynamically.ad
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
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-06-12- use device_lookup to get device_tcegger
2008-06-11- use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-01-02Merge vmlocking2 to head.ad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-10-08brelse() stragglers.ad
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
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
2007-02-16Fix spllowersoftclock() fallout.ad
2007-02-15Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used forreinoud
2007-01-13Complete initializers, teach drivers that we moved from struct proc tocube
2007-01-10Make it compile.cube