| Submitter | Michael S. Tsirkin |
|---|---|
| Date | Dec. 23, 2009, 3:05 p.m. |
| Message ID | <20091223150521.GA6585@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/41673/ |
| State | New |
| Headers | show |
Comments
Patch
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:
Link to data sheet at intel.com so people can find it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- hw/e1000.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)