kern/170058: [cbb] [patch] cardbus slot is not functioning correctly after a resume

John Baldwin jhb at freebsd.org
Tue Jul 31 15:00:23 UTC 2012


The following reply was made to PR kern/170058; it has been noted by GNATS.

From: John Baldwin <jhb at freebsd.org>
To: bug-followup at freebsd.org,
 adrian at freebsd.org
Cc:  
Subject: Re: kern/170058: [cbb] [patch] cardbus slot is not functioning correctly after a resume
Date: Tue, 31 Jul 2012 10:56:49 -0400

 Your patch is probably close to correct.  You should not need the d0 bit for 
 the cbb device itself (the PCI bus should do that), but the PCI bus driver 
 only saves config register information for type 0 devices.  The PCI-PCI bridge 
 driver restores its config registers on its own, and cbb should do the same.
 
 -- 
 John Baldwin


More information about the freebsd-bugs mailing list