From owner-freebsd-drivers@FreeBSD.ORG Fri Sep 12 05:48:33 2014 Return-Path: Delivered-To: freebsd-drivers@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 ESMTPS id 7E181CCC for ; Fri, 12 Sep 2014 05:48:33 +0000 (UTC) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 324D7B78 for ; Fri, 12 Sep 2014 05:48:33 +0000 (UTC) Received: from web21j.yandex.ru (web21j.yandex.ru [5.45.198.62]) by forward15.mail.yandex.net (Yandex) with ESMTP id 0543E9E225A for ; Fri, 12 Sep 2014 09:48:16 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web21j.yandex.ru (Yandex) with ESMTP id 917404540074; Fri, 12 Sep 2014 09:48:16 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1410500896; bh=drZjpM/0YTjdD3qtUr9j3Bkd6NV6keWZb2JXkFM3DFc=; h=From:To:Subject:Date; b=YcYKeslBwi2PEMUbD9QAaYfUhg1aXToHvevQ4G+qfedpZjQTjU1us0OU6FL/NERaq ZpJ+JjMaIgBYetCV/TFfmx+GVpAkPsYhDGChMZo+0FofUsrpEoa6X04tpUWVaI9bio IFR5u79jVFUZzvuY+sPSACHFxjAzSk0ZM/fFI5so= Received: from ur.service-ng.ru (ur.service-ng.ru [62.168.254.222]) by web21j.yandex.ru with HTTP; Fri, 12 Sep 2014 09:48:16 +0400 From: =?koi8-r?B?59XM0cXXIOfP28E=?= To: freebsd-drivers@freebsd.org Subject: Not supported Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10) Message-Id: <426241410500896@web21j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 12 Sep 2014 11:48:16 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 05:48:33 -0000 Hi all! Is it way to get working that device? OS:FreeBSD KOR-BSD 10.0-STABLE FreeBSD 10.0-STABLE #0: Thu Sep 4 19:44:40 MSK 2014 root@KOR-BSD:/usr/obj/usr/src/sys/GENERIC amd64 System builds from latest -STABLE sources, and with GENERIC kernel. There is pciconf -lv with inknown devices: none1@pci0:2:0:0: class=0x020000 card=0x85871043 chip=0x10a11969 rev=0x10 hdr=0x00 vendor = 'Atheros Communications Inc.' class = network subclass = ethernet none0@pci0:0:20:0: class=0x0c0500 card=0x83891043 chip=0x43851002 rev=0x3c hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SBx00 SMBus Controller' class = serial bus subclass = SMBus lspci -v get name for ethernet adapter: 02:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10) Subsystem: ASUSTeK Computer Inc. Device 8587 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at feac0000 (64-bit, non-prefetchable) I/O ports at dc00 Capabilities: [40] Power Management version 3 Capabilities: [58] Express Endpoint, MSI 00 Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+ Capabilities: [d8] MSI-X: Enable- Count=16 Masked- Thanks!