Module Name: src
Committed By: tsutsui
Date: Mon Mar 29 15:51:03 UTC 2010
Modified Files:
src/sys/dev/ic: ne2000.c
Log Message:
Don't warn about DMA timeout during probe.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/ne2000.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/ne2000.c
diff -u src/sys/dev/ic/ne2000.c:1.71 src/sys/dev/ic/ne2000.c:1.72
--- src/sys/dev/ic/ne2000.c:1.71 Fri Mar 19 14:26:37 2010
+++ src/sys/dev/ic/ne2000.c Mon Mar 29 15:51:03 2010
@@ -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 <sys/cdefs.h>
-__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 @@
* 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);