From owner-freebsd-stable@FreeBSD.ORG Thu Dec 24 03:40:56 2009 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 4E2131065670 for ; Thu, 24 Dec 2009 03:40:56 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 175678FC18 for ; Thu, 24 Dec 2009 03:40:55 +0000 (UTC) Received: by iwn36 with SMTP id 36so5349939iwn.3 for ; Wed, 23 Dec 2009 19:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KSJKPJJmGy6IpLSOZJJCHhpdd69CZOu7qACkgFy1w+8=; b=sOMZceQzYLxYca+SipJ+4KeGQFtRDvxnrbaExJNe//GSP9dsbzvjdbKlNh+Qg1wamV x1bjeMCygwJ6evZggV8PPW4cPZfvb5wFzNkvpqSlksIIHgo4T0k+C5dZiOLR6uD0k+ou uvi1thv63n4rdridJt6cHbaPTlYnwouNVRA0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qxgTUjnaFjaFsMu7vhEikPhyTn6skZqdYoE2HFwElI/K1b2XqtGyQjlMB+IR420AqZ cjat6bf9OklHjrhij715QddL5xWpPmIwOIHiCnwLZY5sTuJsRimQxbo0EDyaF+HI7aR5 dY5B4hspPmZojj5weBVQIno7DdExLMCnqjRQA= MIME-Version: 1.0 Received: by 10.231.120.90 with SMTP id c26mr1003293ibr.1.1261626055214; Wed, 23 Dec 2009 19:40:55 -0800 (PST) In-Reply-To: <4C53AF2D-C385-4996-9BE7-1D987211DA33@ramber.ru> References: <4C53AF2D-C385-4996-9BE7-1D987211DA33@ramber.ru> Date: Wed, 23 Dec 2009 21:40:55 -0600 Message-ID: <790a9fff0912231940l61349178l45197b04b7263903@mail.gmail.com> From: Scot Hetzel To: Alex Markelov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Follow-up on Teltonika ModemPCI/G10 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, 24 Dec 2009 03:40:56 -0000 On 12/23/09, Alex Markelov wrote: > Hi Guys! > > I guess I have just answered the question myself. I decided to buy the > modem and try it. Guys in Teltonika told me that they haven't done any > FreeBSD testing since they have nobody to do this. But they have sent me pdf > with instruction how to setup the modem on Linux. > > The modem is working, but it required a bit of a work :-). I added few > lines into /usr/src/sys/dev/puc/pucdata.c and recompiled kernel with the > following additional configuration lines after that: > > device puc > options COM_MULTIPORT > > After reboot I had two new serial ports cuau0 and cuau1 and was able to > send an SMS message to my mobile phone. > > The question is how would I go about submitting the lines to developers, so > they can review and hopefully commit it? :-) > Create a diff between the original pucdata.c and your modified version, and then submit the patch file using either the web send-pr (http://www.freebsd.org/send-pr.html) or the send-pr command (send-pr -a pucdata.c-diff). Scot