From 7ca550dcb0e0ab54cef3177a0a7696daa86d9e89 Mon Sep 17 00:00:00 2001 From: brueffer Date: Mon, 10 Feb 2014 22:27:40 +0000 Subject: [PATCH] MFC: r261339 MLINK ixgbe.4 to {if_ix.4, ix.4}. An update for ixgbe.4 which deals with the "ix prefix being shared by two drivers" situation is forthcoming. git-svn-id: svn://svn.freebsd.org/base/stable/9@261732 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man4/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 30bd2d39d..737bee401 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -613,6 +613,8 @@ MLINKS+=ipw.4 if_ipw.4 MLINKS+=iwi.4 if_iwi.4 MLINKS+=iwn.4 if_iwn.4 MLINKS+=ixgb.4 if_ixgb.4 +MLINKS+=ixgbe.4 ix.4 +MLINKS+=ixgbe.4 if_ix.4 MLINKS+=ixgbe.4 if_ixgbe.4 MLINKS+=jme.4 if_jme.4 MLINKS+=kue.4 if_kue.4 -- 2.45.0