summaryrefslogtreecommitdiffstats
path: root/sys/pci
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
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')
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_sf.c2
-rw-r--r--sys/pci/if_sis.c2
-rw-r--r--sys/pci/if_sk.c2
-rw-r--r--sys/pci/if_ste.c2
-rw-r--r--sys/pci/if_tl.c2
-rw-r--r--sys/pci/if_vr.c2
-rw-r--r--sys/pci/if_wb.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index acea56a..a76a28e 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -121,7 +121,7 @@ MODULE_DEPEND(rl, pci, 1, 1, 1);
MODULE_DEPEND(rl, ether, 1, 1, 1);
MODULE_DEPEND(rl, 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_sf.c b/sys/pci/if_sf.c
index d51641d..4564afe 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -111,7 +111,7 @@ __FBSDID("$FreeBSD$");
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
-/* "controller miibus0" required. See GENERIC if you get errors here. */
+/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#include <dev/pci/pcireg.h>
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 90b666c..762d138 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -101,7 +101,7 @@ MODULE_DEPEND(sis, pci, 1, 1, 1);
MODULE_DEPEND(sis, ether, 1, 1, 1);
MODULE_DEPEND(sis, 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"
#define SIS_LOCK(_sc) mtx_lock(&(_sc)->sis_mtx)
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 3b89e50..cc53083 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -131,7 +131,7 @@ MODULE_DEPEND(sk, pci, 1, 1, 1);
MODULE_DEPEND(sk, ether, 1, 1, 1);
MODULE_DEPEND(sk, 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"
#ifndef lint
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index e4ec04e..2113337 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -70,7 +70,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-/* "controller miibus0" required. See GENERIC if you get errors here. */
+/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#define STE_USEIOSPACE
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"
/*
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index c2158d6..5a5d934 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -103,7 +103,7 @@ MODULE_DEPEND(vr, pci, 1, 1, 1);
MODULE_DEPEND(vr, ether, 1, 1, 1);
MODULE_DEPEND(vr, 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"
#undef VR_USESWSHIFT
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index b2e8170..9720fc5 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -115,7 +115,7 @@ __FBSDID("$FreeBSD$");
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
-/* "controller miibus0" required. See GENERIC if you get errors here. */
+/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#define WB_USEIOSPACE
OpenPOWER on IntegriCloud