1. 26 5月, 2005 3 次提交
    • B
      [PATCH] convert IDE device drivers to driver-model · 8604affd
      Bartlomiej Zolnierkiewicz 提交于
      * add ide_bus_match() and export ide_bus_type
      * split ide_remove_driver_from_hwgroup() out of ide_unregister()
      * move device cleanup from ide_unregister() to drive_release_dev()
      * convert ide_driver_t->name to driver->name
      * convert ide_driver_t->{attach,cleanup} to driver->{probe,remove}
      * remove ide_driver_t->busy as ide_bus_type->subsys.rwsem
        protects against concurrent ->{probe,remove} calls
      * make ide_{un}register_driver() void as it cannot fail now
      * use driver_{un}register() directly, remove ide_{un}register_driver()
      * use device_register() instead of ata_attach(), remove ata_attach()
      * add proc_print_driver() and ide_drivers_show(), remove ide_drivers_op
      * fix ide_replace_subdriver() and move it to ide-proc.c
      * remove ide_driver_t->drives, ide_drives and drives_lock
      * remove ide_driver_t->drivers, drivers and drivers_lock
      * remove ide_drive_t->driver and DRIVER() macro
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
      8604affd
    • F
      4c3a53d4
    • N
      [PATCH] sata_sil: new ID 1002:437A for ATI IXP400 · 525a0997
      NAKAMURA Kenta 提交于
      525a0997
  2. 25 5月, 2005 1 次提交
  3. 21 5月, 2005 12 次提交
  4. 16 5月, 2005 3 次提交
  5. 13 5月, 2005 1 次提交
  6. 07 5月, 2005 1 次提交
  7. 06 5月, 2005 3 次提交
  8. 04 5月, 2005 1 次提交
  9. 02 5月, 2005 1 次提交
  10. 01 5月, 2005 2 次提交
  11. 27 4月, 2005 1 次提交
  12. 26 4月, 2005 2 次提交
  13. 25 4月, 2005 2 次提交
  14. 22 4月, 2005 3 次提交
  15. 21 4月, 2005 1 次提交
  16. 19 4月, 2005 3 次提交