Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 00:44:22 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200503250044.j2P0iMEQ091110@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503250044.j2P0iMEQ091110>