From owner-freebsd-stable@FreeBSD.ORG Thu Dec 12 10:19:21 2013 Return-Path: Delivered-To: freebsd-stable@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 913FCF69 for ; Thu, 12 Dec 2013 10:19:21 +0000 (UTC) Received: from nm17-vm5.access.bullet.mail.gq1.yahoo.com (nm17-vm5.access.bullet.mail.gq1.yahoo.com [216.39.63.135]) by mx1.freebsd.org (Postfix) with SMTP id 512E210C9 for ; Thu, 12 Dec 2013 10:19:20 +0000 (UTC) Received: from [216.39.60.175] by nm17.access.bullet.mail.gq1.yahoo.com with NNFMP; 12 Dec 2013 10:16:13 -0000 Received: from [98.138.226.241] by tm11.access.bullet.mail.gq1.yahoo.com with NNFMP; 12 Dec 2013 10:16:13 -0000 Received: from [127.0.0.1] by smtp112.sbc.mail.ne1.yahoo.com with NNFMP; 12 Dec 2013 10:16:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1386843372; bh=77TVShWpWv2KnjscvIJG9FYSaFH0/j5NjRFn7sxveBY=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:References:Subject; b=eXLkdvv7QqFuIG6jVSBPHVkpgqggDVW3tpu7bHnKdWi7HyuDrDlE0iMDkuN4jgxrGNdADKXVfXwSO8qUZHsVrTV7EiZ61plWK7nwDgf/ODqGnOQe2TgOVWgK4ZJqHvBX4Kc/YQWgK5eV0AlKBE+chSNtZyYursS9XvZsvkBYvAM= X-Yahoo-Newman-Id: 977765.31769.bm@smtp112.sbc.mail.ne1.yahoo.com Message-ID: <977765.31769.bm@smtp112.sbc.mail.ne1.yahoo.com> Date: Thu, 12 Dec 2013 02:16:12 -0800 (PST) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: M20A4bkVM1k_Cn0hu.DEI4CJrCzf6r6Xk.VhDKb0N.Miz8Z HJr2Jzq490eOtaDXKZmHyb5avjR0aj9Ns7gJRb5Oofh0Ve1wUBYV4HV64DYj LkmF.vxmzbiY5mLf9osa4a8DsLDV79tHy0h22WFfXIUQaVhf6XY5qvcf820B qhaFMGt5EHVwJ1DOGICSwETuTFihEbZ2ctOgTOYDYbJtoRTEZ4WA2aW9MuH_ MUTnswUi9QRdwIsCIQlOlbzOStwxZFqtMa.zDo5S8p07Nh7OUBbwQpHM3jwp KsukyAtlVIhTNJ0FAW.N4kF281JD5HR1Qy0ysfMcu0mwLuO23rjNf5Ly90d9 3Bc3SvCaxQpGx2AKj9oxftdzncFYbi__tSQHbFk8c5SzvPTE5cZry_yzsRcJ iIVYHO3b082Xyq7m3y1iANFNVZWFpwNsrWoXABNoxTdXwP0OtI4CZGAJ09Q3 igXlxaJ3dleASTmHTx1_t5Zw45lUgICddseH6Li5qiNkB1Pj5zlRszvokOPw LlTI_dRxypMuX1OfdmTBtNdpV3dxcZzVjjwBhqs8IlIU- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with ) by smtp112.sbc.mail.ne1.yahoo.com with SMTP; 12 Dec 2013 02:16:12 -0800 PST From: "Thomas Mueller" To: freebsd-stable@freebsd.org References: <52A8EE1B.2060909@quip.cz> <52A9873D.6030306@quip.cz> Subject: Re: Driver for Realtek RTL8151GH-CG Cc: illoai@gmail.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 10:19:21 -0000 > It confuses me, because RTL8151GH-CG should be onboard NIC, not USB one. > Thank you for your reply anyway. > Miroslav Lachman Some onboard adapters/cards are USB or quasi-USB, seen by the system as USB. Examples with the MSI Z77 MPOWER motherboard are the Atheros AR9271 wi-fi and the Atheros AR3001 (?) Bluetooth. But I thought onboard Ethernet would be PCI or PCIE, at least I believe it usually is. I've never used Bluetooth and have no Bluetooth devices to test the Atheros AR3001. Tom