diff options
author | 2006-04-04 03:32:56 +0000 | |
---|---|---|
committer | 2006-04-04 03:32:56 +0000 | |
commit | 4f15bb4575c77a42e09f2f9ebaaea1ca4e66dcb6 (patch) | |
tree | 84d7b005cfac36b80c3977cbfb11609a38e30be3 | |
parent | Wait until the microdrive in socket 1 becomes ready before starting zboot. (diff) | |
download | wireguard-openbsd-4f15bb4575c77a42e09f2f9ebaaea1ca4e66dcb6.tar.xz wireguard-openbsd-4f15bb4575c77a42e09f2f9ebaaea1ca4e66dcb6.zip |
Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check
disabled because my BIOS sucks).
-rw-r--r-- | sys/arch/i386/i386/powernow-k7.c | 4 |
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 8e109602803..35c00406572 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.11 2006/03/20 12:08:59 dlg Exp $ */ +/* $OpenBSD: powernow-k7.c,v 1.12 2006/04/04 03:32:56 uwe Exp $ */ /* * Copyright (c) 2004 Martin Végiard. @@ -67,7 +67,7 @@ #define BIOS_START 0xe0000 #define BIOS_LEN 0x20000 -#define BIOS_STEP 0x16 +#define BIOS_STEP 16 /* * MSRs and bits used by Powernow technology |