diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-02 22:28:42 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-02 22:28:42 +0000 |
commit | 3c8b7bac8c5637faed43d3b2d48af0e9c38f8cea (patch) | |
tree | 41886d49c95825bbb64c356d98f2dc4c30c47c64 /sys/arch/i386/include/cpu.h | |
parent | 74c8801d9b976bc2cba5c862318deaedeab5d089 (diff) |
K6-2/3 powernow driver. not without quirks, but mostly working.
testing by david@ ok deraadt@
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 13b9e47a513..a82def3a6ce 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.58 2004/02/14 15:09:22 grange Exp $ */ +/* $OpenBSD: cpu.h,v 1.59 2004/04/02 22:28:41 tedu Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -208,6 +208,10 @@ void p4tcc_init(int, int); int p4tcc_setperf(int); #endif +void k6_powernow_init(void); +int k6_powernow_setperf(int); + + /* npx.c */ void npxdrop(void); void npxsave(void); |