mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
Revert "ide-tape: schedule driver for removal after 6 months"
This reverts commit d48567dd43
.
Borislav is working on ide-tape "light" version instead.
Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
d708c40da8
commit
ca4e2ab5b2
2 changed files with 0 additions and 15 deletions
|
@ -172,16 +172,6 @@ Who: Len Brown <len.brown@intel.com>
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
What: ide-tape driver
|
|
||||||
When: July 2008
|
|
||||||
Files: drivers/ide/ide-tape.c
|
|
||||||
Why: This driver might not have any users anymore and maintaining it for no
|
|
||||||
reason is an effort no one wants to make.
|
|
||||||
Who: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>, Borislav Petkov
|
|
||||||
<petkovbb@googlemail.com>
|
|
||||||
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
What: libata spindown skipping and warning
|
What: libata spindown skipping and warning
|
||||||
When: Dec 2008
|
When: Dec 2008
|
||||||
Why: Some halt(8) implementations synchronize caches for and spin
|
Why: Some halt(8) implementations synchronize caches for and spin
|
||||||
|
|
|
@ -3765,11 +3765,6 @@ static int ide_tape_probe(ide_drive_t *drive)
|
||||||
g->fops = &idetape_block_ops;
|
g->fops = &idetape_block_ops;
|
||||||
ide_register_region(g);
|
ide_register_region(g);
|
||||||
|
|
||||||
printk(KERN_WARNING "It is possible that this driver does not have any"
|
|
||||||
" users anymore and, as a result, it will be REMOVED soon."
|
|
||||||
" Please notify Bart <bzolnier@gmail.com> or Boris"
|
|
||||||
" <petkovbb@gmail.com> in case you still need it.\n");
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
out_free_tape:
|
out_free_tape:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue