From b18ea8998d8afb594d6f85bd2b14e750e96827ef Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 8 Feb 2000 00:33:59 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 7 +++++-- sys/dev/pci/pcidevs_data.h | 8 +++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b9bd1ffc13a..85efc0274c1 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.215 2000/02/07 00:33:03 niklas Exp + * OpenBSD: pcidevs,v 1.216 2000/02/08 00:33:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -41,7 +41,7 @@ /* * NOTE: a fairly complete list of PCI codes can be found at: * - * http://www.halcyon.com/scripts/jboemler/pci/pcicode + * http://www.yourvote.com/pci/ * http://members.hyperlink.net.au/~chart/pci.htm */ @@ -1328,6 +1328,9 @@ /* STB products */ #define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ +/* Sun */ +#define PCI_PRODUCT_SUN_HME 0x1001 /* HME */ + /* Sundance products */ #define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9ee6d30a2b9..e63c9f258f7 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.215 2000/02/07 00:33:03 niklas Exp + * OpenBSD: pcidevs,v 1.216 2000/02/08 00:33:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3314,6 +3314,12 @@ struct pci_knowndev pci_knowndevs[] = { "NVidia/SGS-Thomson", "Velocity128", }, + { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HME, + 0, + "Sun Microsystems", + "HME", + }, { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201, 0, -- cgit v1.2.3