summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-08-27 07:08:22 +0000
committerderaadt <deraadt@openbsd.org>2010-08-27 07:08:22 +0000
commitf23ea2244759246f35f4aa3e39f939cea962fcb7 (patch)
treec25a540c1bee1a465fedb818a54949e0e6e979cb
parentget some format strings and variables right in debug output (diff)
downloadwireguard-openbsd-f23ea2244759246f35f4aa3e39f939cea962fcb7.tar.xz
wireguard-openbsd-f23ea2244759246f35f4aa3e39f939cea962fcb7.zip
Delete comments about these drivers needing powerhook support; they don't.
-rw-r--r--sys/dev/usb/if_udav.c3
-rw-r--r--sys/dev/usb/if_url.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c
index 7ac9bfb9a3a..8ce56017a9f 100644
--- a/sys/dev/usb/if_udav.c
+++ b/sys/dev/usb/if_udav.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_udav.c,v 1.45 2009/11/22 22:13:51 jsg Exp $ */
+/* $OpenBSD: if_udav.c,v 1.46 2010/08/27 07:08:22 deraadt Exp $ */
/* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */
/* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */
/*
@@ -41,7 +41,6 @@
* TODO:
* Interrupt Endpoint support
* External PHYs
- * powerhook() support?
*/
#include <sys/cdefs.h>
diff --git a/sys/dev/usb/if_url.c b/sys/dev/usb/if_url.c
index 503042199e3..8e4ea55b2c0 100644
--- a/sys/dev/usb/if_url.c
+++ b/sys/dev/usb/if_url.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_url.c,v 1.55 2009/10/13 19:33:17 pirofti Exp $ */
+/* $OpenBSD: if_url.c,v 1.56 2010/08/27 07:08:22 deraadt Exp $ */
/* $NetBSD: if_url.c,v 1.6 2002/09/29 10:19:21 martin Exp $ */
/*
* Copyright (c) 2001, 2002
@@ -40,7 +40,6 @@
* TODO:
* Interrupt Endpoint support
* External PHYs
- * powerhook() support?
*/
#include "bpfilter.h"