From owner-freebsd-net@FreeBSD.ORG Fri Oct 7 02:34:59 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BDF7106566C for ; Fri, 7 Oct 2011 02:34:59 +0000 (UTC) (envelope-from s.dave.jones@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5FFF68FC0A for ; Fri, 7 Oct 2011 02:34:59 +0000 (UTC) Received: by vcbf13 with SMTP id f13so3924162vcb.13 for ; Thu, 06 Oct 2011 19:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=c2C8WvdsfB1M81o8RAm7i2cH7Tb25uynFqEfhJuiSa4=; b=VXTaD670y/bBaf1lO9z5s0oO5AjP9qKYVxoT+UvwkpsQIQWEQFtgXjEtwzf801MMOw sJjtHKq3e68WP49mYMcuSbe94JtZz09Et4btvFVIkOG113JmndQSVMzMPMxVLS/LG7s8 iT9XLfjXN9d5419c8urfPXrF1qWIYqOwul3Jo= MIME-Version: 1.0 Received: by 10.52.91.11 with SMTP id ca11mr640805vdb.8.1317954898517; Thu, 06 Oct 2011 19:34:58 -0700 (PDT) Received: by 10.52.184.135 with HTTP; Thu, 6 Oct 2011 19:34:58 -0700 (PDT) Date: Fri, 7 Oct 2011 10:34:58 +0800 Message-ID: From: dave jones To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Question about GPIO bitbang MII X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 02:34:59 -0000 Hi, Does FreeBSD have gpio bitbang api for MII? If not, any driver in tree using gpio-bitbang mii that I can refer to? Thanks. It seems like OpenBSD, NetBSD and Linux have added support to gpio bitbang mii, and it's useful for porting embedded devices. Best regards, Dave.