From: Kruti Pendharkar Date: Tue, 18 Feb 2025 09:13:55 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ea097bb345acb0dcc1112886362bed640d7dd5;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_device_version.h b/open-vm-tools/lib/include/vm_device_version.h index 3cf58be37..0a5a206ee 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (C) 1998,2005-2012,2014-2023 VMware, Inc. All rights reserved. + * Copyright (c) 1998-2024 Broadcom. All Rights Reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -191,6 +192,13 @@ #define PCI_DEVICE_ID_INTEL_QAT_C62X 0x37c8 #define PCI_DEVICE_ID_INTEL_QAT_C62X_VF 0x37c9 +/* + * Intel/Habana AI accelerators. + */ +#define PCI_VENDOR_ID_HABANA 0x1da3 +#define PCI_DEVICE_ID_HABANA_GAUDI2 0x1020 +#define PCI_DEVICE_ID_HABANA_GAUDI3 0x1060 + /* * Intel FPGAs */