summaryrefslogtreecommitdiff
path: root/sys/dev/i2o
AgeCommit message (Expand)Author
2023-05-31Fix typo.ad
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-04fix various typos in comments and log messages.andvar
2022-04-17fix various typos in comments.andvar
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-08-09While ld(4) is MP safe, many backends are not.mlelstv
2017-08-09Don't wait for allocation in polling mode.mlelstv
2017-02-27refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach...jdolecek
2016-09-16modify ldattach() to have default strategy as a parameterjdolecek
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-16 Fix device_t/softc split bug.msaitoh
2015-08-16 Fix a buffer pointer check in iop_msg_unmap(). The number of im_xfermsaitoh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-20make this compile again.christos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-17remove unused variables and __USE a debugging variablechristos
2013-09-14#if 0 iop_status, but keep it for documentation purposes.joerg
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-08-07Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9).rmind
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-02-21Fix confusion about PRE/POST in previous; and another place that has thebouyer
2010-02-21Fix bus_dmamap_sync(): it should be a BUS_DMASYNC_POSTWRITE afterbouyer
2010-02-19Don't mix BUS_DMASYNC_PREREAD and BUS_DMASYNC_POSTWRITE.asau
2009-10-21Remove uarea swap-out functionality:rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-12-15More device_t/softc split fallout, this time in iop(4). Fix frommhitch
2008-09-14Use the physical address from the bus_dmamap_load() map, not the one frommhitch
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-06-08Fix up bus_dmamap_sync calls.ad
2008-05-11Include machine/cputypes.h explicitly.ad
2008-05-10Fix a tyop in a comment.simonb
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2008-02-11Don't get under the device_t abstraction by measuring the lengthdyoung
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-12-01The I2O LAN stuff was never tested and is just more code to maintain -ad
2007-12-01I2OVERBOSE/opt_i2o.h were removedad