summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/fwdma.c
AgeCommit message (Expand)Author
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2018-12-13Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap.jakllsch
2010-05-23Revert all previous kmem_ commits. This needs to be done in a different waychristos
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-04-29Call malloc(M_ZERO) instead of malloc() and memset().kiyohara
2010-03-29Bye-bye fw_port.h.kiyohara
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-11use __KERNEL_RCSID()lukem
2007-11-05+ Sync to FreeBSD.kiyohara
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-11Remove #include <machine/vmparam.h>.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-30Fix memory leak.kiyohara
2006-04-30Use An appropriate flag in macro fw_bus_dma_*.kiyohara
2006-04-30Coordination of macro fw_bus_dma_tag_create().kiyohara
2005-12-11merge ktrace-lwp.christos
2005-07-11ieee1394 import from FreeBSD.kiyohara