diff options
author | 2001-02-22 01:34:50 +0000 | |
---|---|---|
committer | 2001-02-22 01:34:50 +0000 | |
commit | a330f3231b08811b902a5f67e02a7afb1b56b171 (patch) | |
tree | a9d90322cf8f2c785b16e01c318ffab4935fc72e | |
parent | Comments may not exist on 'product' or 'vendor' lines (diff) | |
download | wireguard-openbsd-a330f3231b08811b902a5f67e02a7afb1b56b171.tar.xz wireguard-openbsd-a330f3231b08811b902a5f67e02a7afb1b56b171.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 10 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a7cfacad95b..a231bbe6caf 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.367 2001/02/20 03:52:05 jason Exp + * OpenBSD: pcidevs,v 1.368 2001/02/21 23:44:13 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -987,15 +987,15 @@ /* DEC products */ #define PCI_PRODUCT_DEC_21050 0x0001 /* DECchip 21050 PCI-PCI */ -#define PCI_PRODUCT_DEC_21040 0x0002 /* DECchip 21040 /* Tulip */ */ -#define PCI_PRODUCT_DEC_21030 0x0004 /* DECchip 21030 /* TGA */ */ +#define PCI_PRODUCT_DEC_21040 0x0002 /* DECchip 21040 */ +#define PCI_PRODUCT_DEC_21030 0x0004 /* DECchip 21030 */ #define PCI_PRODUCT_DEC_NVRAM 0x0007 /* Zephyr NV-RAM */ #define PCI_PRODUCT_DEC_KZPSA 0x0008 /* KZPSA */ -#define PCI_PRODUCT_DEC_21140 0x0009 /* DECchip 21140 /* FasterNet */ */ +#define PCI_PRODUCT_DEC_21140 0x0009 /* DECchip 21140 */ #define PCI_PRODUCT_DEC_PBXGB 0x000d /* TGA2 */ #define PCI_PRODUCT_DEC_DEFPA 0x000f /* DEFPA */ /* product DEC ??? 0x0010 ??? VME Interface */ -#define PCI_PRODUCT_DEC_21041 0x0014 /* DECchip 21041 /* Tulip Pass 3 */ */ +#define PCI_PRODUCT_DEC_21041 0x0014 /* DECchip 21041 */ #define PCI_PRODUCT_DEC_DGLPB 0x0016 /* DGLPB (OPPO) */ #define PCI_PRODUCT_DEC_21142 0x0019 /* DECchip 21142/3 */ /* Farallon apparently used DEC's vendor ID by mistake */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a03c8bb141c..653ea11d59e 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.367 2001/02/20 03:52:05 jason Exp + * OpenBSD: pcidevs,v 1.368 2001/02/21 23:44:13 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1328,11 +1328,11 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21040, - "DECchip 21040 /* Tulip */", + "DECchip 21040", }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21030, - "DECchip 21030 /* TGA */", + "DECchip 21030", }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_NVRAM, @@ -1344,7 +1344,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21140, - "DECchip 21140 /* FasterNet */", + "DECchip 21140", }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_PBXGB, @@ -1356,7 +1356,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21041, - "DECchip 21041 /* Tulip Pass 3 */", + "DECchip 21041", }, { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_DGLPB, |