Subject: PR/29600 CVS commit: src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 03/23/2005 20:54:02
The following reply was made to PR kern/29600; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29600 CVS commit: src/sys/dev/pci
Date: Wed, 23 Mar 2005 20:53:19 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Wed Mar 23 20:53:19 UTC 2005
 
 Modified Files:
 	src/sys/dev/pci: pccbb.c
 
 Log Message:
 PR/29600: YAMAMOTO Takashi: cbb hangs on boot. From the PR:
 It seems that we never get a power interrupt for 16 bit cards. The tsleep
 has been changed to wait for 200ms maximum, before giving up instead of
 waiting forever. XXX: Maybe that is too small for some laptops?
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.117 -r1.118 src/sys/dev/pci/pccbb.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.