cvs commit: src/sys/dev/usb if_aue.c if_auereg.h if_axe.c if_cdce.c if_cue.c if_cuereg.h if_kue.c if_kuereg.h if_rue.c if_ruereg.h if_udav.c usb_ethersubr.c usb_ethersubr.h

Maxim Sobolev sobomax at FreeBSD.org
Thu Mar 24 16:44:22 PST 2005


sobomax     2005-03-25 00:44:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_aue.c if_auereg.h if_axe.c if_cdce.c 
                         if_cue.c if_cuereg.h if_kue.c if_kuereg.h 
                         if_rue.c if_ruereg.h if_udav.c 
                         usb_ethersubr.c usb_ethersubr.h 
  Log:
  Move xxx_newbuf() function, which was the same in all drivers into central
  location.
  
  Revision  Changes    Path
  1.87      +5 -39     src/sys/dev/usb/if_aue.c
  1.20      +1 -0      src/sys/dev/usb/if_auereg.h
  1.27      +4 -31     src/sys/dev/usb/if_axe.c
  1.3       +4 -28     src/sys/dev/usb/if_cdce.c
  1.54      +5 -39     src/sys/dev/usb/if_cue.c
  1.15      +1 -0      src/sys/dev/usb/if_cuereg.h
  1.60      +5 -38     src/sys/dev/usb/if_kue.c
  1.16      +1 -0      src/sys/dev/usb/if_kuereg.h
  1.17      +5 -40     src/sys/dev/usb/if_rue.c
  1.4       +1 -0      src/sys/dev/usb/if_ruereg.h
  1.11      +6 -39     src/sys/dev/usb/if_udav.c
  1.19      +17 -0     src/sys/dev/usb/usb_ethersubr.c
  1.8       +1 -0      src/sys/dev/usb/usb_ethersubr.h


More information about the cvs-src mailing list