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

Doug Rabson dfr at FreeBSD.org
Sat May 22 09:14:25 PDT 2004


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


More information about the cvs-all mailing list