From owner-svn-src-stable-9@FreeBSD.ORG Wed Aug 29 12:25:46 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8699106564A; Wed, 29 Aug 2012 12:25:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id B3C7B8FC17; Wed, 29 Aug 2012 12:25:46 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0DA71B93B; Wed, 29 Aug 2012 08:25:46 -0400 (EDT) From: John Baldwin To: Gavin Atkinson Date: Wed, 29 Aug 2012 07:46:03 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <201208291123.q7TBNK6G035350@svn.freebsd.org> In-Reply-To: <201208291123.q7TBNK6G035350@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201208290746.03772.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 29 Aug 2012 08:25:46 -0400 (EDT) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r239817 - in stable/9: share/man/man4 share/syscons/keymaps sys/dev/usb sys/dev/usb/serial X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 12:25:47 -0000 On Wednesday, August 29, 2012 7:23:20 am Gavin Atkinson wrote: > Author: gavin > Date: Wed Aug 29 11:23:20 2012 > New Revision: 239817 > URL: http://svn.freebsd.org/changeset/base/239817 > > Log: > Merge r238803, r238804 from head: > > Add support for more devices to uslcom(4). This commit syncronises the > list of supported devices with the union of: > > NetBSD src/sys/dev/usb/uslsa.c 1.18 > OpenBSD src/sys/dev/usb/uslcom.c 1.24 > Linux source/drivers/usb/serial/cp210x.c HEAD > > Remove duplicate JABLOTRON PC60B entry. > > Note that some of the devices added here are multi-port devices. The > uslcom(4) driver currently only supports the first port on such devices. > > Update the man page to reflect the full list of supported devices. > Remove two caveats from the CAVEATS section, as both listed caveats no > longer apply. Add a caveat about multi-port devices. > > Improve descriptions for several devices supported by uslcom(4). > Correct the spelling of the company Telegesis. > Move MpMan to the correct location alphabetically. > > Replaced: > stable/9/share/syscons/keymaps/spanish.dvorak.kbd > - copied unchanged from r235251, head/share/syscons/keymaps/spanish.dvorak.kbd This seems to be unrelated? -- John Baldwin