From 3dcbb02329e11228e1ad9d13e7c4e3b5291bb20c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 30 Jun 2005 03:15:36 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 3 ++- sys/dev/pci/pcidevs_data.h | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ab8e78c5db0..91a9535690a 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.882 2005/06/30 00:56:56 deraadt Exp + * OpenBSD: pcidevs,v 1.883 2005/06/30 03:15:31 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1642,6 +1642,7 @@ /* Intergraph products */ #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */ +#define PCI_PRODUCT_INTERGRAPH_EXPERT3D 0x07a0 /* Expert3D */ /* Interphase products */ #define PCI_PRODUCT_INTERPHASE_5526 0x0004 /* 5526 FibreChannel */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 364ae21b06a..3d60276a553 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.882 2005/06/30 00:56:56 deraadt Exp + * OpenBSD: pcidevs,v 1.883 2005/06/30 03:15:31 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4618,6 +4618,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T, "Powerstorm 4D50T", }, + { + PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_EXPERT3D, + "Expert3D", + }, { PCI_VENDOR_INTERPHASE, PCI_PRODUCT_INTERPHASE_5526, "5526 FibreChannel", -- cgit v1.2.3