diff options
Diffstat (limited to 'util/getpir/code_gen.c')
-rw-r--r-- | util/getpir/code_gen.c | 2 |
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" |