diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-15 21:19:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-15 21:19:53 +0000 |
commit | 5904cdce122377e21d06a325481a1f73e300d43a (patch) | |
tree | f1e633fb4b10a553064a04c5fa3bcb9e93f181c1 | |
parent | d426a55e791f7e614c0df278c57e9a8590830001 (diff) |
Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter,
another PLX card. From FreeBSD.
-rw-r--r-- | sys/dev/pci/if_wi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c index 0ad40c40f13..53e59222c1a 100644 --- a/sys/dev/pci/if_wi_pci.c +++ b/sys/dev/pci/if_wi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pci.c,v 1.25 2002/04/10 18:25:16 millert Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.26 2002/04/15 21:19:52 millert Exp $ */ /* * Copyright (c) 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com> @@ -117,6 +117,7 @@ static const struct wi_pci_product { { PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR11000P, WI_PCI_PLX }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE777A, WI_PCI_PLX }, { PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_MA301, WI_PCI_PLX }, + { PCI_VENDOR_EFFICIENTNETS, PCI_PRODUCT_EFFICIENTNETS_SS1023, WI_PCI_PLX }, { PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130, WI_PCI_PLX }, { PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130A2, WI_PCI_TMD }, { PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN, WI_PCI_PRISM }, |