diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-10 05:47:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-10 05:47:53 +0000 |
commit | d05b042782600c027bcdd2560b85801e67bcd586 (patch) | |
tree | 3230f71a4130df420dde04fd153e791c890bcd07 /sys | |
parent | 77f41984eeac8bd35fb1500781ee804287f2c5a9 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 12 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 41ace8bd07d..8c60bb32645 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.402 2001/06/06 18:43:31 millert Exp + * OpenBSD: pcidevs,v 1.403 2001/06/10 05:47:02 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -544,9 +544,9 @@ #define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ -#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom Technology */ +#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ -#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun Technology */ +#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology */ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ @@ -1079,7 +1079,7 @@ #define PCI_PRODUCT_ES_FREEDOM 0x0001 /* Freedom PCI-GBus */ /* Eumitcom Technology products */ -#define PCI_PRODUCT_EUMITCOM_WL11000P 0x1100 /* WL11000P PCMCIA dumb bridge */ +#define PCI_PRODUCT_EUMITCOM_WL11000P 0x1100 /* WL11000P */ /* FORE products */ #define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */ @@ -1097,8 +1097,8 @@ #define PCI_PRODUCT_EFFICIENTNETS_EFSS25 0x0005 /* 25SS-3010 ATM (ASIC) */ /* Global Sun Technology products */ -#define PCI_PRODUCT_GLOBALSUN_GL24110P 0x1101 /* GL24110P PCMCIA dumb bridge */ -#define PCI_PRODUCT_GLOBALSUN_GL24110P02 0x1102 /* GL24110P02 PCMCIA dumb bridge */ +#define PCI_PRODUCT_GLOBALSUN_GL24110P 0x1101 /* GL24110P */ +#define PCI_PRODUCT_GLOBALSUN_GL24110P02 0x1102 /* GL24110P02 */ /* Hewlett-Packard products */ #define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c5e4bdbfbc1..bc8b88b6d36 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.402 2001/06/06 18:43:31 millert Exp + * OpenBSD: pcidevs,v 1.403 2001/06/10 05:47:02 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1556,7 +1556,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_EUMITCOM, PCI_PRODUCT_EUMITCOM_WL11000P, - "WL11000P PCMCIA dumb bridge", + "WL11000P", }, { PCI_VENDOR_FORE, PCI_PRODUCT_FORE_PCA200, @@ -1588,11 +1588,11 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P, - "GL24110P PCMCIA dumb bridge", + "GL24110P", }, { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P02, - "GL24110P02 PCMCIA dumb bridge", + "GL24110P02", }, { PCI_VENDOR_HP, PCI_PRODUCT_HP_J2585A, @@ -6316,7 +6316,7 @@ static const struct pci_known_vendor pci_known_vendors[] = { }, { PCI_VENDOR_EUMITCOM, - "Eumitcom Technology", + "Eumitcom", }, { PCI_VENDOR_NETSEC, @@ -6324,7 +6324,7 @@ static const struct pci_known_vendor pci_known_vendors[] = { }, { PCI_VENDOR_GLOBALSUN, - "Global Sun Technology", + "Global Sun", }, { PCI_VENDOR_SYMPHONY2, |