diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-28 21:42:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-28 21:42:41 +0000 |
commit | 3cfe96826e8eb8ef174cf747689f9f6ea43edab1 (patch) | |
tree | f5142f317ab569fa2ff4c7b68397030714a46660 /sys/dev | |
parent | e87122ab8ebf49b4de4131bb7ce49b24324cdba6 (diff) |
match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com>
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 ac6280f0ec8..963dbdb4f50 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.12 2001/12/20 17:48:25 mickey Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.13 2002/01/28 21:42:40 mickey Exp $ */ /* * Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> @@ -134,6 +134,7 @@ static const struct wi_pci_product { { PCI_VENDOR_EUMITCOM, PCI_PRODUCT_EUMITCOM_WL11000P, 1 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE777A, 1 }, { PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_MA301, 1 }, + { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGWLPCIA11, 1 }, { PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN, 0 }, { 0, 0 } }; |