kern/60307: [pccard] [patch] wrong product id in pccarddevs for SpeedStream SS1021 wireless nic

Volker volker at vwsoft.com
Mon Feb 11 11:10:06 UTC 2008


The following reply was made to PR kern/60307; it has been noted by GNATS.

From: Volker <volker at vwsoft.com>
To: bug-followup at FreeBSD.org, james at 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),
 
 


More information about the freebsd-bugs mailing list