From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 15 02:56:31 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C7A9106566B; Tue, 15 Feb 2011 02:56:31 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD588FC13; Tue, 15 Feb 2011 02:56:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F2uVSM092685; Tue, 15 Feb 2011 02:56:31 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1F2uVqX092681; Tue, 15 Feb 2011 02:56:31 GMT (envelope-from yongari) Date: Tue, 15 Feb 2011 02:56:31 GMT Message-Id: <201102150256.p1F2uVqX092681@freefall.freebsd.org> To: yongari@FreeBSD.org, freebsd-bugs@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: misc/154789: FreeBSD doesn't recognise RTL8101E X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 02:56:31 -0000 Synopsis: FreeBSD doesn't recognise RTL8101E Responsible-Changed-From-To: freebsd-bugs->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Tue Feb 15 02:54:37 UTC 2011 Responsible-Changed-Why: re(4) calls me again. According to the Chip/MAC revision number shown by re(4), the controller in question is RTL8401E PCIe Fast Ethernet controller. re(4) has no support for the controller at this moment. I don't have RTL8401E hardware but I'll let you know when I have an experimental patch. BTW, It's strange that the controller works with NetBSD/OpenBSD. Maybe their driver has a bug in recognizing Chip/MAC revision. The controller is fairly recent one and it may need to poke other undocumented registers to wake up from power down. http://www.freebsd.org/cgi/query-pr.cgi?pr=154789