From 518dee7dbbc81ff945a452d9710e98c4e2d600e4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 8 Sep 1999 15:01:58 +0000 Subject: [PATCH] Add a pointer to "controller miibus0" for people who will not read the commit messages or GENERIC and insist on running -CURRENT. It probably won't work, but it's worth a try. --- sys/dev/sf/if_sf.c | 1 + sys/pci/if_dm.c | 1 + sys/pci/if_rl.c | 1 + sys/pci/if_sf.c | 1 + sys/pci/if_sis.c | 1 + sys/pci/if_ste.c | 1 + sys/pci/if_tl.c | 1 + sys/pci/if_wb.c | 1 + sys/pci/if_xl.c | 1 + 9 files changed, 9 insertions(+) diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 7225d8e7c47..e6c0b987f64 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -111,6 +111,7 @@ #include #include +/* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" #include diff --git a/sys/pci/if_dm.c b/sys/pci/if_dm.c index 97ff5021c5a..38cc134b37e 100644 --- a/sys/pci/if_dm.c +++ b/sys/pci/if_dm.c @@ -91,6 +91,7 @@ #include +/* "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 a9efe329fc0..d7a2248099b 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -119,6 +119,7 @@ #include #include +/* "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 7225d8e7c47..e6c0b987f64 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -111,6 +111,7 @@ #include #include +/* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" #include diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index c43a4cb1222..1f92f08b26a 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -94,6 +94,7 @@ #include +/* "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 eac1a18a2eb..2248725cef1 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -74,6 +74,7 @@ #include #include +/* "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 80fc4aad8a0..b642e93be2f 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -223,6 +223,7 @@ #include +/* "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 746e20d135a..f05c1914cde 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -125,6 +125,7 @@ #include #include +/* "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 3a9a4aef79a..a98143a9f55 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -130,6 +130,7 @@ #include #include +/* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" /*