summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
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