Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2011 17:58:27 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 Makefile ucom.4 umcs7840.4 src/sys/conf files src/sys/dev/usb usb_process.c usbdevs src/sys/dev/usb/serial umcs7840.c umcs7840.h src/sys/modules/usb Makefile src/sys/modules/usb/umcs7840 Makefile
Message-ID:  <201106011801.p51I16HT046796@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2011-06-01 17:58:27 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile ucom.4 
    sys/conf             files 
    sys/dev/usb          usb_process.c usbdevs 
    sys/modules/usb      Makefile 
  Added files:
    share/man/man4       umcs7840.4 
    sys/dev/usb/serial   umcs7840.c umcs7840.h 
    sys/modules/usb/umcs7840 Makefile 
  Log:
  SVN rev 222578 on 2011-06-01 17:58:27Z by hselasky
  
  Add support for new USB serial driver.
  
  Submitted by:   Lev Serebryakov, lev @
  MFC after:      14 days
  
  Revision  Changes    Path
  1.507     +1 -0      src/share/man/man4/Makefile
  1.13      +1 -0      src/share/man/man4/ucom.4
  1.1       +97 -0     src/share/man/man4/umcs7840.4 (new)
  1.1602    +2 -1      src/sys/conf/files
  1.1       +1075 -0   src/sys/dev/usb/serial/umcs7840.c (new)
  1.1       +644 -0    src/sys/dev/usb/serial/umcs7840.h (new)
  1.18      +6 -1      src/sys/dev/usb/usb_process.c
  1.511     +2 -0      src/sys/dev/usb/usbdevs
  1.38      +1 -1      src/sys/modules/usb/Makefile
  1.1       +36 -0     src/sys/modules/usb/umcs7840/Makefile (new)



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