From patchwork Wed Dec 23 15:05:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 41673 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 3577DB6EED for ; Thu, 24 Dec 2009 02:08:51 +1100 (EST) Received: from localhost ([127.0.0.1]:53480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNSpU-0002HP-1y for incoming@patchwork.ozlabs.org; Wed, 23 Dec 2009 10:08:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNSox-0002HF-T8 for qemu-devel@nongnu.org; Wed, 23 Dec 2009 10:08:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNSot-0002Gd-9r for qemu-devel@nongnu.org; Wed, 23 Dec 2009 10:08:15 -0500 Received: from [199.232.76.173] (port=41292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNSot-0002Ga-2n for qemu-devel@nongnu.org; Wed, 23 Dec 2009 10:08:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40400) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNSos-0007D3-JA for qemu-devel@nongnu.org; Wed, 23 Dec 2009 10:08:10 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBNF89Rw023495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 23 Dec 2009 10:08:09 -0500 Received: from redhat.com (vpn-6-208.tlv.redhat.com [10.35.6.208]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id nBNF87ud024335 for ; Wed, 23 Dec 2009 10:08:08 -0500 Date: Wed, 23 Dec 2009 17:05:21 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <20091223150521.GA6585@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [PATCH] e1000: add link to data sheet 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 Link to data sheet at intel.com so people can find it. Signed-off-by: Michael S. Tsirkin --- hw/e1000.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/e1000.c b/hw/e1000.c index 51c9d7d..fd3059a 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -1,6 +1,9 @@ /* * QEMU e1000 emulation * + * Software developer's manual: + * http://download.intel.com/design/network/manuals/8254x_GBe_SDM.pdf + * * Nir Peleg, Tutis Systems Ltd. for Qumranet Inc. * Copyright (c) 2008 Qumranet * Based on work done by: