summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-22 06:50:02 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-22 06:50:02 +0000
commit5e4e521f7694fdcd88aa8d6557c8c206de8432fc (patch)
tree6baa507b3c6abd701a1ba00c63be86c1a0b9f74c
parent403579314a8eae2ec2c680b6d9db1cfa3b9cd1f7 (diff)
Notes
-rw-r--r--sys/pci/viapm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c
index 356882ee23cb..2532cf4fefe2 100644
--- a/sys/pci/viapm.c
+++ b/sys/pci/viapm.c
@@ -66,6 +66,7 @@ static int viapm_debug = 0;
#define VIA_596B_PMU_ID 0x30511106
#define VIA_686A_PMU_ID 0x30571106
#define VIA_8233_PMU_ID 0x30741106
+#define VIA_8233A_PMU_ID 0x31471106
#define VIAPM_INB(port) \
((u_char)bus_space_read_1(viapm->st, viapm->sh, port))
@@ -266,6 +267,7 @@ viapm_pro_probe(device_t dev)
goto viapro;
case VIA_8233_PMU_ID:
+ case VIA_8233A_PMU_ID:
desc = "VIA VT8233 Power Management Unit";
viapm->type = VIAPM_TYP_UNKNOWN;
base_cfgreg = VIAPM_8233_BASE;