Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 08:19:19 -0800
From:      Nate Lawson <nate@root.org>
To:        Coleman Kane <cokane@FreeBSD.org>
Cc:        freebsd-acpi@FreeBSD.org
Subject:   Re: amd64 S3 patch on HP 6715b: NICs won't work after resume from S3
Message-ID:  <4958F887.2010203@root.org>
In-Reply-To: <1230564886.2280.11.camel@localhost>
References:  <1230564886.2280.11.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Coleman Kane wrote:
> I've been testing Jung-uk Kim's recent amd64 suspend patch on my HP
> notebook, and it seems to be very close to working well.
> 
> The notebook goes into S3 state properly, but when it comes back out it
> seems that the hardware is left in a bad state. I cannot attach my
> if_bge and if_ndis network drivers after a resume.

Dump the pci config register states for those devices both before and
after the resume. Where the bits differ is probably where you'll find
the problem.

Example to read 256 bytes:
  pciconf -r pci0:4:0 0:256

-- 
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4958F887.2010203>