Subject: CVS commit: src/sys/dev/if_ndis
To: None <source-changes@NetBSD.org>
From: Alan Ritter <rittera@netbsd.org>
List: source-changes
Date: 04/23/2006 19:30:20
Module Name: src
Committed By: rittera
Date: Sun Apr 23 19:30:20 UTC 2006
Modified Files:
src/sys/dev/if_ndis: if_ndis.c
Log Message:
Replaced the device_printf's in ndis_ticktask() with printf(). For some reason
a uvm fault was occouring here. I'm still looking in to figuring out why, but
this fixes the problem for now.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/if_ndis/if_ndis.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.