summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-16add missing ifdefschristos
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2013-09-15Remove unused variablesmartin
2013-09-12Make it compilable with gcc 4.8.1martin
2013-04-07Add '\n' to tail of printing string.kiyohara
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-29Remove everything to do with 'struct malloc_type' and the malloc link_set.dsl
2012-04-29Change to consistently use M_FW for all malloc/free.dsl
2011-07-31Put back #include "ioconf.h" per popular demand.uebayasi
2011-05-25Declare cfdrivers using extern rather than including ioconf.h.uebayasi
2011-04-24Inclusion for malloc decls (missed in previous commit).rmind
2010-11-14Include dependencies directly.uebayasi
2010-09-07do not assume all fw devices speak sbp.cegger
2010-09-07convert tsleep to kpausecegger
2010-08-29fix grammar in error messagecegger
2010-08-29Confilict -> Conflictcegger
2010-08-26don't call tsleep() with any mutexes holdcegger
2010-08-26fix crash when detaching/re-attaching a cable where three firewire devices ar...cegger
2010-08-26- print expected crc when it does not matchcegger
2010-08-16do not hold mutexes when calling tsleep(9).cegger
2010-08-14Fix some code paths where pointers are dereferenced after checking thatjym
2010-08-14Fix sbp attach/detach.cegger
2010-05-23Revert all previous kmem_ commits. This needs to be done in a different waychristos
2010-05-23Don't allocate sid scratch memory from an interrupt context:christos
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-14Use kmem(9) instead of malloc(9).kiyohara
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-04-29Call malloc(M_ZERO) instead of malloc() and memset().kiyohara
2010-04-29Remove unnecessary cast.kiyohara
2010-04-29+ Fix typo.kiyohara
2010-04-29+ Use structs scsipi_inquiry_data/scsi_sense_data instead of scsi3_inquiry_data/kiyohara
2010-04-24ANSIfy, KNFcegger
2010-04-19Fix a bug.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-12-06Simplify device-activation hook.dyoung
2009-08-07unifdef -U__FreeBSD__ -D__NetBSD__, et cetera.dyoung
2009-06-20unifdef -U__DragonFlyBSD__ -U__FreeBSD__ -D__NetBSD__.dyoung
2009-06-20buildfix: don't redefine MIN and MAX. They are defined in <sys/param.h>.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-20Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,mschuett
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui