Date: Mon, 11 Feb 2008 11:10:05 GMT From: Volker <volker@vwsoft.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/60307: [pccard] [patch] wrong product id in pccarddevs for SpeedStream SS1021 wireless nic Message-ID: <200802111110.m1BBA5wM009635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/60307; it has been noted by GNATS. 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),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802111110.m1BBA5wM009635>