summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-08-29 17:03:31 +0000
committerimp <imp@FreeBSD.org>2005-08-29 17:03:31 +0000
commitcfb971178ce09107f4a22ae8e40001f3ce271e08 (patch)
treebf6c3c01802e7598c679c74c884073d1c248f5fd /sys
parent3a8fa6db471f9ff6e9c94abf33c89ccdd9372b9d (diff)
downloadFreeBSD-src-cfb971178ce09107f4a22ae8e40001f3ce271e08.zip
FreeBSD-src-cfb971178ce09107f4a22ae8e40001f3ce271e08.tar.gz
Fix another instance of old info re: miibus
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/dc/if_dc.c2
-rw-r--r--sys/pci/if_dc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index fce20b4..f86eca9 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/if_dc.c
@@ -139,7 +139,7 @@ MODULE_DEPEND(dc, pci, 1, 1, 1);
MODULE_DEPEND(dc, ether, 1, 1, 1);
MODULE_DEPEND(dc, miibus, 1, 1, 1);
-/* "controller miibus0" required. See GENERIC if you get errors here. */
+/* "device miibus" required. 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 fce20b4..f86eca9 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -139,7 +139,7 @@ MODULE_DEPEND(dc, pci, 1, 1, 1);
MODULE_DEPEND(dc, ether, 1, 1, 1);
MODULE_DEPEND(dc, miibus, 1, 1, 1);
-/* "controller miibus0" required. See GENERIC if you get errors here. */
+/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
/*
OpenPOWER on IntegriCloud