Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/23/2005 20:53:19
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.