Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Add missing RCSID in header files and one __KERNEL_R...



details:   https://anonhg.NetBSD.org/src/rev/91c41df3cb2a
branches:  trunk
changeset: 1023135:91c41df3cb2a
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Aug 26 21:33:36 2021 +0000

description:
Add missing RCSID in header files and one __KERNEL_RCSID().

diffstat:

 sys/dev/pci/if_bwfm_pci.c        |  5 ++++-
 sys/dev/pci/if_bwfm_pci.h        |  1 +
 sys/dev/pci/if_jmereg.h          |  2 ++
 sys/dev/pci/if_vgereg.h          |  2 ++
 sys/dev/pci/pciide_svwsata_reg.h |  1 +
 sys/dev/pci/vioscsireg.h         |  1 +
 sys/dev/usb/aubtfwlreg.h         |  1 +
 sys/dev/usb/if_urtwreg.h         |  1 +
 sys/dev/usb/mbim.h               |  1 +
 9 files changed, 14 insertions(+), 1 deletions(-)

diffs (85 lines):

diff -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/if_bwfm_pci.c
--- a/sys/dev/pci/if_bwfm_pci.c Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/if_bwfm_pci.c Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/if_bwfm_pci.h
--- a/sys/dev/pci/if_bwfm_pci.h Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/if_bwfm_pci.h Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/if_jmereg.h
--- a/sys/dev/pci/if_jmereg.h   Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/if_jmereg.h   Thu Aug 26 21:33:36 2021 +0000
@@ -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@localhost>
  * All rights reserved.
diff -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/if_vgereg.h
--- a/sys/dev/pci/if_vgereg.h   Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/if_vgereg.h   Thu Aug 26 21:33:36 2021 +0000
@@ -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@localhost>.  All rights reserved.
diff -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/pciide_svwsata_reg.h
--- a/sys/dev/pci/pciide_svwsata_reg.h  Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/pciide_svwsata_reg.h  Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/pci/vioscsireg.h
--- a/sys/dev/pci/vioscsireg.h  Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/pci/vioscsireg.h  Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/usb/aubtfwlreg.h
--- a/sys/dev/usb/aubtfwlreg.h  Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/usb/aubtfwlreg.h  Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/usb/if_urtwreg.h
--- a/sys/dev/usb/if_urtwreg.h  Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/usb/if_urtwreg.h  Thu Aug 26 21:33:36 2021 +0000
@@ -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 -r dfc8b4a1a329 -r 91c41df3cb2a sys/dev/usb/mbim.h
--- a/sys/dev/usb/mbim.h        Thu Aug 26 19:23:25 2021 +0000
+++ b/sys/dev/usb/mbim.h        Thu Aug 26 21:33:36 2021 +0000
@@ -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 $ */
 
 /*



Home | Main Index | Thread Index | Old Index