summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-03-18 02:45:29 +0000
committerimp <imp@FreeBSD.org>2003-03-18 02:45:29 +0000
commit6175a8518dcc154bc9670856ebc07943b8347b09 (patch)
tree20643a3ce8ff940409de870581212ad0db92dd0d /sys
parent3b5aac966deef94a178eb068e27849bc3dd95ce8 (diff)
downloadFreeBSD-src-6175a8518dcc154bc9670856ebc07943b8347b09.zip
FreeBSD-src-6175a8518dcc154bc9670856ebc07943b8347b09.tar.gz
Add SMC 2602W pci card, from a post to mobile@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c
index ce8df8d..cd58a2f 100644
--- a/sys/dev/wi/if_wi_pci.c
+++ b/sys/dev/wi/if_wi_pci.c
@@ -102,6 +102,7 @@ static struct {
{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}
};
OpenPOWER on IntegriCloud