cvs commit: src/sys/dev/pci pci.c

Warner Losh imp at FreeBSD.org
Wed Sep 21 12:47:01 PDT 2005


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


More information about the cvs-all mailing list