summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-08-29 18:45:21 +0000
committerimp <imp@FreeBSD.org>2005-08-29 18:45:21 +0000
commit3c8a222751be83a28bbd85664bdaa68c0688c475 (patch)
tree5118571d460721f251b76d46c4bb7e502aba0280 /sys/dev/dc
parentab2182f5fc1b687ba86d6903cea30cb35d3a20d1 (diff)
downloadFreeBSD-src-3c8a222751be83a28bbd85664bdaa68c0688c475.zip
FreeBSD-src-3c8a222751be83a28bbd85664bdaa68c0688c475.tar.gz
Better comment
Diffstat (limited to 'sys/dev/dc')
-rw-r--r--sys/dev/dc/if_dc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index f86eca9..34a8012 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"
/*
OpenPOWER on IntegriCloud