From owner-freebsd-stable@FreeBSD.ORG Thu Aug 11 04:25:46 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0387106564A for ; Thu, 11 Aug 2011 04:25:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3448FC0C for ; Thu, 11 Aug 2011 04:25:46 +0000 (UTC) Received: by gwb15 with SMTP id 15so1315347gwb.13 for ; Wed, 10 Aug 2011 21:25:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=2tfRgaUbVoFUS6/6DWxN5sec9sUwV/k3NI6DszsOD+8=; b=iPZdRN/lfLb/oIChoDNDH2bxdp7DKKbxlnYS8KJxivTlnZMamHTe3fR+rmDAyHEDwT 1QD+q8YlaJMv0T4tEU3PpoIwgh7RQqMJq+Ck53YiIsk9t2fptkWt0ZPvgkPeCWa3xheU l0ad5NIjUGYsHV3LMICe8cU3orD+PcKYXWUjU= MIME-Version: 1.0 Received: by 10.151.118.1 with SMTP id v1mr122805ybm.386.1313036745528; Wed, 10 Aug 2011 21:25:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.26.14 with HTTP; Wed, 10 Aug 2011 21:25:45 -0700 (PDT) In-Reply-To: <4846F699-215D-4408-BD3C-4860305BF6B8@transactionware.com> References: <4846F699-215D-4408-BD3C-4860305BF6B8@transactionware.com> Date: Thu, 11 Aug 2011 12:25:45 +0800 X-Google-Sender-Auth: 5gZBI8GvsJR9nUUiXqCRiUsN8H4 Message-ID: From: Adrian Chadd To: Jan Mikkelsen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Patch to puc(4) to support Moxa CP-112UL board X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 04:25:46 -0000 On 11 August 2011 07:55, Jan Mikkelsen wrote: > Hi, > > I have added these device IDs to pucdata.c to support the Moxa CP-112UL board family. > > Should I submit a problem report, or is there an easier way to get the patch merged? The "right" way is to get a PR submitted, then chase it up with the maintainer of that subsystem. Adrian