summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2006-08-30- fix missing initializationschristos
2006-08-30fix order of declchristos
2006-06-13Don't allocate > 1K on the stackchristos
2006-05-28Clean up bogus whitespaceblymn
2006-05-14integrate kauth.elad
2006-05-10Fix a bunch of cast lvalues.skrll
2006-05-03Back out for 1.94 from 1.93.kiyohara
2006-04-30Fix memory leak.kiyohara
2006-04-30Use An appropriate flag in macro fw_bus_dma_*.kiyohara
2006-04-30use fw_bus_dmamap_create().kiyohara
2006-04-30Indented.kiyohara
2006-04-30Remove sync-ope for descritor of DMA, because its descriptor setkiyohara
2006-04-30Do microtime() before return.kiyohara
2006-04-30Coordination of macro fw_bus_dma_tag_create().kiyohara
2006-04-30Remove `;'.kiyohara
2006-04-30No parentheses are needed around the return value.kiyohara
2006-04-30Indented.kiyohara
2006-04-14Coverity CID 1120: Avoid NULL deref.christos
2006-04-14Coverity CID 1121: Avoid NULL deref.christos
2006-04-14Coverity CID 727: Comment out dead code.christos
2006-04-14Coverity CID 2696: Don't use SLIST_FOREACH when freeing elements.christos
2006-04-14Coverity CID 1118: Protect NULL deref.christos
2006-04-11Coverity ID 2443: In sbp_scsipi_detach_sdev() check for sdev andrpaulo
2006-03-28Use device_unit().thorpej
2006-03-21fw_bus_probe_thread: change wmesg from "-" to "fwprobe".yamt
2006-02-25Fix some typos.wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20No longer need our own device_t typedef.thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-04Merge the 3 copies of m_getcl() so that fast ipsec compiles again togetherchristos
2005-08-29Remove '#if defined(cobalt)'.kiyohara
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-07-23Since fwip_unicast_input_recycle() is called from interrupt context, onekiyohara
2005-07-20minor cleanup: some "const", global namespace sanity and fix a maclo namedrochner
2005-07-11ieee1394 import from FreeBSD.kiyohara
2005-06-08Change the name of a shadowed variable in FW_DEBUG code to make thisfair
2005-05-31fix handling of volatile and remove bogus casts.christos
2005-05-22No 0x in front of %p...christos
2005-03-26move an assignment up.christos
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-02-04de-__Pperry
2004-09-13a round of autoconf cleanup:drochner
2004-06-29Attempt to fix sbp2_free() so that it doesn't core dump. As noted in PR 21099,mycroft
2004-05-13return an error on invalid mode.christos
2004-04-30rework messages so that 'fw0: maximum receive packet (2) is too small' errorlukem
2004-02-13xs->timeout is in milliseconds so convert it to tick before passingenami
2003-12-04netbsd.org -> NetBSD.orgkeihan