diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-20 09:44:48 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-20 09:44:48 +0000 |
commit | ac77ddc5437d730485d40e45d815561181c18d11 (patch) | |
tree | b69e62fd81877111c980e90c1162bbc8d323a08a /sys/arch/sparc64/include/cpu.h | |
parent | 7444b3884b447e65f1338853abfda93b9dd4897d (diff) |
make tda(4) run the fans at maximum speed when we are about to drop
drop to ddb(4) in order to avoid overheating in case of a system crash.
ok kettenis@
Diffstat (limited to 'sys/arch/sparc64/include/cpu.h')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 7aadcad9a87..a78e72b34c8 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.54 2008/02/18 10:37:20 robert Exp $ */ +/* $OpenBSD: cpu.h,v 1.55 2008/02/20 09:44:47 robert Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -255,6 +255,8 @@ void zs_kgdb_init(void); #endif /* fb.c */ void fb_unblank(void); +/* tda.c */ +void tda_full_blast(void); /* kgdb_stub.c */ #ifdef KGDB void kgdb_attach(int (*)(void *), void (*)(void *, int), void *); |