From owner-freebsd-wireless@FreeBSD.ORG Thu Dec 11 22:41:31 2014 Return-Path: Delivered-To: freebsd-wireless@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 8B72F314 for ; Thu, 11 Dec 2014 22:41:31 +0000 (UTC) Received: from mail.metricspace.net (mail.metricspace.net [IPv6:2001:470:1f11:617::103]) by mx1.freebsd.org (Postfix) with ESMTP id 6483CEFF for ; Thu, 11 Dec 2014 22:41:31 +0000 (UTC) Received: from [172.16.0.75] (unknown [172.16.0.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id 0AB3D1122 for ; Thu, 11 Dec 2014 22:41:24 +0000 (UTC) Message-ID: <548A1D93.4010200@metricspace.net> Date: Thu, 11 Dec 2014 17:41:23 -0500 From: Eric McCorkle User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "freebsd-wireless@freebsd.org" Subject: iwn Centrino 6235 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 22:41:31 -0000 Hello, I recently tried to get around the lack of support for Intel 7260 cards by ordering a centrino 6235 (with the M.2 form factor). However, it seems the specific revision isn't supported: iwn0: mem 0xb2800000-0xb2801fff irq 17 at device 0.0 on pci3 iwn0: adapter type id : 0x088f sub id :0x5260 rev 11 not supported (subdevice) iwn0: could not attach device, error 45 device_attach: iwn0 attach returned 45 Is this just a matter of the driver not having the right ID's, or is it likely that the hardware actually isn't supported? Thanks, Eric