svn commit: r318237 - stable/11/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Fri May 12 11:41:00 UTC 2017


Author: bz
Date: Fri May 12 11:40:58 2017
New Revision: 318237
URL: https://svnweb.freebsd.org/changeset/base/318237

Log:
  MFC r318015:
  
    Adjust a comment.

Modified:
  stable/11/sys/net/iflib.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/net/iflib.c
==============================================================================
--- stable/11/sys/net/iflib.c	Fri May 12 09:32:30 2017	(r318236)
+++ stable/11/sys/net/iflib.c	Fri May 12 11:40:58 2017	(r318237)
@@ -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


More information about the svn-src-all mailing list