summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/TODO.users
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
commit072b56c97e17e8e69ddab5a735b5297387a88a70 (patch)
tree22eaee09956502609c240ddff8a108d8733521f9 /sys/arch/alpha/TODO.users
parentb85b15782739220b5bf2563ccdc7ac9e256a31d2 (diff)
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
Diffstat (limited to 'sys/arch/alpha/TODO.users')
-rw-r--r--sys/arch/alpha/TODO.users31
1 files changed, 15 insertions, 16 deletions
diff --git a/sys/arch/alpha/TODO.users b/sys/arch/alpha/TODO.users
index 7991cb7ae27..f9e29249e0b 100644
--- a/sys/arch/alpha/TODO.users
+++ b/sys/arch/alpha/TODO.users
@@ -1,10 +1,10 @@
-$OpenBSD: TODO.users,v 1.4 1996/07/29 22:57:08 niklas Exp $
-$NetBSD: TODO.users,v 1.3.4.1 1996/06/13 20:49:07 cgd Exp $
+$OpenBSD: TODO.users,v 1.5 1996/10/30 22:37:55 niklas Exp $
+$NetBSD: TODO.users,v 1.5 1996/10/01 21:24:37 cgd Exp $
-The NetBSD/Alpha "User" To-Do List
+The OpenBSD/Alpha "User" To-Do List
-The following are things that I'd like to see "users" of NetBSD/Alpha
+The following are things that I'd like to see "users" of OpenBSD/Alpha
do. It's unlikely that I'll get around to them in any reasonable time
frame, and I think they should get done.
@@ -16,24 +16,23 @@ tell me about it, so that I can keep people from duplicating work.
Once you've done something on this list, send me context diffs.
-Chris Demetriou
-cgd@cs.cmu.edu
+This document is derived from the NetBSD version originally written by
+Chris Demetriou <cgd@cs.cmu.edu>.
+
+Niklas Hallqvist
+niklas@openbsd.org
--
Test programs; find and fix bugs. In particular:
(1) make sure accounting works
- (2) last i checked, 'file' core dumped
- (3) /usr/games
+ (2) /usr/games
Test TurboChannel option slot support. Write TurboChannel option
board drivers. Test PMAD-A (TC le) driver.
-Get the GNU tools to generate a.out binaries for the alpha. Once that
-is done, make the rest of the NetBSD a.out-manipulation tools (e.g. nm)
-work.
+Make DDB work.
+
+Add isadma support.
-Make DDB work. (For completeness, may require a.out kernel binaries
-and/or some ecoff symbol handling code to be written; the former is
-strongly preferred.)
+Add floppy support (requires isadma).
-Track down any bugs caused by compiling the kernel with -O. (At least
-some of these may be code generation bugs.)
+Add WSS (audio) support (requires isadma). \ No newline at end of file