Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 17:16:20 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb uftdi.c uftdireg.h usbdevs
Message-ID:  <200407011716.i61HGK7Z087901@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2004-07-01 17:16:20 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uftdi.c uftdireg.h usbdevs 
  Log:
  Add support to the uftdi driver for Intrepid Control Systems' vehicle
  bus interfaces.  These interfaces use the FTDI chipset with different
  Vendor and Product IDs.
  
  Add two additional baud rate enumerations.  The vehicle bus interfaces
  use a baud rate of 2000000.  Also add 3000000 as it is the other FTDI
  baud divisor special case.
  
  I've commited a slightly different patch from that provided in the PR as
  I changed the matching code a bit yesterday.
  
  Submitted by:   Mike Durian <durian at shadetreesoftware.com>
  PR:             kern/67357
  
  Revision  Changes    Path
  1.18      +19 -0     src/sys/dev/usb/uftdi.c
  1.2       +3 -1      src/sys/dev/usb/uftdireg.h
  1.186     +5 -0      src/sys/dev/usb/usbdevs



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