aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/dc/if_dc.c5
-rw-r--r--sys/pci/if_dc.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index f86eca9ec6f6..34a80128564a 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/if_dc.c
@@ -139,7 +139,10 @@ MODULE_DEPEND(dc, pci, 1, 1, 1);
MODULE_DEPEND(dc, ether, 1, 1, 1);
MODULE_DEPEND(dc, miibus, 1, 1, 1);
-/* "device miibus" required. See GENERIC if you get errors here. */
+/*
+ * "device miibus" is required in kernel config. See GENERIC if you get
+ * errors here.
+ */
#include "miibus_if.h"
/*
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index f86eca9ec6f6..34a80128564a 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -139,7 +139,10 @@ MODULE_DEPEND(dc, pci, 1, 1, 1);
MODULE_DEPEND(dc, ether, 1, 1, 1);
MODULE_DEPEND(dc, miibus, 1, 1, 1);
-/* "device miibus" required. See GENERIC if you get errors here. */
+/*
+ * "device miibus" is required in kernel config. See GENERIC if you get
+ * errors here.
+ */
#include "miibus_if.h"
/*