From owner-cvs-src-old@FreeBSD.ORG Fri Nov 19 01:24:41 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 9970F10656B0 for ; Fri, 19 Nov 2010 01:24:41 +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 879008FC13 for ; Fri, 19 Nov 2010 01:24:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAJ1Of19035840 for ; Fri, 19 Nov 2010 01:24:41 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAJ1Of4t035839 for cvs-src-old@freebsd.org; Fri, 19 Nov 2010 01:24:41 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201011190124.oAJ1Of4t035839@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 19 Nov 2010 01:23:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Fri, 19 Nov 2010 01:24:41 -0000 thompsa 2010-11-19 01:23:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 uhso.4 sys/dev/usb usbdevs sys/dev/usb/net uhso.c Log: SVN rev 215478 on 2010-11-19 01:23:09Z by thompsa MFC r210275 - 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.3.2.4 +17 -4 src/share/man/man4/uhso.4 1.3.2.5 +114 -22 src/sys/dev/usb/net/uhso.c 1.421.2.54 +1 -0 src/sys/dev/usb/usbdevs