Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jan 2005 20:10:55 -0800
From:      Nate Lawson <nate@root.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: ACPI C3 patch for atheros
Message-ID:  <41D8C5CF.4020606@root.org>
In-Reply-To: <20050102.210400.71551976.imp@bsdimp.com>
References:  <200501021735.j02HZWAs017587@sana.init-main.com> <41D8B4D2.4050700@root.org> <20050102.210400.71551976.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
M. Warner Losh wrote:
> 0x41 isn't in the standard config space.  It ends at 0x3f.  Therefore,
> it won't have a PCIR_ define, since it is device specific.

Ah, didn't notice that.  It should have an ATH_PCIR define then.

> : It looks like these config writes in ath_pci_attach() should probably be 
> : done in the PCI bus but they may be driver-specific.  The saves of 
> : config space in ath_pci_suspend/resume() are definitely suspect since we 
> : save/resume all config space now.  See sys/dev/pci/pci.c
> 
> No, we don't.  We save only the specific portion of the config space
> that we know something about.  We also only do the read-write portions
> of the config space.  Drivers are required to save/restore the device
> specific portion of pci config space.

Correct, this is a device-specific config register although the others I 
pointed out (INTLINE, etc.) are standard and are covered by the PCI bus.

-- 
Nate



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