From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 31 18:40:12 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D99E6106567F for ; Tue, 31 Jul 2012 18:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C445A8FC1C for ; Tue, 31 Jul 2012 18:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6VIeCq1065661 for ; Tue, 31 Jul 2012 18:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6VIeCdo065660; Tue, 31 Jul 2012 18:40:12 GMT (envelope-from gnats) Date: Tue, 31 Jul 2012 18:40:12 GMT Message-Id: <201207311840.q6VIeCdo065660@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Adrian Chadd Cc: Subject: Re: kern/170058: [cbb] [patch] cardbus slot is not functioning correctly after a resume X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Chadd List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 18:40:12 -0000 The following reply was made to PR kern/170058; it has been noted by GNATS. From: Adrian Chadd To: John Baldwin Cc: bug-followup@freebsd.org 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 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