summaryrefslogtreecommitdiff
path: root/sys/arch/emips/ebus/ace_ebus.c
AgeCommit message (Expand)Author
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2020-02-240x%p --> %p for non-external codes.rin
2019-12-14Remove clause 3 and 4 from TNF licenses.tsutsui
2019-12-02Drop advertisement clause from my licensesbouyer
2016-11-20One more move of bufq_free() to outside of critical section.pgoyette
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!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-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-10fix unused variable warningschristos
2013-10-13Catch up to recent changes in config_pending_{incr,decr}().riz
2013-06-03fix pastochristos
2013-05-29phase 1 of disk geometry cleanup:christos
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-06-18- misc KNF and style fixestsutsui
2011-01-26Add support for the Extensible MIPS ("eMIPS") platform. Thepooka