Quantcast

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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

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

From: John Baldwin <[hidden email]>
To: [hidden email],
 [hidden email]
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
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[hidden email]"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

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

From: Adrian Chadd <[hidden email]>
To: John Baldwin <[hidden email]>
Cc: [hidden email]
Subject: Re: kern/170058: [cbb] [patch] cardbus slot is not functioning
 correctly after a resume
Date: Tue, 31 Jul 2012 11:39:56 -0700

 On 31 July 2012 07:56, John Baldwin <[hidden email]> wrote:
 > 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.
 
 Ok, I'll commit this for -HEAD and MFC it to -9.
 
 Thanks,
 
 
 
 Adrian
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[hidden email]"
Loading...