linux-stable/drivers/ide/pci
Bartlomiej Zolnierkiewicz 50672e5d74 ide: remove dead/obsolete ->busproc method
->busproc method is used by HDIO_SET_BUSSTATE ioctl but it has no chance
of working as intended (in 2.4.x days) because to issue an ioctl there
is a device node needed and:

- for BUSSTATE_TRISTATE+OFF it is too late (devices are already gone)

- for BUSSTATE_TRISTATE+ON it is too early (devices are not registered yet)

Just remove ->busproc method for now (it was only implemented by hpt366,
siimage and tc86c001 host drivers).

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-04-18 00:46:23 +02:00
..
aec62xx.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
alim15x3.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
amd74xx.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
atiixp.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
cmd64x.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
cmd640.c ide/pci/cmd640.c: add MODULE_LICENSE 2008-04-02 21:22:02 +02:00
cs5520.c cs5520: remove stale comment 2008-02-11 00:32:12 +01:00
cs5530.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
cs5535.c ide: add ->cable_detect method to ide_hwif_t 2008-02-02 19:56:31 +01:00
cy82c693.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
delkin_cb.c ide: use ide_find_port() instead of ide_deprecated_find_port() 2008-04-18 00:46:21 +02:00
generic.c ide-pci-generic: kill the unused ifdef/endif/MODULE code 2008-02-06 02:57:49 +01:00
hpt34x.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
hpt366.c ide: remove dead/obsolete ->busproc method 2008-04-18 00:46:23 +02:00
it821x.c it821x: do not describe noraid parameter with its value 2008-04-17 01:14:33 +02:00
it8213.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
jmicron.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
Makefile ide-pci-generic: kill the unused ifdef/endif/MODULE code 2008-02-06 02:57:49 +01:00
ns87415.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
opti621.c ide: add ->port_init_devs method to ide_hwif_t 2008-02-02 19:56:40 +01:00
pdc202xx_new.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
pdc202xx_old.c pdc202xx_old: always enable burst mode 2008-02-11 00:32:13 +01:00
piix.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
rz1000.c ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags 2008-02-02 19:56:40 +01:00
sc1200.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
scc_pata.c ide: fix ide_unregister() usage in host drivers 2008-02-02 19:56:39 +01:00
serverworks.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
sgiioc4.c ide: remove dead/obsolete ->busproc method 2008-04-18 00:46:23 +02:00
siimage.c ide: remove dead/obsolete ->busproc method 2008-04-18 00:46:23 +02:00
sis5513.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
sl82c105.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
slc90e66.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
tc86c001.c ide: remove dead/obsolete ->busproc method 2008-04-18 00:46:23 +02:00
triflex.c ide: remove needless includes from PCI host drivers 2008-02-02 19:56:33 +01:00
trm290.c trm290: use ide_execute_command() 2008-02-02 19:56:44 +01:00
via82cxxx.c via82cxxx: add new PCI id for cx700 2008-02-19 01:41:26 +01:00