From b1f58290af6696334420ddb0de9e363b449f3ab9 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 5 Feb 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-02-05 --- pc/etherwavelan.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pc/etherwavelan.c b/pc/etherwavelan.c index 7e977f5cfd3ce94f16a936240be5c9b4c93c479d..ec13a1ac364eb153e00402e2481893369fc4c058 100644 --- a/pc/etherwavelan.c +++ b/pc/etherwavelan.c @@ -11,7 +11,11 @@ the driver keeps interrupts disabled for just too long. When it gets robust, locks should be revisited. - BUGS: Endian, alignment and mem/io issues? + BUGS: check endian, alignment and mem/io issues. + TODO: automatic power management; + improve locking; + extract signal info; + remove copy in transmit. */ #include "u.h" #include "../port/lib.h"