From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 3 16:59:58 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D2F5668 for ; Wed, 3 Sep 2014 16:59:58 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEDDD15AA for ; Wed, 3 Sep 2014 16:59:57 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id jd19so6285303oac.30 for ; Wed, 03 Sep 2014 09:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZA44Nbdwu6zQQNtGZNkBs6PEsIFbsobwV23XNZxz3qQ=; b=tY/dMFuldI0KtwXglBLR3l918935OKVe3EIwLk+3Zdt3sVibWJHSL4X+n2Ogf6gV/6 KTzgtM2HwRSuDOOzXEfFGRocjK18/pBM0zF7fQMOMWKGSU9eVPYGASb55ajc1LEYWEFY qHxMRffbi1Uytsv97e5MblXyYfv3zlCxXBw1JiwyLold+sc/6BNs0ExHjZSHQ79f/Fzk n8bcBD7ju7BR7y971zThUyfyfD/yZpP2af4mJi6nnAyjpR8dOb3uCBU73iPMy0uOHAsH D+FVzTXZOt93SXdYPuR5z24b2QBDDuhpYr9S7NZz2qSRDoH0iSPKCrDGQ0opd6MA2qzg 2oWQ== MIME-Version: 1.0 X-Received: by 10.182.114.131 with SMTP id jg3mr40227263obb.9.1409763596897; Wed, 03 Sep 2014 09:59:56 -0700 (PDT) Received: by 10.182.250.234 with HTTP; Wed, 3 Sep 2014 09:59:56 -0700 (PDT) Date: Wed, 3 Sep 2014 09:59:56 -0700 Message-ID: Subject: IOAT driver for FreeBSD From: Vijay Singh To: hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:59:58 -0000 Hi All, I found some discussion in the past about this. Is there a version of such a driver that I can test, and hopefully help get committed? -vijay