]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] add sysfs support for ide tape
authorWill Dyson <will.dyson@gmail.com>
Fri, 16 Sep 2005 09:55:07 +0000 (02:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 16:52:50 +0000 (09:52 -0700)
commit8a88add7a8d9dfbfae3601405ef3200d03afdd1d
treee7983a7c7dce4213431a1b951d3d803167ed41f9
parentabe7e77eff9f6254b97708a0e711cf7cbb76474a
[PATCH] add sysfs support for ide tape

I was recently given an old Travan tape drive and asked to do something
useful with it.  The ide-scsi + st (+serverworks ide controller) combo
results in a hard lockup of the machine which I have not had the energy to
debug, so I turned to ide-tape (which seems to work).  The system in
question debian stable, using udev to manage /dev.

The following patch to ide-tape.c allows udev to create the cdev nodes for
my drive.

Cc: Gadi Oxman <gadio@netvision.net.il>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ide/ide-tape.c