cvs commit: src/sys/kern subr_bus.c

Nate Lawson njl at FreeBSD.org
Sat Jan 21 17:06:26 PST 2006


njl         2006-01-22 01:06:26 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Add a devd(8) event that is sent after the system resumes.  This can be
  used by utilities to reset moused(8), for example.  The syntax is:
  
      !system=kern subsystem=power type=resume
  
  Note that it would be nice to have notification of suspend, but it's more
  difficult since there would have to be a method of doing request/ack
  to userland and automatically timing out if no response.  apm(4) has a
  similar mechanism.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.190     +13 -1     src/sys/kern/subr_bus.c


More information about the cvs-all mailing list