diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2009-12-23 17:05:21 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-23 15:40:42 +0000 |
commit | 2758aa520df0158a3a2902600efe062c5bc4ba01 (patch) | |
tree | 6035a2575ace4741f17d1bc5766cae4dd1c08320 /hw/e1000.c | |
parent | 6474bd6909eb14f89081ae7199ab0ed1bc5211b1 (diff) |
e1000: add link to data sheet
Link to data sheet at intel.com so people can find it.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/e1000.c')
-rw-r--r-- | hw/e1000.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/e1000.c b/hw/e1000.c index a0faf5ec81..616d685deb 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: |