summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_le.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-25 23:00:42 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-25 23:00:42 +0000
commita00d9f26ca2a2e8d063c2ef35af059ecbedc8403 (patch)
treec99880f1650f2cb0d29293dc1a39057e29c52d6a /sys/i386/isa/if_le.c
parent6fd0c86ccc546ed7fdd5ca10f2d6b407a6c99c9b (diff)
downloadFreeBSD-src-a00d9f26ca2a2e8d063c2ef35af059ecbedc8403.zip
FreeBSD-src-a00d9f26ca2a2e8d063c2ef35af059ecbedc8403.tar.gz
Remove the "no board found at" message, ia rather similar message with
the same information is printed one line below by the generic isa code anyway.
Diffstat (limited to 'sys/i386/isa/if_le.c')
-rw-r--r--sys/i386/isa/if_le.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index 7ecd417..9973789 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.26 1995/12/10 13:38:48 phk Exp $
+ * $Id: if_le.c,v 1.27 1995/12/15 00:54:19 bde Exp $
*/
/*
@@ -383,8 +383,7 @@ le_probe(
return iospace;
}
}
- printf("%s%d: no board found at 0x%x\n",
- sc->le_if.if_name, sc->le_if.if_unit, dvp->id_iobase);
+
return 0;
}
OpenPOWER on IntegriCloud