Date: Sat, 28 Sep 2013 08:12:55 GMT From: bapt <bapt@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/182455: iwn with 6235 chipset Message-ID: <201309280812.r8S8CtWE094467@oldred.freebsd.org> Resent-Message-ID: <201309280820.r8S8K0QE052981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182455
>Category: kern
>Synopsis: iwn with 6235 chipset
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 28 08:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: bapt
>Release: r255576
>Organization:
>Environment:
FreeBSD jolan.lan 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #20 r255576M: Sun Sep 15 01:37:58 CEST 2013 bapt@jolan.lan:/usr/obj/usr/src/sys/JOLAN amd64
>Description:
iwn0@pci0:2:0:0: class=0x028000 card=0x40608086 chip=0x088e8086 rev=0x24 hdr=0x00
vendor = 'Intel Corporation'
device = 'Centrino Advanced-N 6235'
class = network
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: sys/dev/iwn/if_iwn.c
===================================================================
--- sys/dev/iwn/if_iwn.c (revision 255576)
+++ sys/dev/iwn/if_iwn.c (working copy)
@@ -119,6 +119,8 @@
{ 0x8086, IWN_DID_5x50_2, "Intel WiMAX/WiFi Link 5350" },
{ 0x8086, IWN_DID_5x50_3, "Intel WiMAX/WiFi Link 5150" },
{ 0x8086, IWN_DID_5x50_4, "Intel WiMAX/WiFi Link 5150" },
+ { 0x8086, IWN_DID_6035_1, "Centrino Advanced-N 6235" },
+ { 0x8086, IWN_DID_6035_2, "Centrino Advanced-N 6235" },
{ 0, 0, NULL }
};
Index: sys/modules/iwnfw/iwn6000g2b/Makefile
===================================================================
--- sys/modules/iwnfw/iwn6000g2b/Makefile (revision 255576)
+++ sys/modules/iwnfw/iwn6000g2b/Makefile (working copy)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwn6000g2bfw
-IMG= iwlwifi-6000g2b-17.168.5.2
+IMG= iwlwifi-6000g2b-18.168.6.1
.include <bsd.kmod.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280812.r8S8CtWE094467>
