diff options
author | 2010-08-31 17:26:57 +0000 | |
---|---|---|
committer | 2010-08-31 17:26:57 +0000 | |
commit | c5ee5e9749fcbb3e873341119b4c04595e62a616 (patch) | |
tree | d7337b36a7bb1573fd0ea714a5ba0fc05d364ccd | |
parent | Add DVACT_QUIECE support. This is called before splhigh() and before (diff) | |
download | wireguard-openbsd-c5ee5e9749fcbb3e873341119b4c04595e62a616.tar.xz wireguard-openbsd-c5ee5e9749fcbb3e873341119b4c04595e62a616.zip |
remove a comment suggesting that azalia needs a powerhook
-rw-r--r-- | sys/dev/pci/azalia.c | 3 |
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?) */ |