The following reply was made to PR kern/170058; it has been noted by GNATS.
From: John Baldwin <j...@freebsd.org> To: bug-follo...@freebsd.org, adr...@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 _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"