diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 05:40:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 05:40:22 +0000 |
commit | 6347cc971a50fed89dabfa378ac9054b828e6d26 (patch) | |
tree | aa48091e8e5ddb0d737fc4ddf33f6c6285902fd4 /sys/dev | |
parent | 579477045f2feb4f8592f66c049a052b9976d7a7 (diff) |
todd killed a corega card
Diffstat (limited to 'sys/dev')
-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 f535c3613b1..05399175602 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.18 2002/03/30 21:57:40 millert Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.19 2002/04/01 05:40:21 mickey Exp $ */ /* * Copyright (c) 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com> @@ -114,6 +114,7 @@ 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 } }; |