Subject: PR/29600 CVS commit: [netbsd-3] src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 03/27/2005 16:34:01
The following reply was made to PR kern/29600; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29600 CVS commit: [netbsd-3] src/sys/dev/pci
Date: Sun, 27 Mar 2005 16:33:49 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Sun Mar 27 16:33:48 UTC 2005
 
 Modified Files:
 	src/sys/dev/pci [netbsd-3]: pccbb.c
 
 Log Message:
 Pull up revision 1.118 (requested by christos in ticket #64):
 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.117.2.1 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.