diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-07-06 17:22:08 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-07-06 17:22:08 +0000 |
commit | 81b184e9428aa27e132a56d8fe9c01440e9761d8 (patch) | |
tree | 47f33d80d170161c28f0f798f69db12d46e55dd7 | |
parent | 265cd8076bbed1f14f0ca264e8fc80d6e3169c5e (diff) |
3com airconnect 3crwe777a
-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 12a9f23c260..66fabfdda17 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.5 2001/06/23 01:54:48 millert Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.6 2001/07/06 17:22:07 jason Exp $ */ /* * Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> @@ -128,6 +128,7 @@ static const struct wi_pci_product { { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P }, { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P02 }, { PCI_VENDOR_EUMITCOM, PCI_PRODUCT_EUMITCOM_WL11000P }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE777A }, { 0, 0 } }; |