1. 20 11月, 2005 1 次提交
  2. 19 11月, 2005 1 次提交
  3. 07 11月, 2005 2 次提交
  4. 31 10月, 2005 2 次提交
  5. 13 7月, 2005 1 次提交
  6. 24 6月, 2005 1 次提交
    • E
      [PATCH] IDE CD reports current speed · 9235e68b
      Eric Piel 提交于
      The current ide-cd driver reports the CDROM speed (as found in
      /proc/sys/dev/cdrom/info) as the current speed when loading the driver.
      Changing the speed of the cdrom drive (by "eject -x" for instance) doesn't
      update the speed reported by the kernel.  Updating the info could be
      valuable for the user as it's the only way to know if the drive accepted
      the request or discarded it.  It could even be used to list all the
      available speeds of the drive.
      
      The attached patch modifies the ide-cd driver so that after every speed
      change request the new speed is updated.  Please note that the actual
      modification is very little but I had to touch quite a few lines in order
      to avoid to pre-declare the sub-functions.
      Signed-off-by: NEric Piel <eric.piel@tremplin-utc.net>
      Acked-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9235e68b
  7. 01 6月, 2005 1 次提交
  8. 27 5月, 2005 1 次提交
  9. 26 5月, 2005 2 次提交
    • 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
    • J
      [PATCH] relax ide-cd dma restrictions · 384f1fcd
      Jens Axboe 提交于
      This has been sitting for a while, and is causing lots of grief for
      people burning CDs.  It relaxes the dma restriction for ide-cd,
      requiring only the length to be 32-byte aligned, address should be fine
      at normal double word alignment.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      384f1fcd
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4