diff options
author | bz <bz@FreeBSD.org> | 2017-05-12 11:40:58 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2017-05-12 11:40:58 +0000 |
commit | 0fcf106f9e305567805ecaf3df0db345d798f2de (patch) | |
tree | e634659ab7792b23ab6d01857c4a5f67af03e79c | |
parent | 8dc7e6bce37996bed0f5408d4fcb06b40f2077a5 (diff) | |
download | FreeBSD-src-0fcf106f9e305567805ecaf3df0db345d798f2de.zip FreeBSD-src-0fcf106f9e305567805ecaf3df0db345d798f2de.tar.gz |
MFC r318015:
Adjust a comment.
-rw-r--r-- | sys/net/iflib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/iflib.c b/sys/net/iflib.c index a2b453d..21d5095 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -4633,7 +4633,6 @@ iflib_msix_init(if_ctx_t ctx) /* * bar == -1 => "trust me I know what I'm doing" - * https://www.youtube.com/watch?v=nnwWKkNau4I * Some drivers are for hardware that is so shoddily * documented that no one knows which bars are which * so the developer has to map all bars. This hack |