From nobody@FreeBSD.org  Tue Jun 26 08:36:03 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2863E1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Jun 2012 08:36:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1497A8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Jun 2012 08:36:03 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5Q8a2RT044902
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Jun 2012 08:36:02 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5Q8a2B2044880;
	Tue, 26 Jun 2012 08:36:02 GMT
	(envelope-from nobody)
Message-Id: <201206260836.q5Q8a2B2044880@red.freebsd.org>
Date: Tue, 26 Jun 2012 08:36:02 GMT
From: Alexander Motin <mav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: iwn(4) doesn't support 6235 chip.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169433
>Category:       kern
>Synopsis:       [iwn] iwn(4) doesn't support 6235 chip.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bschmidt
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 08:40:06 UTC 2012
>Closed-Date:    
>Last-Modified:  Tue Oct 30 16:00:00 UTC 2012
>Originator:     Alexander Motin
>Release:        10-CURRENT
>Organization:
iXsystems, Inc.
>Environment:
FreeBSD mavbook.mavhome.dp.ua 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Tue Jun 26 10:44:16 EEST 2012     mav@mavbook.mavhome.dp.ua:/usr/obj/usr/src/sys/mavbook  amd64

>Description:
iwn(4) doesn't know about Intel Centrino Advanced-N 6235 chip found in Asus UX31A laptop.

