Home | History | Annotate | Download | only in ieee1394
History log of /src/sys/dev/ieee1394/fwcrom.c
RevisionDateAuthorComments
 1.17  21-Nov-2014  joerg No reason not to make the string const.
 1.16  21-Sep-2014  christos ran sed too agressively.
 1.15  21-Sep-2014  christos fix cut-n-paste, use arrays instead of separate variables to avoid code
duplication.
 1.14  28-Mar-2014  christos branches: 1.14.4;
Deal with snprintf more gracefully.
 1.13  26-Aug-2010  cegger branches: 1.13.8; 1.13.18; 1.13.22;
- print expected crc when it does not match
- add and print secondary text leaf. This prints the model name of my webcam.
- add csr keys that are printed as 'unknown' otherwise
 1.12  24-Apr-2010  cegger ANSIfy, KNF
 1.11  29-Mar-2010  kiyohara Bye-bye fw_port.h.
 1.10  18-Apr-2009  tsutsui branches: 1.10.2; 1.10.4;
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
 1.9  18-Mar-2009  cegger bcopy -> memcpy
 1.8  18-Mar-2009  cegger bzero -> memset
 1.7  02-May-2008  xtraeme branches: 1.7.8; 1.7.14;
Constify, so that usr.sbin/fwctl can be built with WARNS=4.
 1.6  11-Dec-2007  lukem branches: 1.6.8; 1.6.10; 1.6.12;
use __KERNEL_RCSID()
 1.5  21-Apr-2007  kiyohara branches: 1.5.8; 1.5.16; 1.5.18; 1.5.20;
firewire.c sync to Rev.1.86 for FreeBSD.
firewirereg.h sync to Rev.1.41 for FreeBSD.
fwcrom.c sync to Rev.1.14 for FreeBSD.
fwdev.c sync to Rev.1.49 for FreeBSD.
fwmem.c sync to Rev.1.32 for FreeBSD.
fwohci.c sync to Rev.1.86 for FreeBSD.
fwohcivar.h sync to Rev.1.15 for FreeBSD.
if_fwip.c sync to Rev.1.14 for FreeBSD.
if_fwipvar.h sync to Rev.1.4 for FreeBSD.
sbp.c sync to Rev.1.89 for FreeBSD.
 1.4  04-Mar-2007  christos branches: 1.4.2; 1.4.4;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.3  10-May-2006  skrll branches: 1.3.6; 1.3.16;
Fix a bunch of cast lvalues.
 1.2  11-Dec-2005  christos branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10; 1.2.12;
merge ktrace-lwp.
 1.1  11-Jul-2005  kiyohara branches: 1.1.6;
ieee1394 import from FreeBSD.
 1.1.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.6.1  11-Jul-2005  skrll file fwcrom.c was added on branch ktrace-lwp on 2005-11-10 14:05:22 +0000
 1.2.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.2.10.1  11-May-2006  elad sync with head
 1.2.8.1  24-May-2006  yamt sync with head.
 1.2.6.1  01-Jun-2006  kardel Sync with head.
 1.2.4.1  09-Sep-2006  rpaulo sync with head
 1.3.16.2  07-May-2007  yamt sync with head.
 1.3.16.1  12-Mar-2007  rmind Sync with HEAD.
 1.3.6.4  21-Jan-2008  yamt sync with head
 1.3.6.3  03-Sep-2007  yamt sync with head.
 1.3.6.2  21-Jun-2006  yamt sync with head.
 1.3.6.1  10-May-2006  yamt file fwcrom.c was added on branch yamt-lazymbuf on 2006-06-21 15:04:08 +0000
 1.4.4.1  11-Jul-2007  mjf Sync with head.
 1.4.2.1  27-May-2007  ad Sync with head.
 1.5.20.1  13-Dec-2007  bouyer Sync with HEAD
 1.5.18.1  11-Dec-2007  yamt sync with head.
 1.5.16.1  26-Dec-2007  ad Sync with head.
 1.5.8.1  09-Jan-2008  matt sync with HEAD
 1.6.12.4  09-Oct-2010  yamt sync with head
 1.6.12.3  11-Aug-2010  yamt sync with head.
 1.6.12.2  04-May-2009  yamt sync with head.
 1.6.12.1  16-May-2008  yamt sync with head.
 1.6.10.1  18-May-2008  yamt sync with head.
 1.6.8.1  02-Jun-2008  mjf Sync with HEAD.
 1.7.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.7.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.10.4.2  05-Mar-2011  rmind sync with head
 1.10.4.1  30-May-2010  rmind sync with head
 1.10.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.10.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.13.22.1  18-May-2014  rmind sync with head
 1.13.18.2  03-Dec-2017  jdolecek update from HEAD
 1.13.18.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.13.8.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.14.4.2  15-May-2015  snj Pull up following revision(s) (requested by joerg in ticket #772):
sys/arch/arm/amlogic/amlogic_genfb.c: revision 1.4
sys/arch/arm/arm/disassem.c: revision 1.25
sys/arch/arm/omap/am335x_cm_padconf.c: revision 1.3
sys/arch/arm/omap/sitara_cm.h: revision 1.2
sys/dev/ic/i82557var.h: revision 1.51
sys/dev/ic/rtl8169.c: revision 1.143
sys/dev/ieee1394/fwcrom.c: revision 1.17
sys/external/bsd/dwc2/dwc2.c: revision 1.32
dwc2_hubd appears to be unused so #if 0 it in order to appease clang
--
Preserve const.
--
No reason not to make the string const.
--
Drop unnecessary-but-harmful casts.
--
Replace void * cast with proper __UNVOLATILE.
--
Preserve const.
--
amlogic_genfb_hdmi_write_4 is currently unused, mark it as such.
 1.14.4.1  30-Oct-2014  martin Pull up following revision(s) (requested by maxv in ticket #164):
sys/dev/ieee1394/fwcrom.c: revision 1.15
sys/dev/ieee1394/fwcrom.c: revision 1.16
sys/dev/marvell/if_gfe.c: revision 1.43
sys/dev/usb/stuirda.c: revision 1.16
sys/dev/pci/cxgb/cxgb_offload.c: revision 1.4
sys/dev/pci/twa.c: revision 1.51
sys/dev/pci/twa.c: revision 1.52
Various fixes in dev/: remove dead code and fix two inconsistencies.

RSS XML Feed