summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-30 09:37:16 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-30 09:37:16 +0000
commitd1816807c5bb5aa346f22dc2b3155142ee5a3276 (patch)
tree24d49a16bff79951927a273d5483464ac3a72369 /sys/arch
parentd6d1f4ecc54db6c3f48654e14f60ee5042d10a58 (diff)
Bump the fan limit and avoid a panic on my quad G5.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/macppc/dev/smu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/smu.c b/sys/arch/macppc/dev/smu.c
index 8b51078a653..129b364e202 100644
--- a/sys/arch/macppc/dev/smu.c
+++ b/sys/arch/macppc/dev/smu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smu.c,v 1.24 2014/03/29 18:09:29 guenther Exp $ */
+/* $OpenBSD: smu.c,v 1.25 2014/08/30 09:37:15 mpi Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis
@@ -37,7 +37,7 @@
int smu_match(struct device *, void *, void *);
void smu_attach(struct device *, struct device *, void *);
-#define SMU_MAXFANS 3
+#define SMU_MAXFANS 8
struct smu_fan {
u_int8_t reg;