diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:24 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:24 +0000 |
commit | 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (patch) | |
tree | 47d5aa4aaf9fca512581601c14c5d488b3e98829 /sys/dev/qat_c2xxx | |
parent | 42b388439bd3795e09258c57a74ce9eec3651c7b (diff) | |
download | src-71625ec9ad2a9bc8c09784fbd23b759830e0ee5f.tar.gz src-71625ec9ad2a9bc8c09784fbd23b759830e0ee5f.zip |
Diffstat (limited to 'sys/dev/qat_c2xxx')
-rw-r--r-- | sys/dev/qat_c2xxx/qat_aevar.h | 1 | ||||
-rw-r--r-- | sys/dev/qat_c2xxx/qat_c2xxxreg.h | 1 | ||||
-rw-r--r-- | sys/dev/qat_c2xxx/qat_hw15reg.h | 1 | ||||
-rw-r--r-- | sys/dev/qat_c2xxx/qat_hw15var.h | 1 | ||||
-rw-r--r-- | sys/dev/qat_c2xxx/qatreg.h | 1 | ||||
-rw-r--r-- | sys/dev/qat_c2xxx/qatvar.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/qat_c2xxx/qat_aevar.h b/sys/dev/qat_c2xxx/qat_aevar.h index 005275a75b32..b33fdb420360 100644 --- a/sys/dev/qat_c2xxx/qat_aevar.h +++ b/sys/dev/qat_c2xxx/qat_aevar.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QAT_AEVAR_H_ #define _DEV_PCI_QAT_AEVAR_H_ diff --git a/sys/dev/qat_c2xxx/qat_c2xxxreg.h b/sys/dev/qat_c2xxx/qat_c2xxxreg.h index 90fd6e18503f..daaa7db12e24 100644 --- a/sys/dev/qat_c2xxx/qat_c2xxxreg.h +++ b/sys/dev/qat_c2xxx/qat_c2xxxreg.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QAT_C2XXXREG_H_ #define _DEV_PCI_QAT_C2XXXREG_H_ diff --git a/sys/dev/qat_c2xxx/qat_hw15reg.h b/sys/dev/qat_c2xxx/qat_hw15reg.h index a32e4ae606d6..ac80ec242ea7 100644 --- a/sys/dev/qat_c2xxx/qat_hw15reg.h +++ b/sys/dev/qat_c2xxx/qat_hw15reg.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QAT_HW15REG_H_ #define _DEV_PCI_QAT_HW15REG_H_ diff --git a/sys/dev/qat_c2xxx/qat_hw15var.h b/sys/dev/qat_c2xxx/qat_hw15var.h index 0606b29b0f75..a9bfc02ba5fc 100644 --- a/sys/dev/qat_c2xxx/qat_hw15var.h +++ b/sys/dev/qat_c2xxx/qat_hw15var.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QAT_HW15VAR_H_ #define _DEV_PCI_QAT_HW15VAR_H_ diff --git a/sys/dev/qat_c2xxx/qatreg.h b/sys/dev/qat_c2xxx/qatreg.h index 64d4b34aed60..692b15485b81 100644 --- a/sys/dev/qat_c2xxx/qatreg.h +++ b/sys/dev/qat_c2xxx/qatreg.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QATREG_H_ #define _DEV_PCI_QATREG_H_ diff --git a/sys/dev/qat_c2xxx/qatvar.h b/sys/dev/qat_c2xxx/qatvar.h index ef50b655e652..7999d6723454 100644 --- a/sys/dev/qat_c2xxx/qatvar.h +++ b/sys/dev/qat_c2xxx/qatvar.h @@ -57,7 +57,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef _DEV_PCI_QATVAR_H_ #define _DEV_PCI_QATVAR_H_ |