svn commit: r318015 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Tue May 9 08:29:57 UTC 2017


Author: bz
Date: Tue May  9 08:29:55 2017
New Revision: 318015
URL: https://svnweb.freebsd.org/changeset/base/318015

Log:
  Adjust a comment.
  
  MFC after:	3 days

Modified:
  head/sys/net/iflib.c

Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c	Tue May  9 08:08:28 2017	(r318014)
+++ head/sys/net/iflib.c	Tue May  9 08:29:55 2017	(r318015)
@@ -5214,7 +5214,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


More information about the svn-src-head mailing list