Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Don't forget pedigree. Re-introduce old RCS Id tags...
details: https://anonhg.NetBSD.org/src/rev/e9769104f143
branches: trunk
changeset: 995421:e9769104f143
user: cherry <cherry%NetBSD.org@localhost>
date: Sat Dec 22 06:59:27 2018 +0000
description:
Don't forget pedigree. Re-introduce old RCS Id tags from the originals
diffstat:
sys/arch/amd64/amd64/amd64_mainbus.c | 6 +++---
sys/arch/i386/i386/i386_mainbus.c | 5 +++--
sys/arch/xen/x86/xen_mainbus.c | 5 +++--
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (58 lines):
diff -r 113467d84b7a -r e9769104f143 sys/arch/amd64/amd64/amd64_mainbus.c
--- a/sys/arch/amd64/amd64/amd64_mainbus.c Sat Dec 22 06:33:36 2018 +0000
+++ b/sys/arch/amd64/amd64/amd64_mainbus.c Sat Dec 22 06:59:27 2018 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: amd64_mainbus.c,v 1.1 2018/12/22 06:33:36 cherry Exp $ */
-
+/* $NetBSD: amd64_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $ */
+/* NetBSD: mainbus.c,v 1.39 2018/12/02 08:19:44 cherry Exp */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amd64_mainbus.c,v 1.1 2018/12/22 06:33:36 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amd64_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 113467d84b7a -r e9769104f143 sys/arch/i386/i386/i386_mainbus.c
--- a/sys/arch/i386/i386/i386_mainbus.c Sat Dec 22 06:33:36 2018 +0000
+++ b/sys/arch/i386/i386/i386_mainbus.c Sat Dec 22 06:59:27 2018 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: i386_mainbus.c,v 1.1 2018/12/22 06:33:36 cherry Exp $ */
+/* $NetBSD: i386_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $ */
+/* NetBSD: mainbus.c,v 1.104 2018/12/02 08:19:44 cherry Exp */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -31,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i386_mainbus.c,v 1.1 2018/12/22 06:33:36 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i386_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 113467d84b7a -r e9769104f143 sys/arch/xen/x86/xen_mainbus.c
--- a/sys/arch/xen/x86/xen_mainbus.c Sat Dec 22 06:33:36 2018 +0000
+++ b/sys/arch/xen/x86/xen_mainbus.c Sat Dec 22 06:59:27 2018 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: xen_mainbus.c,v 1.1 2018/12/22 06:33:37 cherry Exp $ */
+/* $NetBSD: xen_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $ */
+/* NetBSD: mainbus.c,v 1.19 2017/05/23 08:54:39 nonaka Exp */
/* NetBSD: mainbus.c,v 1.53 2003/10/27 14:11:47 junyoung Exp */
/*
@@ -32,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_mainbus.c,v 1.1 2018/12/22 06:33:37 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_mainbus.c,v 1.2 2018/12/22 06:59:27 cherry Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index