diff options
author | 2010-08-27 07:08:22 +0000 | |
---|---|---|
committer | 2010-08-27 07:08:22 +0000 | |
commit | f23ea2244759246f35f4aa3e39f939cea962fcb7 (patch) | |
tree | c25a540c1bee1a465fedb818a54949e0e6e979cb /sys/dev/usb/if_url.c | |
parent | get some format strings and variables right in debug output (diff) | |
download | wireguard-openbsd-f23ea2244759246f35f4aa3e39f939cea962fcb7.tar.xz wireguard-openbsd-f23ea2244759246f35f4aa3e39f939cea962fcb7.zip |
Delete comments about these drivers needing powerhook support; they don't.
Diffstat (limited to 'sys/dev/usb/if_url.c')
-rw-r--r-- | sys/dev/usb/if_url.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" |