summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-09-02 23:23:57 +0000
committerats <ats@FreeBSD.org>1994-09-02 23:23:57 +0000
commit399e5eca6e3767d62af1e89d06df0a0b2a153ba2 (patch)
treef522033328bcc1d4ff156f06cd8383b6f4cfe1ce /sys/dev/ie
parentb3e2310c798ad45767605dc678463702104d30ce (diff)
downloadFreeBSD-src-399e5eca6e3767d62af1e89d06df0a0b2a153ba2.zip
FreeBSD-src-399e5eca6e3767d62af1e89d06df0a0b2a153ba2.tar.gz
Reviewed by:
Submitted by: Put the printf("can't map 3c507 ram.. into an ifdef DEBUG. This will confuse only normal users and the ie0 found/not found is sufficient.
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 7c1dbd1..fe0f95d 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.11 1994/08/25 20:16:59 wollman Exp $
+ * $Id: if_ie.c,v 1.12 1994/09/02 22:13:31 ats Exp $
*/
/*
@@ -407,7 +407,9 @@ static int el_probe(dvp)
c = inb(PORT + IE507_MADDR);
if(c & 0x20) {
+#ifdef DEBUG
printf("ie%d: can't map 3C507 RAM in high memory\n", unit);
+#endif
return 0;
}
OpenPOWER on IntegriCloud