Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 12:14:25 -0800 (PST)
From:      James Pool <james@hal-pc.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/60307: wrong product id in pccarddevs for SpeedStream SS1021 wireless nic
Message-ID:  <200312162014.hBGKEPv5071727@www.freebsd.org>
Resent-Message-ID: <200312162020.hBGKKER3066414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60307
>Category:       kern
>Synopsis:       wrong product id in pccarddevs for SpeedStream SS1021 wireless nic
>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:   Tue Dec 16 12:20:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     James Pool
>Release:        5.1-RELEASE and 5.2-CURRENT
>Organization:
Houston Area League of PC Users
>Environment:
FreeBSD shelac.biohazard 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Dec 15 15:28:05 CST 2003     root@shelac.biohazard:/usr/src/sys/i386/compile/SHELAC  i386

>Description:
     product id for Siemens SpeedStream model SS1021 wireless card is incorrect in /usr/src/sys/dev/pccard/pccarddevs
should be 0x3021 not 0x0002 (unless there really is a 0x0002 in which case needs to be a 0x3021 as well)

>How-To-Repeat:
     N/A
>Fix:
     i've corrected the problem with the following under the "/* Siemens */" section:
product SIEMENS SS1021B 0x3021 Siemens SpeedStream Wireless PCMCIA

and recompile pccarddevs.h and added the following to dev/wi/if_wi_pccard.c:
        PCMCIA_CARD(SIEMENS, SS1021B, 0),

the card is now recognized and works without any problems so far
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312162014.hBGKEPv5071727>