diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-12 18:18:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-12 18:18:28 +0000 |
commit | 17488250e79f8b7a08aebe845668195136658b4a (patch) | |
tree | eb569c6548305395496cf4a6e352826453e75634 /sys/arch/amd64/include/conf.h | |
parent | 19a8191e4ccf227d941b43256a897ebb2bd9fb57 (diff) |
port of i386 pctr code to amd64; Mike Belopuhov
Diffstat (limited to 'sys/arch/amd64/include/conf.h')
-rw-r--r-- | sys/arch/amd64/include/conf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/conf.h b/sys/arch/amd64/include/conf.h index 960b06eae53..ced984a5b7f 100644 --- a/sys/arch/amd64/include/conf.h +++ b/sys/arch/amd64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.3 2005/12/31 21:22:32 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.4 2007/09/12 18:18:27 deraadt Exp $ */ /* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* @@ -50,3 +50,6 @@ cdev_decl(bios); (dev_type_stop((*))) enodev, 0, (dev_type_poll((*))) enodev, \ (dev_type_mmap((*))) enodev, 0, D_KQFILTER, dev_init(c,n,kqfilter) } cdev_decl(acpi); + +#define pctrpoll seltrue +cdev_decl(pctr); |