On 12/23/09, Alex Markelov <alex.marke...@gmail.com> 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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to