Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 18:22:42 +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/uhso Makefile src/usr.sbin Makefile src/usr.sbin/uhsoctl Makefile uhsoctl.1 uhsoctl.c
Message-ID:  <201001171824.o0HIOLDx097317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-01-17 18:22:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    share/man/man4       Makefile 
    sys/conf             NOTES files 
    sys/dev/usb          usbdevs 
    usr.sbin             Makefile 
  Added files:           (Branch: RELENG_8)
    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 202503 on 2010-01-17 18:22:42Z by thompsa
  
  MFC r202181,202243,202270
  
   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.460.2.6    +1 -0      src/share/man/man4/Makefile
  1.3.2.2      +126 -0    src/share/man/man4/uhso.4 (new)
  1.1553.2.6   +3 -0      src/sys/conf/NOTES
  1.1459.2.13  +2 -1      src/sys/conf/files
  1.3.2.2      +1814 -0   src/sys/dev/usb/net/uhso.c (new)
  1.421.2.13   +12 -0     src/sys/dev/usb/usbdevs
  1.1.2.2      +37 -0     src/sys/modules/usb/uhso/Makefile (new)
  1.414.2.5    +2 -0      src/usr.sbin/Makefile
  1.1.2.2      +10 -0     src/usr.sbin/uhsoctl/Makefile (new)
  1.1.2.2      +104 -0    src/usr.sbin/uhsoctl/uhsoctl.1 (new)
  1.1.2.2      +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?201001171824.o0HIOLDx097317>