aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>2025-06-07 20:57:12 +0530
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-06-10 15:08:32 +0200
commit32e02fd3886c01a5c1c888ecd1e5035f851717a1 (patch)
tree15669170af7f2734ebdc1e317af37029c0779279
parent3938180c9c58b61b38c7fc304eb48b903c7dfd87 (diff)
downloadqemu-32e02fd3886c01a5c1c888ecd1e5035f851717a1.zip
qemu-32e02fd3886c01a5c1c888ecd1e5035f851717a1.tar.gz
qemu-32e02fd3886c01a5c1c888ecd1e5035f851717a1.tar.bz2
hw/net/i82596: Update datasheet URL
Change the asset link to one which is working from the PARISC website. Signed-off-by: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250607152711.108914-2-soumyajyotisarkar23@gmail.com> [PMD: Split patch in 2] Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
-rw-r--r--hw/net/i82596.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/i82596.c b/hw/net/i82596.c
index 64ed3c8..fc33a00 100644
--- a/hw/net/i82596.c
+++ b/hw/net/i82596.c
@@ -5,7 +5,7 @@
* This work is licensed under the GNU GPL license version 2 or later.
*
* This software was written to be compatible with the specification:
- * https://www.intel.com/assets/pdf/general/82596ca.pdf
+ * https://parisc.docs.kernel.org/en/latest/_downloads/96672be0650d9fc046bbcea40b92482f/82596CA.pdf
*/
#include "qemu/osdep.h"