1. 17 Oct, 2002 1 commit
    • Patrick Mochel's avatar
      driver model: add struct device_driver::shutdown() method and device_present() helper. · de9d4fa4
      Patrick Mochel authored
      ->shutdown() is added to be explicitly called during reboot transitions by 
      device_shutdown(). Drivers implementing this method should use it solely to quiesce
      the device. Drivers do not have to free memory allocated by the driver, as it is 
      implied that the system is rebooting; and, they must not fuss with the reference
      counts. Devices are guaranteed not to disappear during the call, though their 
      validity may be checked using device_present().
      de9d4fa4
  2. 16 Oct, 2002 36 commits
  3. 17 Oct, 2002 3 commits