diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-26 16:38:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-26 16:38:36 +0000 |
commit | aa36fad3a6fff28e5c021627dee44a60587bb057 (patch) | |
tree | 4dae287c50f9cc59fe3552fff4aee798def50a32 | |
parent | dacecc56f25ded376b8d1718e2fda649f233098f (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ce99a7d5005..55e138596c4 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 $ */ @@ -558,6 +558,7 @@ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ #define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ +#define PCI_VENDOR_USR2 0x16ec /* US Robotics */ #define PCI_VENDOR_ALTIMA 0x173b /* Altima */ #define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ @@ -2076,6 +2077,7 @@ /* US Rebotics */ #define PCI_PRODUCT_USR_3CP5610 0x1008 /* 3CP5610 */ +#define PCI_PRODUCT_USR2_USR11000P 0x3685 /* USR11000P */ /* V3 Semiconductor products */ #define PCI_PRODUCT_V3_V292PBC 0x0292 /* V292PBC AMD290x0 Host-PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c857c4c8863..5d8e5b7a860 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 $ */ @@ -4579,6 +4579,10 @@ static const struct pci_known_product pci_known_products[] = { "3CP5610", }, { + PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR11000P, + "USR11000P", + }, + { PCI_VENDOR_V3, PCI_PRODUCT_V3_V292PBC, "V292PBC AMD290x0 Host-PCI", }, @@ -7227,6 +7231,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Global Sun", }, { + PCI_VENDOR_USR2, + "US Robotics", + }, + { PCI_VENDOR_ALTIMA, "Altima", }, |