summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
2019-04-09 Fix a bug that the supported media can't passed correctly. Not tested.msaitoh
2019-04-09 KNF. No functional change.msaitoh
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-14KNF. No functional change.msaitoh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
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-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-11-09support DIOCMWEDGES ioctlmlelstv
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-20Mechanically replace simplelock with kmutex_t.skrll
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-08fix unused variable warningschristos
2013-10-12adjust for recent deferred changes.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-24Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 andjakllsch
2012-07-15Some namespace protection (and add greppablity).dsl
2012-02-03Fix missed inclusion from my previous commit.tls
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-08-07Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9).rmind
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2011-06-03-CFATTACH_DECL(foo, sizeof(struct device),matt
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-09-22Make local functions static.tsutsui
2009-09-21Split device_t/softc. Tested on AHA-1542CF.tsutsui
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-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-21add a comment explaining how to regenerate mcadevs.h and mcadevs_data.hjnemeth
2009-01-20Fix obvious errors in conversion to device_t from Wojciech Galazkachristos
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-08-27device_t changes, pmf, minor knf.christos
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-05-04Move to standard TNF 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin