From fc324e99fe923f248e62fb00affd7bd498b4de96 Mon Sep 17 00:00:00 2001 From: dm Date: Thu, 8 Aug 1996 18:47:16 +0000 Subject: Added a pctr pseudo-device for accessing the Pentium performance counters, and a program pctrctl to set the counter functions. --- sys/arch/i386/conf/files.i386 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index c285061d812..d7350735095 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.22 1996/07/28 05:07:04 downsj Exp $ +# $OpenBSD: files.i386,v 1.23 1996/08/08 18:47:13 dm Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -167,6 +167,10 @@ device joy attach joy at isa file arch/i386/isa/joy.c joy needs-flag +# Pentium performance counters +pseudo-device pctr +file arch/i386/i386/pctr.c pctr needs-flag + # # EISA-only drivers # -- cgit v1.2.3