From owner-cvs-src-old@FreeBSD.ORG Wed Jan 13 03:22:05 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD541065670 for ; Wed, 13 Jan 2010 03:22:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75EFC8FC0A for ; Wed, 13 Jan 2010 03:22:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0D3M5Zj075456 for ; Wed, 13 Jan 2010 03:22:05 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0D3M5xa075455 for cvs-src-old@freebsd.org; Wed, 13 Jan 2010 03:22:05 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201001130322.o0D3M5xa075455@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Wed, 13 Jan 2010 03:16:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 03:22:05 -0000 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 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)