summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/fwdev.c
AgeCommit message (Expand)Author
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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
2010-08-26don't call tsleep() with any mutexes holdcegger
2010-08-16do not hold mutexes when calling tsleep(9).cegger
2010-05-23Revert all previous kmem_ commits. This needs to be done in a different waychristos
2010-05-14Use kmem(9) instead of malloc(9).kiyohara
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-04-29Remove unnecessary cast.kiyohara
2010-03-29Bye-bye fw_port.h.kiyohara
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
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-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
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-16undo previous change - crom_buf->len has been changed to uint32_tjdolecek
2006-11-16Avoid integer overflow, as reported by Rodrigo Rubira Branco in aelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30- fix missing initializationschristos
2005-12-11merge ktrace-lwp.christos
2005-07-20minor cleanup: some "const", global namespace sanity and fix a maclo namedrochner
2005-07-11ieee1394 import from FreeBSD.kiyohara