diff options
| author | garbled <garbled@NetBSD.org> | 2007-10-17 19:52:51 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2007-10-17 19:52:51 +0000 |
| commit | d974db0adae7638e51d0b459a9c2efece6ded7e4 (patch) | |
| tree | ac8163fbe88eb7d4ab12ba40df17433654b0b684 /sys/arch/atari/dev | |
| parent | 18c80b65252a4729bb44fc3bf82cdbf468c27675 (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/atari/dev')
| -rw-r--r-- | sys/arch/atari/dev/fd.c | 4 | ||||
| -rw-r--r-- | sys/arch/atari/dev/hdfd.c | 4 | ||||
| -rw-r--r-- | sys/arch/atari/dev/ite.c | 4 | ||||
| -rw-r--r-- | sys/arch/atari/dev/lpt.c | 4 | ||||
| -rw-r--r-- | sys/arch/atari/dev/md_root.c | 2 | ||||
| -rw-r--r-- | sys/arch/atari/dev/ms.c | 4 | ||||
| -rw-r--r-- | sys/arch/atari/dev/ser.c | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/atari/dev/fd.c b/sys/arch/atari/dev/fd.c index 1b87d855dfe..bd52c9a3400 100644 --- a/sys/arch/atari/dev/fd.c +++ b/sys/arch/atari/dev/fd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fd.c,v 1.60 2007/10/17 17:58:56 he Exp $ */ +/* $NetBSD: fd.c,v 1.61 2007/10/17 19:53:47 garbled Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.60 2007/10/17 17:58:56 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.61 2007/10/17 19:53:47 garbled Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arch/atari/dev/hdfd.c b/sys/arch/atari/dev/hdfd.c index a4415cafd6e..d0e6c283264 100644 --- a/sys/arch/atari/dev/hdfd.c +++ b/sys/arch/atari/dev/hdfd.c @@ -1,4 +1,4 @@ -/* $NetBSD: hdfd.c,v 1.58 2007/10/08 16:41:06 ad Exp $ */ +/* $NetBSD: hdfd.c,v 1.59 2007/10/17 19:53:47 garbled Exp $ */ /*- * Copyright (c) 1996 Leo Weppelman @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hdfd.c,v 1.58 2007/10/08 16:41:06 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hdfd.c,v 1.59 2007/10/17 19:53:47 garbled Exp $"); #include "opt_ddb.h" diff --git a/sys/arch/atari/dev/ite.c b/sys/arch/atari/dev/ite.c index a8cc270885e..f906bfe714a 100644 --- a/sys/arch/atari/dev/ite.c +++ b/sys/arch/atari/dev/ite.c @@ -1,4 +1,4 @@ -/* $NetBSD: ite.c,v 1.55 2007/07/09 20:52:07 ad Exp $ */ +/* $NetBSD: ite.c,v 1.56 2007/10/17 19:53:47 garbled Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -81,7 +81,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.55 2007/07/09 20:52:07 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.56 2007/10/17 19:53:47 garbled Exp $"); #include "opt_ddb.h" diff --git a/sys/arch/atari/dev/lpt.c b/sys/arch/atari/dev/lpt.c index 309ee8631fc..ce86142f3c2 100644 --- a/sys/arch/atari/dev/lpt.c +++ b/sys/arch/atari/dev/lpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt.c,v 1.27 2007/10/08 18:02:55 ad Exp $ */ +/* $NetBSD: lpt.c,v 1.28 2007/10/17 19:53:47 garbled Exp $ */ /* * Copyright (c) 1996 Leo Weppelman @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.27 2007/10/08 18:02:55 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.28 2007/10/17 19:53:47 garbled Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c index b0a57b07936..e32c622f821 100644 --- a/sys/arch/atari/dev/md_root.c +++ b/sys/arch/atari/dev/md_root.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: md_root.c,v 1.23 2007/07/29 12:15:36 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: md_root.c,v 1.24 2007/10/17 19:53:47 garbled Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arch/atari/dev/ms.c b/sys/arch/atari/dev/ms.c index 8eaa8faa360..666ef14f9c7 100644 --- a/sys/arch/atari/dev/ms.c +++ b/sys/arch/atari/dev/ms.c @@ -1,4 +1,4 @@ -/* $NetBSD: ms.c,v 1.18 2007/07/11 19:13:23 he Exp $ */ +/* $NetBSD: ms.c,v 1.19 2007/10/17 19:53:48 garbled Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ms.c,v 1.18 2007/07/11 19:13:23 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ms.c,v 1.19 2007/10/17 19:53:48 garbled Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/arch/atari/dev/ser.c b/sys/arch/atari/dev/ser.c index 6acbe1eb009..dadf1179a88 100644 --- a/sys/arch/atari/dev/ser.c +++ b/sys/arch/atari/dev/ser.c @@ -1,4 +1,4 @@ -/* $NetBSD: ser.c,v 1.34 2007/07/09 20:52:08 ad Exp $ */ +/* $NetBSD: ser.c,v 1.35 2007/10/17 19:53:48 garbled Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -100,7 +100,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ser.c,v 1.34 2007/07/09 20:52:08 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ser.c,v 1.35 2007/10/17 19:53:48 garbled Exp $"); #include "opt_ddb.h" #include "opt_mbtype.h" |
