conf/74498: [patch] new CIS id for Intersil WiFi, pccard update

Matt Peterson matt at peterson.org
Sun Nov 28 17:40:09 PST 2004


>Number:         74498
>Category:       conf
>Synopsis:       [patch] new CIS id for Intersil WiFi, pccard update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 01:40:09 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 


More information about the freebsd-bugs mailing list