Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 RCS ID patrol.
details: https://anonhg.NetBSD.org/src/rev/b1971c24d21c
branches: sommerfeld_i386mp_1
changeset: 482188:b1971c24d21c
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Mon Feb 21 18:51:00 2000 +0000
description:
RCS ID patrol.
diffstat:
sys/arch/i386/i386/apic.c | 38 ++++++++++++++++++++++++++++++++++++++
sys/arch/i386/i386/cpu.c | 2 ++
sys/arch/i386/i386/ioapic.c | 2 ++
sys/arch/i386/i386/ipifuncs.c | 2 +-
sys/arch/i386/i386/lapic.c | 2 ++
sys/arch/i386/i386/lock_machdep.c | 4 +---
6 files changed, 46 insertions(+), 4 deletions(-)
diffs (100 lines):
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/apic.c
--- a/sys/arch/i386/i386/apic.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/apic.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,4 +1,42 @@
+/* $NetBSD: apic.c,v 1.1.2.2 2000/02/21 18:51:00 sommerfeld Exp $ */
+/*-
+ * Copyright (c) 2000 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by RedBack Networks Inc.
+ *
+ * Author: Bill Sommerfeld
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
#include <sys/types.h>
#include <sys/systm.h>
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/cpu.c
--- a/sys/arch/i386/i386/cpu.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/cpu.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: cpu.c,v 1.1.2.3 2000/02/21 18:51:00 sommerfeld Exp $ */
+
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/ioapic.c
--- a/sys/arch/i386/i386/ioapic.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/ioapic.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: ioapic.c,v 1.1.2.2 2000/02/21 18:51:00 sommerfeld Exp $ */
+
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/ipifuncs.c
--- a/sys/arch/i386/i386/ipifuncs.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/ipifuncs.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/* $NetBSD: ipifuncs.c,v 1.1.2.2 2000/02/21 18:51:00 sommerfeld Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/lapic.c
--- a/sys/arch/i386/i386/lapic.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/lapic.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: lapic.c,v 1.1.2.4 2000/02/21 18:51:00 sommerfeld Exp $ */
+
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r 25503fee868d -r b1971c24d21c sys/arch/i386/i386/lock_machdep.c
--- a/sys/arch/i386/i386/lock_machdep.c Mon Feb 21 18:46:14 2000 +0000
+++ b/sys/arch/i386/i386/lock_machdep.c Mon Feb 21 18:51:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_machdep.c,v 1.1.2.1 2000/02/20 17:06:36 sommerfeld Exp $ */
+/* $NetBSD: lock_machdep.c,v 1.1.2.2 2000/02/21 18:51:00 sommerfeld Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -39,8 +39,6 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: lock_machdep.c,v 1.1.2.1 2000/02/20 17:06:36 sommerfeld Exp $");
-
/*
* Machine-dependent spin lock operations.
*/
Home |
Main Index |
Thread Index |
Old Index