From nobody@FreeBSD.org  Tue Dec 16 12:14:26 2003
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A6E316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2003 12:14:26 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C97E243D33
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2003 12:14:25 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGKEPdL071728
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2003 12:14:25 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id hBGKEPv5071727;
	Tue, 16 Dec 2003 12:14:25 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200312162014.hBGKEPv5071727@www.freebsd.org>
Date: Tue, 16 Dec 2003 12:14:25 -0800 (PST)
From: James Pool <james@hal-pc.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: wrong product id in pccarddevs for SpeedStream SS1021 wireless nic
X-Send-Pr-Version: www-2.0

>Number:         60307
>Category:       kern
>Synopsis:       [pccard] [patch] wrong product id in pccarddevs for SpeedStream SS1021 wireless nic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 12:20:14 PST 2003
>Closed-Date:    Fri Nov 02 22:12:16 UTC 2012
>Last-Modified:  Fri Nov 02 22:12:16 UTC 2012
>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:

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, james@hal-pc.org
Cc:  
Subject: Re: kern/60307: [pccard] [patch] wrong product id in pccarddevs for
 SpeedStream SS1021 wireless nic
Date: Mon, 11 Feb 2008 12:06:35 +0100

 Here's a patchset for this PR:
 
 --- pccard/pccarddevs.orig	2008-02-11 12:02:38.000000000 +0100
 +++ pccard/pccarddevs	2008-02-11 12:03:39.000000000 +0100
 @@ -550,6 +550,7 @@
 
  /* Siemens */
  product SIEMENS SS1021		0x0002 Siemens SpeedStream 1021
 +product SIEMENS SS1021B		0x3021 Siemens SpeedStream Wireless PCMCIA
 
  /* Sierra */
  product SIERRA AC710		0x0710 AC710/AC750/AC850
 
 
 --- wi/if_wi_pccard.c.orig	2008-02-11 12:05:02.000000000 +0100
 +++ wi/if_wi_pccard.c	2008-02-11 12:05:27.000000000 +0100
 @@ -150,6 +150,7 @@
  	PCMCIA_CARD(PROXIM, RANGELANDS_8430),
  	PCMCIA_CARD(SAMSUNG, SWL_2000N),
  	PCMCIA_CARD(SIEMENS, SS1021),
 +	PCMCIA_CARD(SIEMENS, SS1021B),
  	PCMCIA_CARD(SIMPLETECH, SPECTRUM24_ALT),
  	PCMCIA_CARD(SOCKET, LP_WLAN_CF),
  	PCMCIA_CARD(SYMBOL, LA4100),
 
 

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/60307: [pccard] [patch] wrong product id in pccarddevs for
 SpeedStream SS1021 wireless nic
Date: Mon, 11 Feb 2008 12:26:09 +0100

 Mail to submitter bounces:
 
 host hal-pc.org.mail1.psmtp.com[64.18.4.10] said:
     550 No such user - psmtp (in reply to RCPT TO command)
 
 This patch must be either submitted blindly or the PR should be closed
 unhandled.
State-Changed-From-To: open->patched 
State-Changed-By: imp 
State-Changed-When: Tue Aug 26 22:40:07 MDT 2008 
State-Changed-Why:  
(re) discovered recently and committed.  This likely should be MFC'd, 
but I haven't had the energy to do that. :-( 


http://www.freebsd.org/cgi/query-pr.cgi?pr=60307 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Nov 2 22:12:15 UTC 2012 
State-Changed-Why:  
if this was committed in 2008 it was likely fixed by now 

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