Date: Sat, 22 May 2004 09:14:18 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h fwphyreg.h iec13213.h iec68113.h if_fwe.c sbp.c sbp.h sbp_targ.c Message-ID: <200405221614.i4MGEInt054522@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2004/05/22 09:14:18 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h fwphyreg.h iec13213.h iec68113.h if_fwe.c sbp.c sbp.h sbp_targ.c Log: Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to uint32_t where appropriate. Revision Changes Path 1.74 +36 -36 src/sys/dev/firewire/firewire.c 1.19 +53 -53 src/sys/dev/firewire/firewire.h 1.35 +30 -30 src/sys/dev/firewire/firewirereg.h 1.11 +28 -28 src/sys/dev/firewire/fwcrom.c 1.41 +4 -4 src/sys/dev/firewire/fwdev.c 1.28 +15 -15 src/sys/dev/firewire/fwmem.c 1.7 +8 -8 src/sys/dev/firewire/fwmem.h 1.76 +59 -59 src/sys/dev/firewire/fwohci.c 1.43 +2 -2 src/sys/dev/firewire/fwohci_pci.c 1.18 +40 -40 src/sys/dev/firewire/fwohcireg.h 1.13 +3 -3 src/sys/dev/firewire/fwohcivar.h 1.2 +118 -118 src/sys/dev/firewire/fwphyreg.h 1.12 +50 -50 src/sys/dev/firewire/iec13213.h 1.8 +49 -49 src/sys/dev/firewire/iec68113.h 1.30 +1 -1 src/sys/dev/firewire/if_fwe.c 1.76 +20 -20 src/sys/dev/firewire/sbp.c 1.4 +25 -25 src/sys/dev/firewire/sbp.h 1.7 +37 -37 src/sys/dev/firewire/sbp_targ.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405221614.i4MGEInt054522>