Subject: Re: CVS commit: syssrc
To: None <enami@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/26/2000 01:32:16
FYI:

This change caused bootup probing of the ibm compact flash microdrive
on hpcmips to silently not find the drive.  It does detect it if I
remove the drive and reinsert it after the machine is fully booted.

I tested revision 1.30 and 1.31 of syssrc/sys/dev/ic/i82365.c
Both fail as similarly.

revison 1.29 of syssrc/sys/dev/ic/i82365.c does detect the device
on boot correctly.

I will send more details if have a chance to look into the problem.

Darrin


enami tsugutomo <enami@netbsd.org> writes:

> Module Name:	syssrc
> Committed By:	enami
> Date:		Tue Jan 25 09:17:36 UTC 2000
> 
> Modified Files:
> 	syssrc/sys/dev/ic: i82365.c
> 
> Log Message:
> Replace long delay with sleep.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.29 -r1.30 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.