linux/drivers/ide/pci
Bartlomiej Zolnierkiewicz c413b9b94d ide: add struct ide_port_info instances to legacy host drivers
* Remove 'struct pci_dev *dev' argument from ide_hwif_setup_dma().

* Un-static ide_hwif_setup_dma() and add CONFIG_BLK_DEV_IDEDMA_PCI=n version.

* Add 'const struct ide_port_info *d' argument to ide_device_add[_all]().

* Factor out generic ports init from ide_pci_setup_ports() to ide_init_port(),
  move it to ide-probe.c and call it in in ide_device_add_all() instead of
  ide_pci_setup_ports().

* Move ->mate setup to ide_device_add_all() from ide_port_init().

* Add IDE_HFLAG_NO_AUTOTUNE host flag for host drivers that don't enable
  ->autotune currently.

* Setup hwif->chipset in ide_init_port() but iff pi->chipset is set
  (to not override setup done by ide_hwif_configure()).

* Add ETRAX host handling to ide_device_add_all().

* cmd640.c: set IDE_HFLAG_ABUSE_* also for CONFIG_BLK_DEV_CMD640_ENHANCED=n.

* pmac.c: make pmac_ide_setup_dma() return an error value and move DMA masks
  setup to pmac_ide_setup_device().

* Add 'struct ide_port_info' instances to legacy host drivers, pass them to
  ide_device_add() calls and then remove open-coded ports initialization.

Reviewed-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-02-02 19:56:31 +01:00
..
Makefile ide: make remaining built-in only IDE host drivers modular (take 2) 2008-01-26 20:13:07 +01:00
aec62xx.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
alim15x3.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
amd74xx.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
atiixp.c atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling 2008-02-02 19:56:29 +01:00
cmd64x.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
cmd640.c ide: add struct ide_port_info instances to legacy host drivers 2008-02-02 19:56:31 +01:00
cs5520.c ide: add struct ide_port_info instances to legacy host drivers 2008-02-02 19:56:31 +01:00
cs5530.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
cs5535.c atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling 2008-02-02 19:56:29 +01:00
cy82c693.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
delkin_cb.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
generic.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
hpt34x.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
hpt366.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
it821x.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
it8213.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
jmicron.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
ns87415.c ide: make probe_hwif() return an error value 2008-02-01 23:09:36 +01:00
opti621.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
pdc202xx_new.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
pdc202xx_old.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
piix.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
rz1000.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
sc1200.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
scc_pata.c atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling 2008-02-02 19:56:29 +01:00
serverworks.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
sgiioc4.c ide: add struct ide_port_info instances to legacy host drivers 2008-02-02 19:56:31 +01:00
siimage.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
sis5513.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
sl82c105.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
slc90e66.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
tc86c001.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
triflex.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
trm290.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00
via82cxxx.c ide: delete filenames/versions from comments 2008-02-01 23:09:33 +01:00