diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-21 18:36:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-21 18:36:58 +0000 |
commit | e87f7c455f66adc0275c10b0dec426c964dfc3d9 (patch) | |
tree | 55350a4313535fc75d234d75d81855952cb56230 | |
parent | 4f46743e8e5be963a6cf12c431380b003196b3df (diff) |
Read revision from the correct MSR; no functional change.
-rw-r--r-- | sys/arch/i386/pci/glxpcib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/glxpcib.c b/sys/arch/i386/pci/glxpcib.c index 0c2a3eb4bd0..b8b0f92079e 100644 --- a/sys/arch/i386/pci/glxpcib.c +++ b/sys/arch/i386/pci/glxpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glxpcib.c,v 1.7 2008/06/11 20:07:31 mbalmer Exp $ */ +/* $OpenBSD: glxpcib.c,v 1.8 2010/02/21 18:36:57 miod Exp $ */ /* * Copyright (c) 2007 Marc Balmer <mbalmer@openbsd.org> @@ -37,7 +37,7 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#define AMD5536_REV 0x51400017 +#define AMD5536_REV 0x51700017 #define AMD5536_REV_MASK 0xff #define AMD5536_TMC 0x51400050 |