From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:16:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4CD16A4CE; Thu, 1 Jul 2004 17:16:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E7343D45; Thu, 1 Jul 2004 17:16:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HGKVj087902; Thu, 1 Jul 2004 17:16:20 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HGK7Z087901; Thu, 1 Jul 2004 17:16:20 GMT (envelope-from brooks) Message-Id: <200407011716.i61HGK7Z087901@repoman.freebsd.org> From: Brooks Davis Date: Thu, 1 Jul 2004 17:16:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uftdi.c uftdireg.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:16:56 -0000 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 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