• Patrick Mochel's avatar
    IDE: Add generic remove() method for drives; remove reboot notifier. · 5530a5d1
    Patrick Mochel authored
      
    The remove() method is generic for all drives, and set in ide_driver_t::gen_driver.
    The call simply forwards the call to ide_driver_t::standby(). 
    
    This obviates the need for IDE reboot notifier. The core iterates over all present
    devices in device_shutdown() and unregisters each one. 
    5530a5d1
ide.c 99.4 KB