Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 03:16:31 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 Makefile uhso.4 src/sys/conf NOTES files src/sys/dev/usb usbdevs src/sys/dev/usb/net uhso.c src/sys/modules/usb Makefile src/sys/modules/usb/uhso Makefile src/usr.sbin Makefile src/usr.sbin/uhsoctl Makefile uhsoctl.1 ...
Message-ID:  <201001130322.o0D3M5xa075455@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-01-13 03:16:31 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/conf             NOTES files 
    sys/dev/usb          usbdevs 
    sys/modules/usb      Makefile 
    usr.sbin             Makefile 
  Added files:
    share/man/man4       uhso.4 
    sys/dev/usb/net      uhso.c 
    sys/modules/usb/uhso Makefile 
    usr.sbin/uhsoctl     Makefile uhsoctl.1 uhsoctl.c 
  Log:
  SVN rev 202181 on 2010-01-13 03:16:31Z by thompsa
  
  Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
  from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than
  using PPP over serial. uhsoctl(1) is used to initiate and close the WAN
  connection.
  
  Obtained from:  Fredrik Lindberg <fli@shapeshifter.se>
  
  Revision  Changes    Path
  1.468     +1 -0      src/share/man/man4/Makefile
  1.1       +115 -0    src/share/man/man4/uhso.4 (new)
  1.1571    +3 -0      src/sys/conf/NOTES
  1.1492    +2 -1      src/sys/conf/files
  1.1       +1754 -0   src/sys/dev/usb/net/uhso.c (new)
  1.436     +11 -0     src/sys/dev/usb/usbdevs
  1.31      +1 -1      src/sys/modules/usb/Makefile
  1.1       +37 -0     src/sys/modules/usb/uhso/Makefile (new)
  1.419     +2 -0      src/usr.sbin/Makefile
  1.1       +10 -0     src/usr.sbin/uhsoctl/Makefile (new)
  1.1       +104 -0    src/usr.sbin/uhsoctl/uhsoctl.1 (new)
  1.1       +1532 -0   src/usr.sbin/uhsoctl/uhsoctl.c (new)



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