aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-04-22 01:17:36 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-04-22 01:17:36 +0000
commita94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e (patch)
treec149e3f6ee64821f872b27978bfa7ea8611e0e11
parent29800b76eebd10444044b5cfb2269a7566059615 (diff)
Update URL for the PCI IRQ Routing Table Specification (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2613 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/getpir/code_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/getpir/code_gen.c b/util/getpir/code_gen.c
index 6d9a7e4c95..cc7944ef68 100644
--- a/util/getpir/code_gen.c
+++ b/util/getpir/code_gen.c
@@ -9,7 +9,7 @@ static char *preamble[] = {
" * Contains the IRQ Routing Table dumped directly from your\n",
" * memory, which BIOS sets up.\n",
" *\n",
- " * Documentation at: http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM\n */\n\n",
+ " * Documentation at: http://www.microsoft.com/whdc/archive/pciirq.mspx\n */\n\n",
"#ifdef GETPIR\n",
"#include \"pirq_routing.h\"\n",
"#else\n"