Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2008 21:25:01 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 Makefile u3g.4 src/sys/conf NOTES files src/sys/dev/usb u3g.c ubsa.c usbdevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/u3g Makefile
Message-ID:  <200810092133.m99LXRCe022335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2008-10-09 21:25:01 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/conf             NOTES files 
    sys/dev/usb          ubsa.c usbdevs 
    sys/i386/conf        GENERIC 
    sys/modules          Makefile 
  Added files:
    share/man/man4       u3g.4 
    sys/dev/usb          u3g.c 
    sys/modules/u3g      Makefile 
  Log:
  SVN rev 183735 on 2008-10-09 21:25:01Z by n_hibma
  
  Say hello to the u3g driver, implementing support for 3G modems.
  
  This was located in the ubsa driver, but should be moved into a separate
  driver:
  
  - 3G modems provide multiple serial ports to allow AT commands while the PPP
    connection is up.
  - 3G modems do not provide baud rate or other serial port settings.
  - Huawei cards need specific initialisation.
  - ubsa is for Belkin adapters, an Linuxy choice for another device like 3G.
  
  Speeds achieved here with a weak signal at best is ~40kb/s (UMTS). No spooky
  STALLED messages as well.
  
  Next: Move over all entries for Sierra and Novatel cards once I have found
  testers, and implemented serial port enumeration for Sierra (or rather have
  Andrea Guzzo do it). They list all endpoints in 1 iface instead of 4 ifaces.
  
  Submitted by:   aguzzo@anywi.com
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.434     +1 -0      src/share/man/man4/Makefile
  1.1       +100 -0    src/share/man/man4/u3g.4 (new)
  1.1508    +2 -1      src/sys/conf/NOTES
  1.1338    +1 -0      src/sys/conf/files
  1.1       +330 -0    src/sys/dev/usb/u3g.c (new)
  1.42      +4 -71     src/sys/dev/usb/ubsa.c
  1.374     +1 -1      src/sys/dev/usb/usbdevs
  1.500     +1 -0      src/sys/i386/conf/GENERIC
  1.592     +1 -0      src/sys/modules/Makefile
  1.1       +8 -0      src/sys/modules/u3g/Makefile (new)



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