Re: SMC 2602W Wireless PCI Card on stable

"M. Warner Losh" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile,gmane.os.freebsd.questions
Message-ID <[email protected]>
In message: <[email protected]>
            Viny <[email protected]> writes:
: pci0: <unknown card> (vendor=0x10b5, dev=0x9050) at 11.0 irq 15

This is the problem.  Ther's no 10b5/9050 ID in if_wi_pci.c.  The
following patch might do the trick for you.  It is relative to
-current, but a similar patch would be applicable to stable.

Index: if_wi_pci.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/wi/if_wi_pci.c,v
retrieving revision 1.12
diff -u -r1.12 if_wi_pci.c
--- if_wi_pci.c	15 Jan 2003 20:11:31 -0000	1.12
+++ if_wi_pci.c	19 Feb 2003 07:14:20 -0000
@@ -102,6 +102,7 @@
 	{0x1385, 0x4100, WI_BUS_PCI_PLX, "Netgear MA301"},
 	{0x1638, 0x1100, WI_BUS_PCI_PLX, "PRISM2STA WaveLAN"},
 	{0x111a, 0x1023, WI_BUS_PCI_PLX, "Siemens SpeedStream"},
+	{0x10b5, 0x9050, WI_BUS_PCI_PLX, "SMC 2602W"},
 	{0x16ec, 0x3685, WI_BUS_PCI_PLX, "US Robotics 2415"},
 	{0, 0, 0, NULL}
 };


Warner

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.