Update URL for the PCI IRQ Routing Table Specification (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 22 Apr 2007 01:17:36 +0000 (01:17 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 22 Apr 2007 01:17:36 +0000 (01:17 +0000)
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

util/getpir/code_gen.c

index 6d9a7e4c95c6680bb1eae15080b5c5e31e3540d3..cc7944ef68b146aad7d0a82f71c2b5d1edb02fa0 100644 (file)
@@ -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"