summaryrefslogtreecommitdiff
path: root/sys/arch/i386/i386/powernow-k7.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/i386/powernow-k7.c')
-rw-r--r--sys/arch/i386/i386/powernow-k7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/powernow-k7.c b/sys/arch/i386/i386/powernow-k7.c
index ad4c5f79f97..8b3d3c1bb76 100644
--- a/sys/arch/i386/i386/powernow-k7.c
+++ b/sys/arch/i386/i386/powernow-k7.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: powernow-k7.c,v 1.3 2004/08/05 04:56:05 tedu Exp $ */
+/* $OpenBSD: powernow-k7.c,v 1.4 2005/10/20 16:38:51 mickey Exp $ */
/*
* Copyright (c) 2004 Martin Végiard.
* All rights reserved.
@@ -110,7 +110,7 @@ k7_powernow_getstates(uint32_t signature)
bus_space_handle_t bh;
/*
- * Look in the 0xe0000 - 0x20000 physical address
+ * Look in the 0xe0000 - 0x100000 physical address
* range for the pst tables; 16 byte blocks
*/
if (bus_space_map(I386_BUS_SPACE_MEM, BIOS_START, BIOS_LEN, 0, &bh)) {