cvs commit: src/sys/conf NOTES files src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC PAE src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC ...

Maxim Sobolev sobomax at FreeBSD.org
Tue Mar 22 06:52:40 PST 2005


sobomax     2005-03-22 14:52:40 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files NOTES 
    sys/alpha/conf       GENERIC 
    sys/amd64/conf       GENERIC 
    sys/i386/conf        GENERIC PAE 
    sys/ia64/conf        GENERIC 
    sys/pc98/conf        GENERIC 
    sys/powerpc/conf     GENERIC 
    sys/sparc64/conf     GENERIC 
    sys/modules          Makefile 
    share/man/man4       Makefile 
  Added files:
    sys/dev/usb          if_cdce.c if_cdcereg.h 
    share/man/man4       cdce.4 
    sys/modules/cdce     Makefile 
  Log:
  Add USB Communication Device Class Ethernet driver. Originally written for
  FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
  to NetBSD and finally NetBSD version merged with original one goes into
  FreeBSD.
  
  Obtained from:  http://www.gank.org/freebsd/cdce/
                  NetBSD
                  OpenBSD
  
  Revision  Changes    Path
  1.309     +1 -0      src/share/man/man4/Makefile
  1.1       +138 -0    src/share/man/man4/cdce.4 (new)
  1.185     +1 -0      src/sys/alpha/conf/GENERIC
  1.434     +1 -0      src/sys/amd64/conf/GENERIC
  1.1306    +5 -0      src/sys/conf/NOTES
  1.1010    +1 -0      src/sys/conf/files
  1.1       +807 -0    src/sys/dev/usb/if_cdce.c (new)
  1.1       +105 -0    src/sys/dev/usb/if_cdcereg.h (new)
  1.427     +1 -0      src/sys/i386/conf/GENERIC
  1.14      +1 -0      src/sys/i386/conf/PAE
  1.72      +1 -0      src/sys/ia64/conf/GENERIC
  1.434     +1 -0      src/sys/modules/Makefile
  1.1       +10 -0     src/sys/modules/cdce/Makefile (new)
  1.266     +1 -0      src/sys/pc98/conf/GENERIC
  1.47      +1 -0      src/sys/powerpc/conf/GENERIC
  1.93      +1 -0      src/sys/sparc64/conf/GENERIC


More information about the cvs-src mailing list