summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-26 21:33:36 +0000
committerandvar <andvar@NetBSD.org>2021-08-26 21:33:36 +0000
commit2f30fca220175671abe4039faebc5ce5dad88621 (patch)
treeca9f62c9d02ef9f6fe06eda2b59055a83a68d975 /sys/dev
parent351a0b6a8311794f371c99c665c8589f42e35023 (diff)
Add missing RCSID in header files and one __KERNEL_RCSID().
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_bwfm_pci.c5
-rw-r--r--sys/dev/pci/if_bwfm_pci.h1
-rw-r--r--sys/dev/pci/if_jmereg.h2
-rw-r--r--sys/dev/pci/if_vgereg.h2
-rw-r--r--sys/dev/pci/pciide_svwsata_reg.h1
-rw-r--r--sys/dev/pci/vioscsireg.h1
-rw-r--r--sys/dev/usb/aubtfwlreg.h1
-rw-r--r--sys/dev/usb/if_urtwreg.h1
-rw-r--r--sys/dev/usb/mbim.h1
9 files changed, 14 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bwfm_pci.c b/sys/dev/pci/if_bwfm_pci.c
index 7c19779ee38..4a7941020a8 100644
--- a/sys/dev/pci/if_bwfm_pci.c
+++ b/sys/dev/pci/if_bwfm_pci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bwfm_pci.c,v 1.10 2021/05/08 00:27:02 thorpej Exp $ */
+/* $NetBSD: if_bwfm_pci.c,v 1.11 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: if_bwfm_pci.c,v 1.18 2018/02/08 05:00:38 patrick Exp $ */
/*
* Copyright (c) 2010-2016 Broadcom Corporation
@@ -17,6 +17,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: if_bwfm_pci.c,v 1.11 2021/08/26 21:33:36 andvar Exp $");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
diff --git a/sys/dev/pci/if_bwfm_pci.h b/sys/dev/pci/if_bwfm_pci.h
index 4c5da6fb2ed..91f31fd2539 100644
--- a/sys/dev/pci/if_bwfm_pci.h
+++ b/sys/dev/pci/if_bwfm_pci.h
@@ -1,3 +1,4 @@
+/* $NetBSD: if_bwfm_pci.h,v 1.2 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: if_bwfm_pci.h,v 1.2 2018/01/05 23:30:16 patrick Exp $ */
/*
* Copyright (c) 2010-2016 Broadcom Corporation
diff --git a/sys/dev/pci/if_jmereg.h b/sys/dev/pci/if_jmereg.h
index 0c612eec086..8a066501d18 100644
--- a/sys/dev/pci/if_jmereg.h
+++ b/sys/dev/pci/if_jmereg.h
@@ -1,3 +1,5 @@
+/* $NetBSD: if_jmereg.h,v 1.6 2021/08/26 21:33:36 andvar Exp $ */
+
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
diff --git a/sys/dev/pci/if_vgereg.h b/sys/dev/pci/if_vgereg.h
index 0f0452a7ec7..e346c9e7cf2 100644
--- a/sys/dev/pci/if_vgereg.h
+++ b/sys/dev/pci/if_vgereg.h
@@ -1,3 +1,5 @@
+/* $NetBSD: if_vgereg.h,v 1.7 2021/08/26 21:33:36 andvar Exp $ */
+
/*-
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
diff --git a/sys/dev/pci/pciide_svwsata_reg.h b/sys/dev/pci/pciide_svwsata_reg.h
index 627cb4b7569..7ef62be5808 100644
--- a/sys/dev/pci/pciide_svwsata_reg.h
+++ b/sys/dev/pci/pciide_svwsata_reg.h
@@ -1,3 +1,4 @@
+/* $NetBSD: pciide_svwsata_reg.h,v 1.2 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: pciide_svwsata_reg.h,v 1.4 2006/02/10 21:45:41 kettenis Exp $ */
/*
diff --git a/sys/dev/pci/vioscsireg.h b/sys/dev/pci/vioscsireg.h
index f295b6bb6bd..0767d3e2141 100644
--- a/sys/dev/pci/vioscsireg.h
+++ b/sys/dev/pci/vioscsireg.h
@@ -1,3 +1,4 @@
+/* $NetBSD: vioscsireg.h,v 1.2 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: vioscsireg.h,v 1.1 2013/12/20 21:50:49 matthew Exp $ */
/*
* Copyright (c) 2013 Google Inc.
diff --git a/sys/dev/usb/aubtfwlreg.h b/sys/dev/usb/aubtfwlreg.h
index 8b669baf565..0b4e479eb05 100644
--- a/sys/dev/usb/aubtfwlreg.h
+++ b/sys/dev/usb/aubtfwlreg.h
@@ -1,3 +1,4 @@
+/* $NetBSD: aubtfwlreg.h,v 1.2 2021/08/26 21:33:36 andvar Exp $ */
#define AR3K_FIRMWARE_HEADER_SIZE 20
diff --git a/sys/dev/usb/if_urtwreg.h b/sys/dev/usb/if_urtwreg.h
index 61c27995503..2466578565c 100644
--- a/sys/dev/usb/if_urtwreg.h
+++ b/sys/dev/usb/if_urtwreg.h
@@ -1,3 +1,4 @@
+/* $NetBSD: if_urtwreg.h,v 1.7 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: if_urtwreg.h,v 1.13 2010/08/27 17:08:01 jsg Exp $ */
/*-
diff --git a/sys/dev/usb/mbim.h b/sys/dev/usb/mbim.h
index d3deffcfc12..93ff87073d6 100644
--- a/sys/dev/usb/mbim.h
+++ b/sys/dev/usb/mbim.h
@@ -1,3 +1,4 @@
+/* $NetBSD: mbim.h,v 1.2 2021/08/26 21:33:36 andvar Exp $ */
/* $OpenBSD: mbim.h,v 1.4 2017/04/18 13:27:55 gerhard Exp $ */
/*