From owner-freebsd-net@FreeBSD.ORG Wed Jun 3 14:59:49 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99C11317 for ; Wed, 3 Jun 2015 14:59:49 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67DA31C4B for ; Wed, 3 Jun 2015 14:59:49 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by igbyr2 with SMTP id yr2so114946955igb.0 for ; Wed, 03 Jun 2015 07:59:48 -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=8pDgCJCz7tNyLzVe+MEw+hVxlvOZINzG9edKgnD6iHk=; b=NDdkH+R82y5ElKstk7LydTCMZedNGH5D0oRU3AuuKncDlHENmr4dqD8Q73uZebVXve gWFOiPNEo2LYS8AwYGRNpujONqXmhzWDUu0w4WYK/bdrigafh+cOucCz2EEiL3Byv3b8 zF00v5lO7rmM4dLfaY4dfrvfHn0awV1bDCpsRVj8zHWBWZbF7jqByuhMhYK10Ny45B3M xFJusLI3vHweXc5+IgRfPAPB8VYsIrfiPGsN36jtzCmnI4hcVv18WTawaK0CXTrpkbdd BdEX4LPOgNdydaNuZYixQyjf6LUwfTqt7zOWBEmoYxBfypk5iw4fq6zfIarcoR8P28nx c2mQ== MIME-Version: 1.0 X-Received: by 10.50.97.33 with SMTP id dx1mr4526317igb.1.1433343588697; Wed, 03 Jun 2015 07:59:48 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Wed, 3 Jun 2015 07:59:48 -0700 (PDT) Date: Wed, 3 Jun 2015 22:59:48 +0800 Message-ID: Subject: Adding RTL8153 support to rue(4) USB to Ethernet driver From: Ben Woods To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 14:59:49 -0000 Hi everyone, I am wondering what it would take to add support for RTL8153 to the rue(4) USB to Fast Ethernet driver for Realtek. I bought one of these from NEC in Japan (their part number PC-VP-BK06), as shown here (use Google translate): http://121ware.com/product/option/cable/pc-vp-bk06/index.html Here is the diff when support was added to the Linux kernel: https://lkml.org/lkml/2013/7/7/127 Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com