aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:11 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:11 +0000
commit95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (patch)
tree0a5dc23810cd888bebf4213a8b87d1854fb14cfd /sys/dev/vmware
parentd54a7d337331d991e039e4f42f6b4dc64aedce08 (diff)
Diffstat (limited to 'sys/dev/vmware')
-rw-r--r--sys/dev/vmware/pvscsi/pvscsi.h2
-rw-r--r--sys/dev/vmware/vmci/vmci.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_call_defs.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_datagram.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_defs.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_doorbell.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_driver.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_event.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_hashtable.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_kernel_api.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_kernel_api_1.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_kernel_api_2.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_kernel_defs.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_kernel_if.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_queue.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_queue_pair.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_resource.h2
-rw-r--r--sys/dev/vmware/vmci/vmci_utils.h2
-rw-r--r--sys/dev/vmware/vmxnet3/if_vmxreg.h2
-rw-r--r--sys/dev/vmware/vmxnet3/if_vmxvar.h2
20 files changed, 0 insertions, 40 deletions
diff --git a/sys/dev/vmware/pvscsi/pvscsi.h b/sys/dev/vmware/pvscsi/pvscsi.h
index 5ea7fd6ab2fd..4f33bd71c4fd 100644
--- a/sys/dev/vmware/pvscsi/pvscsi.h
+++ b/sys/dev/vmware/pvscsi/pvscsi.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
#ifndef _PVSCSI_H_
diff --git a/sys/dev/vmware/vmci/vmci.h b/sys/dev/vmware/vmci/vmci.h
index ca55bd395bb0..1d4b87de9cf8 100644
--- a/sys/dev/vmware/vmci/vmci.h
+++ b/sys/dev/vmware/vmci/vmci.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Driver for VMware Virtual Machine Communication Interface (VMCI) device. */
diff --git a/sys/dev/vmware/vmci/vmci_call_defs.h b/sys/dev/vmware/vmci/vmci_call_defs.h
index d33e95d6f723..5adb1a474143 100644
--- a/sys/dev/vmware/vmci/vmci_call_defs.h
+++ b/sys/dev/vmware/vmci/vmci_call_defs.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
#ifndef _VMCI_CALL_DEFS_H_
diff --git a/sys/dev/vmware/vmci/vmci_datagram.h b/sys/dev/vmware/vmci/vmci_datagram.h
index 8b48c973a905..3a42d6155be6 100644
--- a/sys/dev/vmware/vmci/vmci_datagram.h
+++ b/sys/dev/vmware/vmci/vmci_datagram.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Internal functions in the VMCI Simple Datagram API */
diff --git a/sys/dev/vmware/vmci/vmci_defs.h b/sys/dev/vmware/vmci/vmci_defs.h
index 81f372ed426d..cfa302ad11aa 100644
--- a/sys/dev/vmware/vmci/vmci_defs.h
+++ b/sys/dev/vmware/vmci/vmci_defs.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
#ifndef _VMCI_DEFS_H_
diff --git a/sys/dev/vmware/vmci/vmci_doorbell.h b/sys/dev/vmware/vmci/vmci_doorbell.h
index a819ff342e94..0afcfae5fdb1 100644
--- a/sys/dev/vmware/vmci/vmci_doorbell.h
+++ b/sys/dev/vmware/vmci/vmci_doorbell.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Internal functions in the VMCI Doorbell API. */
diff --git a/sys/dev/vmware/vmci/vmci_driver.h b/sys/dev/vmware/vmci/vmci_driver.h
index 5a814c70e54c..3efe78dc756e 100644
--- a/sys/dev/vmware/vmci/vmci_driver.h
+++ b/sys/dev/vmware/vmci/vmci_driver.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* VMCI driver interface. */
diff --git a/sys/dev/vmware/vmci/vmci_event.h b/sys/dev/vmware/vmci/vmci_event.h
index 7afaf361bde5..da44fce37d00 100644
--- a/sys/dev/vmware/vmci/vmci_event.h
+++ b/sys/dev/vmware/vmci/vmci_event.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Event code for the vmci guest driver. */
diff --git a/sys/dev/vmware/vmci/vmci_hashtable.h b/sys/dev/vmware/vmci/vmci_hashtable.h
index 1c4c9c462b8f..31629930ed70 100644
--- a/sys/dev/vmware/vmci/vmci_hashtable.h
+++ b/sys/dev/vmware/vmci/vmci_hashtable.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Hash table for use in the APIs. */
diff --git a/sys/dev/vmware/vmci/vmci_kernel_api.h b/sys/dev/vmware/vmci/vmci_kernel_api.h
index 85f0a23ea332..b3e2e3112dbd 100644
--- a/sys/dev/vmware/vmci/vmci_kernel_api.h
+++ b/sys/dev/vmware/vmci/vmci_kernel_api.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Kernel API (current) exported from the VMCI guest driver. */
diff --git a/sys/dev/vmware/vmci/vmci_kernel_api_1.h b/sys/dev/vmware/vmci/vmci_kernel_api_1.h
index eac29bd1581c..2468154a3ba3 100644
--- a/sys/dev/vmware/vmci/vmci_kernel_api_1.h
+++ b/sys/dev/vmware/vmci/vmci_kernel_api_1.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Kernel API (v1) exported from the VMCI guest driver. */
diff --git a/sys/dev/vmware/vmci/vmci_kernel_api_2.h b/sys/dev/vmware/vmci/vmci_kernel_api_2.h
index df38a5717a83..ffcd16a3042f 100644
--- a/sys/dev/vmware/vmci/vmci_kernel_api_2.h
+++ b/sys/dev/vmware/vmci/vmci_kernel_api_2.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Kernel API (v2) exported from the VMCI guest driver. */
diff --git a/sys/dev/vmware/vmci/vmci_kernel_defs.h b/sys/dev/vmware/vmci/vmci_kernel_defs.h
index 521bd8a960c6..9190b4573148 100644
--- a/sys/dev/vmware/vmci/vmci_kernel_defs.h
+++ b/sys/dev/vmware/vmci/vmci_kernel_defs.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Some common utilities used by the VMCI kernel module. */
diff --git a/sys/dev/vmware/vmci/vmci_kernel_if.h b/sys/dev/vmware/vmci/vmci_kernel_if.h
index 048e480b0698..c2f162baabb7 100644
--- a/sys/dev/vmware/vmci/vmci_kernel_if.h
+++ b/sys/dev/vmware/vmci/vmci_kernel_if.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* This file defines helper functions */
diff --git a/sys/dev/vmware/vmci/vmci_queue.h b/sys/dev/vmware/vmci/vmci_queue.h
index 966af2fdf646..454ace541963 100644
--- a/sys/dev/vmware/vmci/vmci_queue.h
+++ b/sys/dev/vmware/vmci/vmci_queue.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Defines the queue structure and helper functions to enqueue/dequeue items. */
diff --git a/sys/dev/vmware/vmci/vmci_queue_pair.h b/sys/dev/vmware/vmci/vmci_queue_pair.h
index 70e02c4ee272..f07dba165811 100644
--- a/sys/dev/vmware/vmci/vmci_queue_pair.h
+++ b/sys/dev/vmware/vmci/vmci_queue_pair.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* VMCI QueuePair API definition. */
diff --git a/sys/dev/vmware/vmci/vmci_resource.h b/sys/dev/vmware/vmci/vmci_resource.h
index 057a96aef43d..4ca76150d5fb 100644
--- a/sys/dev/vmware/vmci/vmci_resource.h
+++ b/sys/dev/vmware/vmci/vmci_resource.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* VMCI Resource Access Control API. */
diff --git a/sys/dev/vmware/vmci/vmci_utils.h b/sys/dev/vmware/vmci/vmci_utils.h
index b4cefa96a7fd..56cf10d64914 100644
--- a/sys/dev/vmware/vmci/vmci_utils.h
+++ b/sys/dev/vmware/vmci/vmci_utils.h
@@ -2,8 +2,6 @@
* Copyright (c) 2018 VMware, Inc.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
- *
- * $FreeBSD$
*/
/* Some common utilities used by the VMCI kernel module. */
diff --git a/sys/dev/vmware/vmxnet3/if_vmxreg.h b/sys/dev/vmware/vmxnet3/if_vmxreg.h
index 5e229206cfd0..f085706a1a2c 100644
--- a/sys/dev/vmware/vmxnet3/if_vmxreg.h
+++ b/sys/dev/vmware/vmxnet3/if_vmxreg.h
@@ -14,8 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $OpenBSD: src/sys/dev/pci/if_vmxreg.h,v 1.2 2013/06/12 01:07:33 uebayasi Exp $
- *
- * $FreeBSD$
*/
#ifndef _IF_VMXREG_H
diff --git a/sys/dev/vmware/vmxnet3/if_vmxvar.h b/sys/dev/vmware/vmxnet3/if_vmxvar.h
index 65f876cc21dc..37c5a10c6983 100644
--- a/sys/dev/vmware/vmxnet3/if_vmxvar.h
+++ b/sys/dev/vmware/vmxnet3/if_vmxvar.h
@@ -14,8 +14,6 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- * $FreeBSD$
*/
#ifndef _IF_VMXVAR_H