summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sf/if_sf.c1
-rw-r--r--sys/pci/if_dm.c1
-rw-r--r--sys/pci/if_rl.c1
-rw-r--r--sys/pci/if_sf.c1
-rw-r--r--sys/pci/if_sis.c1
-rw-r--r--sys/pci/if_ste.c1
-rw-r--r--sys/pci/if_tl.c1
-rw-r--r--sys/pci/if_wb.c1
-rw-r--r--sys/pci/if_xl.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index 7225d8e..e6c0b98 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -111,6 +111,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#include <pci/pcireg.h>
diff --git a/sys/pci/if_dm.c b/sys/pci/if_dm.c
index 97ff502..38cc134 100644
--- a/sys/pci/if_dm.c
+++ b/sys/pci/if_dm.c
@@ -91,6 +91,7 @@
#include <pci/if_dmreg.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#ifndef lint
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index a9efe32..d7a2248 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -119,6 +119,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
+/* "controller miibus0" 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 7225d8e..e6c0b98 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -111,6 +111,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#include <pci/pcireg.h>
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index c43a4cb..1f92f08 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -94,6 +94,7 @@
#include <pci/if_sisreg.h>
+/* "controller miibus0" 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 eac1a18..2248725 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -74,6 +74,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
+/* "controller miibus0" 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 80fc4aa..b642e93 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -223,6 +223,7 @@
#include <pci/if_tlreg.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#if !defined(lint)
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 746e20d..f05c191 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -125,6 +125,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#define WB_USEIOSPACE
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 3a9a4ae..a98143a 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -130,6 +130,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
/*
OpenPOWER on IntegriCloud