Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2010 03:10:22 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 uhso.4 src/sys/dev/usb usbdevs src/sys/dev/usb/net uhso.c
Message-ID:  <201007200342.o6K3gWtG063807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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