From owner-freebsd-current@FreeBSD.ORG Wed Oct 3 17:52:45 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 644FF16A420 for ; Wed, 3 Oct 2007 17:52:45 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id AC1C213C48A for ; Wed, 3 Oct 2007 17:52:44 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so3290131nfb for ; Wed, 03 Oct 2007 10:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/Fzw0bRXRx9xsP+RRnWG+Mc+ZLOe8RqDDYAGIO5AlvI=; b=IviGdnAJYm7wvw5iiAjQBp0hTSWOpxAm4scOiHneXI+SEDiJmsSm0IDBnlcNKR0GElCZQoR9mM79lZPJBsj19SvCntWIqty2xPA6O2at1wC733EP9N5XO1PJN1+OtP8f12w6G5/BQgQAjHcgLabD+D33ijhoEpzx2D6ONBaJi7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Jg+OissD/nW6+Bco3M8GfUlLsR60uJiZ41SM4JjuRbpZRlc5v53dlpo/uGrb2oGiiXUxzAh4WpREPsdazRIkLqd0bb07XwrDj8EHiqe4sBTkWr803ZArfLp1NFMaPrWRuMMOUuccmy1wmpGVKm8phdFqqju4V6bgZmac4MJCaOw= Received: by 10.86.58.3 with SMTP id g3mr826333fga.1191433963282; Wed, 03 Oct 2007 10:52:43 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Wed, 3 Oct 2007 10:52:43 -0700 (PDT) Message-ID: <2a41acea0710031052w40c10cabjf923803ba23b2546@mail.gmail.com> Date: Wed, 3 Oct 2007 10:52:43 -0700 From: "Jack Vogel" To: "freebsd-net@freebsd.org" , "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: RFC: Capability addition for IEEE 1588 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:52:45 -0000 I am adding support into the em driver for PTP, what I would prefer doing is to add interface capability support: IFCAP_TSYNC or something like that. The driver will then enable/disable the feature. Are there other vendor's hardware providing this support such that a net/if.h capability would be justified? There was also some other defines that are needed, an ethertype for instance, I forget what it was offhand but I did notice it wasn't there yet. Cheers, Jack