cvs commit: src/share/man/man4 Makefile uslcom.4
 src/sys/amd64/conf GENERIC src/sys/conf NOTES files
 src/sys/dev/usb usbdevs uslcom.c src/sys/i386/conf GENERIC
 src/sys/modules Makefile src/sys/modules/uslcom Makefile
    Rink Springer 
    rink at FreeBSD.org
       
    Wed Mar  5 14:13:31 UTC 2008
    
    
  
rink        2008-03-05 14:13:30 UTC
  FreeBSD src repository
  Modified files:
    share/man/man4       Makefile 
    sys/amd64/conf       GENERIC 
    sys/conf             NOTES files 
    sys/dev/usb          usbdevs 
    sys/i386/conf        GENERIC 
    sys/modules          Makefile 
  Added files:
    share/man/man4       uslcom.4 
    sys/dev/usb          uslcom.c 
    sys/modules/uslcom   Makefile 
  Log:
  Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories
  CP2101/CP2102 based USB serial adapters.
  
  Reviewed by:            imp, emaste
  Obtained from:          OpenBSD
  MFC after:              2 weeks
  
  Revision  Changes    Path
  1.411     +1 -0      src/share/man/man4/Makefile
  1.1       +422 -0    src/share/man/man4/uslcom.4 (new)
  1.494     +1 -0      src/sys/amd64/conf/GENERIC
  1.1473    +2 -0      src/sys/conf/NOTES
  1.1277    +1 -0      src/sys/conf/files
  1.341     +26 -0     src/sys/dev/usb/usbdevs
  1.1       +2095 -0   src/sys/dev/usb/uslcom.c (new)
  1.482     +1 -0      src/sys/i386/conf/GENERIC
  1.557     +1 -0      src/sys/modules/Makefile
  1.1       +10 -0     src/sys/modules/uslcom/Makefile (new)
    
    
More information about the cvs-all
mailing list