From owner-cvs-src-old@FreeBSD.ORG Tue Jul 20 03:42:32 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 71D1B1065677 for ; Tue, 20 Jul 2010 03:42:32 +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 5D04F8FC22 for ; Tue, 20 Jul 2010 03:42:32 +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 o6K3gWme063808 for ; Tue, 20 Jul 2010 03:42:32 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6K3gWtG063807 for cvs-src-old@freebsd.org; Tue, 20 Jul 2010 03:42:32 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201007200342.o6K3gWtG063807@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Tue, 20 Jul 2010 03:10:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 uhso.4 src/sys/dev/usb usbdevs src/sys/dev/usb/net uhso.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: Tue, 20 Jul 2010 03:42:32 -0000 thompsa 2010-07-20 03:10:22 UTC FreeBSD src repository Modified files: share/man/man4 uhso.4 sys/dev/usb usbdevs sys/dev/usb/net uhso.c Log: SVN rev 210275 on 2010-07-20 03:10:22Z by thompsa - Support for Globetrotter iCON 452. - Fixed the interface probe routine to only attach to USB interfaces the driver actually supports. This allows other drivers to attach to things like MicroSD slots etc. - Fixed network interface enumeration to be globally sequential instead of relying on the USB interface numbers. This make sure the first network interface always is at uhso0 and the second at usho1 and so on. - Added a radio kill switch; exposed through sysctl. - Updated the manual page to be verbose about the number of serial ports and include iCON 452 in the set of tested hardware. Submitted by: Fredrik Lindberg Revision Changes Path 1.6 +17 -4 src/share/man/man4/uhso.4 1.6 +114 -22 src/sys/dev/usb/net/uhso.c 1.466 +1 -0 src/sys/dev/usb/usbdevs