summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.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_ste.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_ste.c')
-rw-r--r--sys/pci/if_ste.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud