summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wi_pci.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-04-01 05:49:58 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-04-01 05:49:58 +0000
commitd7393701cfc5f5080c9b96df82f5da7b2160913c (patch)
tree0576d61ef3e05006857f4c5cfef4da8cdc94eb9b /sys/dev/pci/if_wi_pci.c
parent6347cc971a50fed89dabfa378ac9054b828e6d26 (diff)
No Mickey, that corega card is just a rebadged NDC card.
Make this actually compile again.
Diffstat (limited to 'sys/dev/pci/if_wi_pci.c')
-rw-r--r--sys/dev/pci/if_wi_pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c
index 05399175602..0659c7128b0 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.19 2002/04/01 05:40:21 mickey Exp $ */
+/* $OpenBSD: if_wi_pci.c,v 1.20 2002/04/01 05:49:57 millert Exp $ */
/*
* Copyright (c) 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -114,7 +114,6 @@ static const struct wi_pci_product {
{ PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_MA301, 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_COREGA, PCI_PRODUCT_COREGA_CGWLPCIA11, WI_PCI_PLX },
{ PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN, WI_PCI_PRISM },
{ 0, 0 }
};