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/include | |
| 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/include')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/arch/atari/include/types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index 51fe061b54b..dfecbffe9eb 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.58 2007/08/04 09:49:51 ad Exp $ */ +/* $NetBSD: cpu.h,v 1.59 2007/10/17 19:53:57 garbled Exp $ */ /* * Copyright (c) 1982, 1990 The Regents of the University of California. diff --git a/sys/arch/atari/include/types.h b/sys/arch/atari/include/types.h index 061f661a72a..60a24444638 100644 --- a/sys/arch/atari/include/types.h +++ b/sys/arch/atari/include/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.10 2007/07/14 21:48:18 ad Exp $ */ +/* $NetBSD: types.h,v 1.11 2007/10/17 19:53:57 garbled Exp $ */ #ifndef _MACHINE_TYPES_H_ #define _MACHINE_TYPES_H_ |
