diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-21 10:18:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-21 10:18:07 +0000 |
commit | 17d81aed77988f30aa9c5eaf352c11be8217b97d (patch) | |
tree | 5c0c4ad4a920fb3ff386f7f22e23ebbb32f32ed2 | |
parent | 298b6042ed030fd9962fcced5ef3fd49f3ead511 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 7afccd1ca2d..0ce4105594b 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.408 2001/06/20 21:58:11 deraadt Exp + * OpenBSD: pcidevs,v 1.409 2001/06/21 09:24:26 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -326,7 +326,7 @@ #define PCI_VENDOR_DATATRANSLATION 0x1116 /* Data Translation */ #define PCI_VENDOR_DATACUBE 0x1117 /* Datacube */ #define PCI_VENDOR_BERG 0x1118 /* Berg Electronics */ -#define PCI_VENDOR_VORTEX 0x1119 /* Vortex Computer Systems */ +#define PCI_VENDOR_VORTEX 0x1119 /* Vortex */ #define PCI_VENDOR_EFFICIENTNETS 0x111a /* Efficent Networks */ #define PCI_VENDOR_TELEDYNE 0x111b /* Teledyne */ #define PCI_VENDOR_TRICORD 0x111c /* Tricord Systems */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cc2a1e20f5e..496ce3373d2 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.408 2001/06/20 21:58:11 deraadt Exp + * OpenBSD: pcidevs,v 1.409 2001/06/21 09:24:26 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5496,7 +5496,7 @@ static const struct pci_known_vendor pci_known_vendors[] = { }, { PCI_VENDOR_VORTEX, - "Vortex Computer Systems", + "Vortex", }, { PCI_VENDOR_EFFICIENTNETS, |