summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/iop.c
AgeCommit message (Expand)Author
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
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
2008-09-14Use the physical address from the bus_dmamap_load() map, not the one frommhitch
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-06-08Fix up bus_dmamap_sync calls.ad
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
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-16- Merge 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-15Replace some uses of lockmgr() / simplelocks.ad
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-08Replace securelevel checks with kauth(9) calls.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty if.christos
2006-08-30- fix initializerschristos
2006-08-23Acting as Elad's keyboard:christos
2006-04-14Coverity CID 1081: Avoid NULL deref.christos
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-03-27A device that has just been detached can't be reconfigured. Coverity ID 2674.bouyer
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30avoid variable shadowing.christos
2005-02-27nuke trailing whitespaceperry
2004-09-15oops, another typo, should fix report by tayadrochner
2004-09-15actually pass the locators,drochner
2004-09-13a round of autoconf cleanup:drochner
2004-04-22sprintf -> snprintfitojun
2003-12-09Match Promise controllers.ad
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix the previous differently.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-03DMA, not dma nor Dma.wiz
2003-01-20Remove variable that is only assigned too but not referenced.simonb