From a94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 22 Apr 2007 01:17:36 +0000 Subject: Update URL for the PCI IRQ Routing Table Specification (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2613 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/getpir/code_gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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" -- cgit v1.2.3