summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-31 17:26:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-31 17:26:58 +0000
commitc395dc4f10dfa38484e7cc311efff12e812909b6 (patch)
tree79ad4f331f4e9cbdb3a7af4e6ed4ef13830a48fc /sys/dev/pci/azalia.c
parentf6379690880862d2ac34dd0b88f0b52ef8e26903 (diff)
remove a comment suggesting that azalia needs a powerhook
Diffstat (limited to 'sys/dev/pci/azalia.c')
-rw-r--r--sys/dev/pci/azalia.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/azalia.c b/sys/dev/pci/azalia.c
index f46f20f5649..fd8ae8d9fc0 100644
--- a/sys/dev/pci/azalia.c
+++ b/sys/dev/pci/azalia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: azalia.c,v 1.185 2010/08/31 17:13:44 deraadt Exp $ */
+/* $OpenBSD: azalia.c,v 1.186 2010/08/31 17:26:57 deraadt Exp $ */
/* $NetBSD: azalia.c,v 1.20 2006/05/07 08:31:44 kent Exp $ */
/*-
@@ -36,7 +36,6 @@
*
*
* TO DO:
- * - power hook
* - multiple codecs (needed?)
* - multiple streams (needed?)
*/