Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/02/2000 02:31:46
Module Name:	syssrc
Committed By:	enami
Date:		Wed Feb  2 10:31:46 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: i82365.c

Log Message:
- No need to wait in pcic_chip_socket_disable.  It was intended to keep
some period between disable and enable in spec, but is done in
pcic_chip_socket_disable.  And we also disable socket in pcic_deactivate_card,
we should do it in another way if it is really necessary.
- Shorten the wait message so that ps(1) and ps in ddb be happy.
- Replace newly added long delay with sleep.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/ic/i82365.c

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