summaryrefslogtreecommitdiff
path: root/sys/arch/arc/jazz
AgeCommit message (Expand)Author
2023-06-25s/responible/responsible/ in comment.andvar
2023-05-06s/regster/register/ in comments and error messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-20sn(4): Add rnd(9) support.rin
2020-11-18malloc(9) -> kmem(9)thorpej
2020-06-17Use a vmem arena rather than an extent map to manage Jazz DMA TLBthorpej
2019-12-27s/transfered/transferred/msaitoh
2019-02-08make *fd*.c's fd_dev_to_type() always a static inline. somemrg
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
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-12-16- remove unused variablesmrg
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-03-06Remove trailing spaces.tsutsui
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-11-15struct proc * deref.uebayasi
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-27Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-09-13Fix more botches on device_t/softc split,tsutsui
2008-09-13Fix botches on device_t/softc split.tsutsui
2008-07-05Split device_t/softc with misc related changes.tsutsui
2008-06-08Use device_lookup_private() to get softc.tsutsui
2008-05-14Normalize my licenses.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Split softc/device_t and misc cleanup for sn(4).tsutsui
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-03-29Split softc/device_t for oosiop(4) and osiop(4), with misc cosmetic changes.tsutsui
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-15Split device_t and softc for pckbc(4) and its attachments.cube
2008-03-14Split device_t and softc for all attachments of vga(4).cube
2008-03-14Fix spl(9) botch in cpu_intr() on arc:tsutsui
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2008-01-05Fix includes.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-30Change one overlooked label reference from "bad" to "done".he
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