Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 19:27:59 -0700
From:      Sam Leffler <sam@errno.com>
To:        Nate Lawson <nate@root.org>
Cc:        current <current@freebsd.org>
Subject:   Re: cbb hangs during suspend if ath card active
Message-ID:  <44B5AFAF.60503@errno.com>
In-Reply-To: <44B5A2A3.2070702@errno.com>
References:  <44B59A22.7000407@root.org> <44B5A2A3.2070702@errno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sam Leffler wrote:

> A more likely scenario is that ath_stop is putting the card into "deep
> sleep".  At that point you cannot touch any of the PCI domain registers
> for the card w/o bringing it out of sleep.  If you do then the
> pci/cardbus will hang.  Ejecting the card removes the device from the
> bus and allows things to continue.

Sorry, that should've been "you cannot touch anything but the PCI domain
registers"...  Basically you can't touch any registers except PCI config
space registers and/or those reg's used to bring the chip out of sleep.

	Sam



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