From matt@mail.forko.com  Mon Nov 29 01:39:34 2004
Return-Path: <matt@mail.forko.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4FEB16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 2004 01:39:34 +0000 (GMT)
Received: from mail.forko.com (cinematic.forko.com [69.36.226.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55FB143D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 2004 01:39:34 +0000 (GMT)
	(envelope-from matt@mail.forko.com)
Received: (qmail 64249 invoked by uid 1001); 28 Nov 2004 17:47:43 -0800
Message-Id: <20041129014743.64248.qmail@mail.forko.com>
Date: 28 Nov 2004 17:47:43 -0800
From: Matt Peterson <matt@peterson.org>
Reply-To: Matt Peterson <matt@peterson.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Matt Peterson <matt@peterson.org>
Subject: [patch] new CIS id for Intersil WiFi, pccard update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74498
>Category:       kern
>Synopsis:       [pccard] [patch] new CIS id for Intersil WiFi, pccard update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 01:40:09 GMT 2004
>Closed-Date:    Sat Feb 23 01:26:58 UTC 2008
>Last-Modified:  Sat Feb 23 01:26:58 UTC 2008
>Originator:     Matt Peterson
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
>Description:

It appears that we missed an Intersil CIS id, quick patch below.  

>How-To-Repeat:

Nov 26 12:32:42 e-Laptop kernel: pccard1: <unknown card> (manufacturer=0x000b, product=0x7100) at function 0
Nov 26 12:32:42 e-Laptop kernel: pccard1:    CIS info: 80211b, 11Mbps_PC-Card_2.5, Version 02.05

>Fix:

--- pccarddevs-old      Fri Nov 26 05:03:01 2004
+++ pccarddevs  Fri Nov 26 05:04:58 2004
@@ -287,6 +287,7 @@
 /* OEMs sell these things under different marketing names */
 product INTERSIL MA401RA       0x7300 Netgear MA401RA
 product INTERSIL DWL650                0x7110 Dlink DWL650
+product INTERSIL SL2511_CDPLUS 0x7100 Senao SL-2511CD Plus

 /* I-O DATA */
 product IODATA PCLATE          0x2216 I-O DATA PCLA/TE

--- if_wi_pccard.c-old  Fri Nov 26 05:00:02 2004
+++ if_wi_pccard.c      Fri Nov 26 05:02:37 2004
@@ -138,6 +138,7 @@
        PCMCIA_CARD(INTEL, PRO_WLAN_2011, 0),
        PCMCIA_CARD(INTERSIL, MA401RA, 0),
        PCMCIA_CARD(INTERSIL, DWL650, 0),
+       PCMCIA_CARD(INTERSIL, SL2511_CDPLUS, 0),
        PCMCIA_CARD(INTERSIL2, PRISM2, 0),
        PCMCIA_CARD(IODATA2, WCF12, 0),
        PCMCIA_CARD(IODATA2, WNB11PCM, 0),

>Release-Note:
>Audit-Trail:

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, matt@peterson.org
Cc:  
Subject: Re: kern/74498: [pccard] [patch] new CIS id for Intersil WiFi, pccard
 update
Date: Sat, 23 Feb 2008 01:34:36 +0100

 Matt,
 
 I've checked the status of the PR you've filed. Support for the Intersil
  SL-2511CD Plus card has been brought into CVS long time ago (first
 introduced under a different brand / model name but later changed).
 
 As I think this piece of hardware is now fully supported at least for
 all branches from RELENG_6 and up, do you agree to close this PR?
 
 Thanks!

From: Matt Peterson <matt@peterson.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/74498: [pccard] [patch] new CIS id for Intersil WiFi, pccard update
Date: Fri, 22 Feb 2008 17:08:23 -0800

 Sounds good, fine to sign off.
 
 On Feb 22, 2008, at 4:34 PM, Volker wrote:
 
 > Matt,
 >
 > I've checked the status of the PR you've filed. Support for the  
 > Intersil
 > SL-2511CD Plus card has been brought into CVS long time ago (first
 > introduced under a different brand / model name but later changed).
 >
 > As I think this piece of hardware is now fully supported at least for
 > all branches from RELENG_6 and up, do you agree to close this PR?
 >
 > Thanks!
 >
 

From: Matt Peterson <matt@peterson.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/74498: [pccard] [patch] new CIS id for Intersil WiFi, pccard update
Date: Fri, 22 Feb 2008 16:47:31 -0800

 Yep close it.
 
 On Feb 22, 2008, at 4:34 PM, Volker wrote:
 
 > Matt,
 >
 > I've checked the status of the PR you've filed. Support for the  
 > Intersil
 > SL-2511CD Plus card has been brought into CVS long time ago (first
 > introduced under a different brand / model name but later changed).
 >
 > As I think this piece of hardware is now fully supported at least for
 > all branches from RELENG_6 and up, do you agree to close this PR?
 >
 > Thanks!
 >
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Feb 23 01:26:40 UTC 2008 
State-Changed-Why:  
Submitter says that this has already been fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74498 
>Unformatted:
