summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/firewire.c
AgeCommit message (Expand)Author
2022-05-22fix various small typos, mainly in comments.andvar
2021-12-20ieee1394: Need kernel lock around config_found.riastradh
2021-10-04follow fcambus steps by fixing typos for "unknown" in few more error messages.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
2019-10-15 Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-11-20Kill some more tsleep.riastradh
2016-11-20Defer initialization of isodma channels until we know how many.riastradh
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2012-08-05...and be sure to config_pending_decr if kthread_create fails.riastradh
2012-08-05Restore config pending stuff, adjusted to avoid the race.riastradh
2012-08-04Fix error branches and config pending races in firewire init.riastradh
2012-04-29Change to consistently use M_FW for all malloc/free.dsl
2010-09-07do not assume all fw devices speak sbp.cegger
2010-08-26fix crash when detaching/re-attaching a cable where three firewire devices ar...cegger
2010-08-14Fix some code paths where pointers are dereferenced after checking thatjym
2010-05-23Revert all previous kmem_ commits. This needs to be done in a different waychristos
2010-05-23don't allocate rom scratch memory from an interrupt context:christos
2010-05-15Add mutex.h.kiyohara
2010-05-14May be easy to understand 'pay_len > 0' more than 'paylaod != NULL'.kiyohara
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-04-06KASSERT(FALSE) to enter the debugger on this check. When DDB is not definedreinoud
2010-03-29Remove more my debugging code.kiyohara
2010-03-29Remove debugging process.kiyohara
2010-03-29Bye-bye fw_port.h.kiyohara
2010-03-11various aprint_* fixes.mrg
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-05-10Use aprintjmcneill
2008-03-29Split device_t/softc.kiyohara
2007-12-15__FUNCTION__ -> __func__perry
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-05+ Sync to FreeBSD.kiyohara
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-04-21firewire.c sync to Rev.1.86 for FreeBSD.kiyohara
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-26Fix device name in {fwohci,firewire}_print(). valiable aux is not stringkiyohara
2006-06-13Don't allocate > 1K on the stackchristos
2006-04-14Coverity CID 1118: Protect NULL deref.christos
2006-03-21fw_bus_probe_thread: change wmesg from "-" to "fwprobe".yamt