Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/24/2003 09:49:50
Module Name:	src
Committed By:	jdolecek
Date:		Mon Mar 24 07:49:49 UTC 2003

Modified Files:
	src/sys/netsmb: smb_conn.h smb_iod.c

Log Message:
iod_pingtimo is unused, #if 0
iod_sleeptimo is set to same value always, so use the value directly
and #if 0 iod_sleeptimo

add one smb_iod_wakeup() in smb_iod_sendrq()
XXX unfortunately iod thread still must wakeup periodically to check
XXX for arriving replies - command latency might be improved if this could
XXX be avoided


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/netsmb/smb_conn.h
cvs rdiff -r1.13 -r1.14 src/sys/netsmb/smb_iod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.