From dd38ae84c7fbed8de192b12694fa169a22710c2b Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 29 Mar 2010 15:51:03 +0000 Subject: [PATCH] Don't warn about DMA timeout during probe. --- sys/dev/ic/ne2000.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c index 6267b5b4287e..928164318c2a 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $NetBSD: ne2000.c,v 1.71 2010/03/19 14:26:37 tsutsui Exp $ */ +/* $NetBSD: ne2000.c,v 1.72 2010/03/29 15:51:03 tsutsui Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.71 2010/03/19 14:26:37 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.72 2010/03/29 15:51:03 tsutsui Exp $"); #include "opt_ipkdb.h" @@ -484,7 +484,7 @@ ne2000_detect(bus_space_tag_t nict, bus_space_handle_t nich, * then we don't know what this board is. */ ne2000_writemem(nict, nich, asict, asich, test_pattern, 16384, - sizeof(test_pattern), useword, 0); + sizeof(test_pattern), useword, 1); ne2000_readmem(nict, nich, asict, asich, 16384, test_buffer, sizeof(test_buffer), useword);