Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 15:00:23 GMT
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/170058: [cbb] [patch] cardbus slot is not functioning correctly after a resume
Message-ID:  <201207311500.q6VF0NEx039195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/170058; it has been noted by GNATS.

From: John Baldwin <jhb@freebsd.org>
To: bug-followup@freebsd.org,
 adrian@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207311500.q6VF0NEx039195>