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 | |
parent | cf04537d653517f9fd66595212b23d1de4a46244 (diff) |
a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net
-rw-r--r-- | sys/dev/pci/if_wi_pci.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
2 files changed, 5 insertions, 2 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 }, diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 08cf88115b1..7ae55b8f174 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.495 2002/03/25 20:47:37 mickey Exp $ + $OpenBSD: pcidevs,v 1.496 2002/03/26 16:38:16 mickey Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -553,6 +553,7 @@ vendor SYBA 0x1592 Syba vendor EUMITCOM 0x1638 Eumitcom vendor NETSEC 0x1660 NetSec vendor GLOBALSUN 0x16ab Global Sun +vendor USR2 0x16ec US Robotics vendor ALTIMA 0x173b Altima vendor ANTARES 0x1754 Antares Microsystems vendor SYMPHONY2 0x1c1c Symphony Labs @@ -2071,6 +2072,7 @@ product ULSI US201 0x0201 US201 /* US Rebotics */ product USR 3CP5610 0x1008 3CP5610 +product USR2 USR11000P 0x3685 USR11000P /* V3 Semiconductor products */ product V3 V292PBC 0x0292 V292PBC AMD290x0 Host-PCI |