From patchwork Sun Feb 14 16:16:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 45313 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 356A3B7D15 for ; Mon, 15 Feb 2010 03:30:10 +1100 (EST) Received: from localhost ([127.0.0.1]:59194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NghIx-0008D2-DC for incoming@patchwork.ozlabs.org; Sun, 14 Feb 2010 11:26:43 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ngh9m-0005z3-J5 for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:14 -0500 Received: from [199.232.76.173] (port=43062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ngh9l-0005yv-H0 for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ngh9k-00023I-5Q for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:13 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:61219) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ngh9j-00023E-MK for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:12 -0500 Received: from flocke.weilnetz.de (p54ADCA6B.dip.t-dialin.net [84.173.202.107]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MfB7K-1NJ8hQ1PfG-00OGw3; Sun, 14 Feb 2010 17:17:10 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.71) (envelope-from ) id 1Ngh9X-0005Uo-FF; Sun, 14 Feb 2010 17:16:59 +0100 From: Stefan Weil To: QEMU Developers Date: Sun, 14 Feb 2010 17:16:15 +0100 Message-Id: <1266164189-21062-6-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <1266164189-21062-5-git-send-email-weil@mail.berlios.de> References: <4B7821AC.6080400@mail.berlios.de> <1266164189-21062-1-git-send-email-weil@mail.berlios.de> <1266164189-21062-2-git-send-email-weil@mail.berlios.de> <1266164189-21062-3-git-send-email-weil@mail.berlios.de> <1266164189-21062-4-git-send-email-weil@mail.berlios.de> <1266164189-21062-5-git-send-email-weil@mail.berlios.de> X-Provags-ID: V01U2FsdGVkX18dGn7c2xRFau/zo3rLzlvJjdNceek2HU+yH3S g1n+dHjwxuQq0yH+BSKgwMWYs8Q4F7VCrwMBEEU6wwToUcc/Sp /+lE9Xg+8x7pdOymMRIwbwZZyM/hX9y39Kb8mjXB75SI8qOcG0 L+A== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH 06/20] eepro100: Add TODO list X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Stefan Weil --- hw/eepro100.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 179c544..b93667a 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -31,6 +31,14 @@ * * Intel 8255x 10/100 Mbps Ethernet Controller Family * Open Source Software Developer Manual + * + * TODO: + * * PHY emulation should be separated from nic emulation. + * Most nic emulations could share the same phy code. + * * i82550 is untested. It is programmed like the i82559. + * * i82562 is untested. It is programmed like the i82559. + * * Power management (i82558 and later) is not implemented. + * * Wake-on-LAN is not implemented. */ #include /* offsetof */