pciconf -lvcb:
..
none4@pci0:2:0:0:        class=0x028000 card=0x40608086 chip=0x088e8086 rev=0x24 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    bar   [10] = type Memory, range 64, base 0xf7c00000, size 8192, enabled
    cap 01[c8] = powerspec 3  supports D0 D3  current D0
    cap 05[d0] = MSI supports 1 message, 64 bit enabled with 1 message
    cap 10[e0] = PCI-Express 1 endpoint max data 128(128) link x1(x1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0003[140] = Serial 1 c48508ffff111aa2

>How-To-Repeat:

>Fix:
Update firmware version and add chip ID to the driver.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-wireless 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jun 26 09:12:59 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169433 

From: Ron McDowell <rcm@fuzzwad.org>
To: bug-followup@FreeBSD.org, mav@FreeBSD.org
Cc:  
Subject: Re: kern/169433: [iwn] iwn(4) doesn&#39;t support 6235 chip.
Date: Sun, 05 Aug 2012 10:28:51 -0500

 This is a multi-part message in MIME format.
 --------------090807070805050204020602
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I have the same [I think] card in a new Samsung NP550P5C-T01US with 
 slightly different parameters:
 
 pciconf -lvcb:
 ...
 none4@pci0:2:0:0: class=0x028000 card=0x40608086 chip=0x088e8086 
 rev=0x24 hdr=0x00
 vendor = 'Intel Corporation'
 class = network
 bar [10] = type Memory, range 64, base 0xf7800000, size 8192, enabled
 cap 01[c8] = powerspec 3 supports D0 D3 current D0
 cap 05[d0] = MSI supports 1 message, 64 bit
 cap 10[e0] = PCI-Express 1 endpoint max data 128(128) link x1(x1)
 ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected
 ecap 0003[140] = Serial 1 c48508ffff2a7876
 
 I have -HEAD from 20120801 installed and am ready and willing to try any 
 patches.  Thanks, I'd really like to see this working.
 
 Further notes:  Linux Mint 13 x86_64 lists it as:
 lspci -v
 ...
 02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 
 (rev 24)
      Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN
      Flags: bus master, fast devsel, latency 0, IRQ 45
      Memory at f7800000 (64-bit, non-prefetchable) [size=8K]
      Capabilities: [c8] Power Management version 3
      Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
      Capabilities: [e0] Express Endpoint, MSI 00
      Capabilities: [100] Advanced Error Reporting
      Capabilities: [140] Device Serial Number c4-85-08-ff-ff-2a-78-76
      Kernel driver in use: iwlwifi
      Kernel modules: iwlwifi
 
 
 -- 
 Ron McDowell
 San Antonio TX
 
 
 --------------090807070805050204020602
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#FFFFFF" text="#000000">
     <tt>I have the same [I think] card in a new Samsung NP550P5C-T01US
       with slightly different parameters:<br>
       <br>
       pciconf -lvcb:<br>
       ...<br>
       none4@pci0:2:0:0: class=0x028000 card=0x40608086 chip=0x088e8086
       rev=0x24 hdr=0x00<br>
       vendor = 'Intel Corporation'<br>
       class = network<br>
       bar [10] = type Memory, range 64, base 0xf7800000, size 8192,
       enabled<br>
       cap 01[c8] = powerspec 3 supports D0 D3 current D0<br>
       cap 05[d0] = MSI supports 1 message, 64 bit<br>
       cap 10[e0] = PCI-Express 1 endpoint max data 128(128) link x1(x1)<br>
       ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected<br>
       ecap 0003[140] = Serial 1 c48508ffff2a7876<br>
       <br>
       I have -HEAD from 20120801 installed and am ready and willing to
       try any patches.&nbsp; Thanks, I'd really like to see this working.<br>
       <br>
       Further notes:&nbsp; Linux Mint 13 x86_64 lists it as:<br>
       lspci -v<br>
       ...<br>
       02:00.0 Network controller: Intel Corporation Centrino Advanced-N
       6235 (rev 24)<br>
       &nbsp;&nbsp;&nbsp; Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN<br>
       &nbsp;&nbsp;&nbsp; Flags: bus master, fast devsel, latency 0, IRQ 45<br>
       &nbsp;&nbsp;&nbsp; Memory at f7800000 (64-bit, non-prefetchable) [size=8K]<br>
       &nbsp;&nbsp;&nbsp; Capabilities: [c8] Power Management version 3<br>
       &nbsp;&nbsp;&nbsp; Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
       &nbsp;&nbsp;&nbsp; Capabilities: [e0] Express Endpoint, MSI 00<br>
       &nbsp;&nbsp;&nbsp; Capabilities: [100] Advanced Error Reporting<br>
       &nbsp;&nbsp;&nbsp; Capabilities: [140] Device Serial Number
       c4-85-08-ff-ff-2a-78-76<br>
       &nbsp;&nbsp;&nbsp; Kernel driver in use: iwlwifi<br>
       &nbsp;&nbsp;&nbsp; Kernel modules: iwlwifi<br>
       <br>
       <br>
     </tt>
     <meta http-equiv="content-type" content="text/html;
       charset=ISO-8859-1">
     <pre class="moz-signature" cols="72">-- 
 Ron McDowell
 San Antonio TX
 </pre>
   </body>
 </html>
 
 --------------090807070805050204020602--
Responsible-Changed-From-To: freebsd-wireless->bschmidt 
Responsible-Changed-By: bschmidt 
Responsible-Changed-When: Wed Aug 22 19:28:35 UTC 2012 
Responsible-Changed-Why:  
over to me 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169433 

From: Pierre DAVID <pdagog@gmail.com>
To: bug-followup@FreeBSD.org, mav@FreeBSD.org
Cc:  
Subject: Re: kern/169433: [iwn] iwn(4) doesn&#39;t support 6235 chip.
Date: Tue, 30 Oct 2012 16:58:33 +0100

 The same chip is apparently on a Toshiba Portege Z930:
 
 # pciconf -lcvb
 ...
 none2@pci0:2:0:0:       class=0x028000 card=0x40608086 chip=0x088e8086 rev=0x24 hdr=0x00
     vendor     = 'Intel Corporation'
     class      = network
     bar   [10] = type Memory, range 64, base 0xe0400000, size 8192, enabled
     cap 01[c8] = powerspec 3  supports D0 D3  current D0
     cap 05[d0] = MSI supports 1 message, 64 bit 
     cap 10[e0] = PCI-Express 1 endpoint max data 128(128) FLR link x1(x1)
     ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
     ecap 0003[140] = Serial 1 c48508ffff7db121
 
 # uname -a
 FreeBSD vagabond 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r241986: Wed Oct 24 20:10:06 CEST 2012     root@vagabond:/usr/obj/usr/src/sys/VAGABOND  amd64
 
 Pierre
>Unformatted:
