From owner-freebsd-stable@FreeBSD.ORG Wed Oct 30 20:06:44 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADFBB637 for ; Wed, 30 Oct 2013 20:06:44 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id 77E2F2F8B for ; Wed, 30 Oct 2013 20:06:43 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:45554] helo=localhost) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id B5/BF-19454-2D661725; Wed, 30 Oct 2013 20:06:42 +0000 Date: Wed, 30 Oct 2013 20:06:42 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-stable@freebsd.org Subject: Re: make delete-old oddity on stable/10 X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 Cc: Glen Barber X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 20:06:44 -0000 > On Wed, Oct 30, 2013 at 07:58:17AM +0000, Thomas Mueller wrote: > > I hope that not only the delete-old oddity fix, but $SRCDIR/sys/dev/re > > will be included in update after testing. > Sorry, I need context here. What about sys/dev/re/ ? > Glen There was a thread, subject "Shuttle DS47 - Realtek RT 8111G". Problem was Realtek 8111/8168 driver in sys/dev/re. I can't connect with this Ethernet from FreeBSD 9.2, 10-stable or 11-head: fails also from OpenBSD 5.3 LiveUSB but succeeds with NetBSD-current and Linux. There was a proposed patch. I am also trying to figure how to connect with wpa_supplicant using Hiro H50191 USB-stick WLAN adapter, chip Realtek RTL8191SU, device rsu. All I have so far is base system. Tom