diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-26 16:38:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-26 16:38:17 +0000 |
commit | dacecc56f25ded376b8d1718e2fda649f233098f (patch) | |
tree | 41488456d73effff14070b262b0344f7571e0e36 /sys/dev/pci/if_wi_pci.c | |
parent | cf04537d653517f9fd66595212b23d1de4a46244 (diff) |
a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net
Diffstat (limited to 'sys/dev/pci/if_wi_pci.c')
-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 245f3755ace..3bb27ee9915 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.14 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.15 2002/03/26 16:38:16 mickey Exp $ */ /* * Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> @@ -132,6 +132,7 @@ static const struct wi_pci_product { { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P, 1 }, { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P02, 1 }, { PCI_VENDOR_EUMITCOM, PCI_PRODUCT_EUMITCOM_WL11000P, 1 }, + { PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR11000P, 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 }, |