diff options
| -rw-r--r-- | sys/dev/sf/if_sf.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_dm.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_rl.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_sf.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_sis.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_ste.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_tl.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_wb.c | 1 | ||||
| -rw-r--r-- | sys/pci/if_xl.c | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 7225d8e7c475..e6c0b987f640 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 97ff5021c5a9..38cc134b37e5 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 a9efe329fc02..d7a2248099b5 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 7225d8e7c475..e6c0b987f640 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 c43a4cb12226..1f92f08b26aa 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 eac1a18a2eb5..2248725cef1b 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 80fc4aad8a0d..b642e93be2f9 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 746e20d135a1..f05c1914cde3 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 3a9a4aef79ae..a98143a9f55b 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" /* |
