summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:28:43 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:28:43 +0000
commitbcb91dffec5231fd5f9ababc238093449963f96a (patch)
treea4732861b5c48708311c2b63cd448542f5572bed /sys/arch/macppc
parent711191d9a041e30191f3d86465911e05bc09de93 (diff)
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from arch/powerpc to arch/macppc.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/Makefile12
-rw-r--r--sys/arch/macppc/README15
2 files changed, 27 insertions, 0 deletions
diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile
new file mode 100644
index 00000000000..74930488ad6
--- /dev/null
+++ b/sys/arch/macppc/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 2001/09/01 15:28:42 drahn Exp $
+
+NOPROG= noprog
+NOMAN= noman
+
+.if ${MACHINE} == "macppc"
+SUBDIR= stand
+.endif
+
+obj: _SUBDIRUSE
+
+.include <bsd.prog.mk>
diff --git a/sys/arch/macppc/README b/sys/arch/macppc/README
new file mode 100644
index 00000000000..28a1982cad0
--- /dev/null
+++ b/sys/arch/macppc/README
@@ -0,0 +1,15 @@
+This is the macppc port, it support most of the "New World" Apple Macintosh
+machines.
+
+TODO:
+ * Sleep mode support
+ lower power while running.
+ suspend/hibernate support.
+ * PCMCIA support
+ * Legacy machine support
+ esp ethernet
+ - other legacy support.
+ Openfirmware 1.x (xcoff bootloader)
+
+Dale
+drahn@cvs.openbsd.org