summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mlx.c
AgeCommit message (Expand)Author
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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
2009-01-16When checking drive status, bump the pointer to the previous statusmhitch
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
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-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-18No need to specify BUS_DMA_ALLOCNOW for sglist maptsutsui
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-09-02- fix incomplete initializerchristos
2006-08-23Acting as Elad's keyboard:christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-04-14Coverity CID 720: Remove dead code.christos
2006-04-14Coverity CID 1091: Avoid NULL deref by moving offending code inside ifchristos
2006-04-14Coverity CID 1092: Get the status earlier to avoid NULL deref.christos
2006-03-25Use device_parent().thorpej
2005-12-24__inline__ -> inlineperry
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-07-30The handler for the periodic ENQUIRY command was not unmapping the ccbmhitch
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-13a round of autoconf cleanup:drochner
2004-04-22sprintf -> snprintfitojun
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-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-08Fix pasto.ad
2002-10-06Do not free uninitialize pointers.kristerw
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-22- Fix a command accounting bug.ad
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-26Add an ioctl to retrieve basic controller information.ad
2002-08-26Handle aincent firmware as found on EISA/MCA boards. Untested.ad
2002-06-01SIMPLEQ rototill:lukem