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/conf | |
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/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 2a2b58a6abc..eae2de26a13 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.111 2003/12/20 18:23:17 tedu Exp $ +# $OpenBSD: files.i386,v 1.112 2004/04/02 22:28:40 tedu Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -33,6 +33,7 @@ file arch/i386/i386/microtime.s file arch/i386/i386/ns_cksum.c ns file arch/i386/i386/p4tcc.c !small_kernel & i686_cpu file arch/i386/i386/pmap.c +file arch/i386/i386/powernow.c !small_kernel file arch/i386/i386/process_machdep.c file arch/i386/i386/procfs_machdep.c procfs file arch/i386/i386/random.s |