Date: Wed, 21 Sep 2005 19:47:01 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200509211947.j8LJl1wl037459@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-09-21 19:47:01 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Split power state control into two variables. hw.pci.do_powerstate has been removed. It has been replaced by hw.pci.do_power_nodriver and hw.pci.do_power_resume. The former defaults to 0 while the latter defaults to 1. When do_powerstate was set to 0, it broke suspend/resume for a lot of people as an unintended consequence. This change will only affect the areas that were intended to affect. This change will have no effect on servers, but will help laptops quite a bit. MFC After: 3 days. Revision Changes Path 1.298 +18 -16 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509211947.j8LJl1wl037459>