summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/fwcrom.c
AgeCommit message (Expand)Author
2014-11-21No reason not to make the string const.joerg
2014-09-21ran sed too agressively.christos
2014-09-21fix cut-n-paste, use arrays instead of separate variables to avoid codechristos
2014-03-28Deal with snprintf more gracefully.christos
2010-08-26- print expected crc when it does not matchcegger
2010-04-24ANSIfy, KNFcegger
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
2008-05-02Constify, so that usr.sbin/fwctl can be built with WARNS=4.xtraeme
2007-12-11use __KERNEL_RCSID()lukem
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-05-10Fix a bunch of cast lvalues.skrll
2005-12-11merge ktrace-lwp.christos
2005-07-11ieee1394 import from FreeBSD.kiyohara