summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev
diff options
context:
space:
mode:
authorgarbled <garbled@NetBSD.org>2007-10-17 19:52:51 +0000
committergarbled <garbled@NetBSD.org>2007-10-17 19:52:51 +0000
commitd974db0adae7638e51d0b459a9c2efece6ded7e4 (patch)
treeac8163fbe88eb7d4ab12ba40df17433654b0b684 /sys/arch/sun2/dev
parent18c80b65252a4729bb44fc3bf82cdbf468c27675 (diff)
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
Diffstat (limited to 'sys/arch/sun2/dev')
-rw-r--r--sys/arch/sun2/dev/pcons.c4
-rw-r--r--sys/arch/sun2/dev/zs_kgdb.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sun2/dev/pcons.c b/sys/arch/sun2/dev/pcons.c
index 1a639a63c27..3cc0b286eed 100644
--- a/sys/arch/sun2/dev/pcons.c
+++ b/sys/arch/sun2/dev/pcons.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pcons.c,v 1.14 2007/07/09 20:52:33 ad Exp $ */
+/* $NetBSD: pcons.c,v 1.15 2007/10/17 19:57:43 garbled Exp $ */
/*-
* Copyright (c) 2000 Eduardo E. Horvath
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcons.c,v 1.14 2007/07/09 20:52:33 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcons.c,v 1.15 2007/10/17 19:57:43 garbled Exp $");
#include "opt_ddb.h"
diff --git a/sys/arch/sun2/dev/zs_kgdb.c b/sys/arch/sun2/dev/zs_kgdb.c
index a513fccc515..abbbff55835 100644
--- a/sys/arch/sun2/dev/zs_kgdb.c
+++ b/sys/arch/sun2/dev/zs_kgdb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_kgdb.c,v 1.8 2007/06/23 15:32:57 hauke Exp $ */
+/* $NetBSD: zs_kgdb.c,v 1.9 2007/10/17 19:57:43 garbled Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_kgdb.c,v 1.8 2007/06/23 15:32:57 hauke Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_kgdb.c,v 1.9 2007/10/17 19:57:43 garbled Exp $");
#include "opt_kgdb.h"