1. 27 4月, 2008 4 次提交
  2. 26 4月, 2008 2 次提交
  3. 18 4月, 2008 9 次提交
  4. 30 3月, 2008 1 次提交
  5. 27 2月, 2008 1 次提交
  6. 11 2月, 2008 2 次提交
  7. 07 2月, 2008 1 次提交
  8. 06 2月, 2008 1 次提交
  9. 03 2月, 2008 18 次提交
  10. 02 2月, 2008 1 次提交
    • B
      ide: move hwif_register() call out of ide_probe_port() · a14dc574
      Bartlomiej Zolnierkiewicz 提交于
      * Add BUG_ON(hwif->present) at the start of ide_probe_port().
      
      * Move hwif_register() call (along with setting hwif->present) from
        ide_probe_port() to ide_device_add_all().
      
        As a result the port will be registered with the device tree _after_:
        - probing both devices (if both are present)
        - port reset (if hwif->reset is set)
        - restoring local IRQs state and re-enabling port IRQ
      
      While at it:
      
      * Rename hwif_register() to ide_register_port().
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      a14dc574