cvs commit: src/sys/dev/ata ata-all.c

Matthew N. Dodd mdodd at FreeBSD.org
Mon Feb 7 09:14:43 PST 2005


mdodd       2005-02-07 17:14:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-all.c 
  Log:
  Avoid using tsleep() in the resume path as it may result in the
  system hanging if timer interrupts aren't running yet.
  
  This allows my Thinkpad to resume successfully with APM.
  
  Approved by:     sos
  MFC after:       2 weeks
  
  Revision  Changes    Path
  1.235     +4 -1      src/sys/dev/ata/ata-all.c


More information about the cvs-all mailing list