From aa36fad3a6fff28e5c021627dee44a60587bb057 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 26 Mar 2002 16:38:36 +0000 Subject: regen --- sys/dev/pci/pcidevs.h | 4 +++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'sys') 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 $ */ @@ -4578,6 +4578,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_USR, PCI_PRODUCT_USR_3CP5610, "3CP5610", }, + { + PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR11000P, + "USR11000P", + }, { PCI_VENDOR_V3, PCI_PRODUCT_V3_V292PBC, "V292PBC AMD290x0 Host-PCI", @@ -7226,6 +7230,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_GLOBALSUN, "Global Sun", }, + { + PCI_VENDOR_USR2, + "US Robotics", + }, { PCI_VENDOR_ALTIMA, "Altima", -- cgit v1.2.3