From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id ED394201B71 for ; Mon, 24 Sep 2012 18:49:41 -0700 (PDT) Received: by oagk1 with SMTP id k1so4255912oag.16 for ; Mon, 24 Sep 2012 18:49:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=uFw5zA8/cxyebrG6Eo5sRzghy/jIkt0UvkSYnZXi6Do=; b=pFzuUKTjmP5CKZci4pGAqtBLOo8mTMpbWRD2eokc1smdPpJPAm48LP1DGVz1yZj0fJ 5QBz3s5uPJ3qWR1eWtPrDwHI5l74+i+I0IS7nN/fXDBcvuC3VLb4GXnlHkJpwrXex6jM bUvki2C0u1PFlT3za7MbsxDjzjp8PqbbhVVjvkIOKpt/yp6a5YpAH/OlC1q/SkHAbg9v HGUAaJossHhfR/wxVu3V9kZLGIxMZ+mCqTXQiSGVC5g2vB3M5DEPL3+C3fZa9xsGM1J1 6c/xujQKYWRoHq2S5zlRUD92DDblXKE5lclD7HzoDGIK1rrZ+gvM1q8BZFjA5xmePJ7q zUJQ== Received: by 10.182.193.105 with SMTP id hn9mr11107243obc.11.1348537780390; Mon, 24 Sep 2012 18:49:40 -0700 (PDT) Received: from [172.21.0.33] (24-155-177-88.dyn.grandenetworks.net. [24.155.177.88]) by mx.google.com with ESMTPS id y10sm13731870oed.12.2012.09.24.18.49.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 18:49:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) From: Jim Thompson In-Reply-To: <20120924153222.25f3f04d.gem@rellim.com> Date: Mon, 24 Sep 2012 20:49:42 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <5CE648CE-F90F-423A-BFA8-7760E65D7296@netgate.com> References: <77FE49046AE948DDAAA7E2654D2D2DE0@gmail.com> <20120923043354.GA25903@thyrsus.com> <35B82DFD-7BB2-4E85-8051-C661FFD19C04@netgate.com> <20120924153222.25f3f04d.gem@rellim.com> To: Gary E. Miller X-Mailer: Apple Mail (2.1498) X-Gm-Message-State: ALoCoQlOf4LmNpkBIgQmOFISn4aQ/2KdWyHVuk435ijkQhGJWUozNnmL0GwMQUvsHXgRi3Naz+Cy Cc: "thumbgps-devel@lists.bufferbloat.net" Subject: Re: [Thumbgps-devel] Navisys GR-601W X-BeenThere: thumbgps-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 01:49:42 -0000 On Sep 24, 2012, at 5:32 PM, Gary E. Miller wrote: > Yo Jim! >=20 > On Sun, 23 Sep 2012 00:07:43 -0500 > Jim Thompson wrote: >=20 >> They don't work that we'll on FreeBSD.=20 >=20 > Really? First I've heard of it. What's the issue? In a word: jitter The PPS API described in RFC2783 isn't supported on USB serial ports on = FreeBSD 8.3 or 9.0 Note that the PPS API *is* supported: http://fxr.watson.org/fxr/source/sys/timepps.h?v=3DFREEBSD9 http://fxr.watson.org/fxr/source/kern/kern_ntptime.c?v=3DFREEBSD9 But that timepps.h is only included via uart/uart_bus http://fxr.watson.org/fxr/source/dev/uart/uart_bus.h?v=3DFREEBSD9 Compare: http://fxr.watson.org/fxr/source/dev/uart/uart_core.c?v=3DFREEBSD9 and http://fxr.watson.org/fxr/source/dev/sio/sio.c?v=3DFREEBSD9 and http://fxr.watson.org/fxr/source/pc98/cbus/sio.c?v=3DFREEBSD9 to anything found in http://fxr.watson.org/fxr/source/dev/usb/serial/?v=3DFREEBSD9