From owner-cvs-all Mon Jun 4 10:14:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B08B37B406; Mon, 4 Jun 2001 10:14:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54HETN51491; Mon, 4 Jun 2001 10:14:29 -0700 (PDT) (envelope-from imp) Message-Id: <200106041714.f54HETN51491@freefall.freebsd.org> From: Warner Losh Date: Mon, 4 Jun 2001 10:14:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/06/04 10:14:28 PDT Modified files: sys/pccard pcic_pci.c Log: If the chip isn't in power state D0, put it in power state D0. I elected to do this in the probe rather than the attach so that we don't disturb things which this might reset. different cards have different quirks, according to their datasheets. This should fix the "I booted in windows and rebooted to FreeBSD and now things don't work" problem. PR: 4847, 20670 Revision Changes Path 1.45 +13 -11 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message