summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-10-22 05:06:55 +0000
committerimp <imp@FreeBSD.org>2005-10-22 05:06:55 +0000
commit8be657140580c20b53cb6f2f5b33f9a534bdeb00 (patch)
treefa358f3a51a68368940931be78defd11e23dbfcb /sys/pci/if_tl.c
parentf1e19070aa8b1e895a618964ca4ef57b98c168f5 (diff)
downloadFreeBSD-src-8be657140580c20b53cb6f2f5b33f9a534bdeb00.zip
FreeBSD-src-8be657140580c20b53cb6f2f5b33f9a534bdeb00.tar.gz
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
(device miibus) in time for 7.0 :-)
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 35f41c8..e4592a9 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -221,7 +221,7 @@ MODULE_DEPEND(tl, pci, 1, 1, 1);
MODULE_DEPEND(tl, ether, 1, 1, 1);
MODULE_DEPEND(tl, 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