From owner-cvs-src-old@FreeBSD.ORG Sun Jan 17 18:24:21 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 B9F311065693 for ; Sun, 17 Jan 2010 18:24:21 +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 A54838FC16 for ; Sun, 17 Jan 2010 18:24:21 +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 o0HIOLkk097318 for ; Sun, 17 Jan 2010 18:24:21 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0HIOLDx097317 for cvs-src-old@freebsd.org; Sun, 17 Jan 2010 18:24:21 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201001171824.o0HIOLDx097317@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 17 Jan 2010 18:22:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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 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: Sun, 17 Jan 2010 18:24:21 -0000 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 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)