Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Add ->irq_flags field to struct ide_port_info and struct ide_host. * Update host drivers and IDE PCI code to use ->irq_flags field. * Convert init_irq() and ide_intr() to use host->irq_flags. This fixes handling of shared IRQs for non-PCI hosts and removes ugly ifdeffery from core IDE code. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | ||||
* | pcmcia: add another pata/ide ID | Marc Pignat | 2008-11-09 | 1 | -0/+1 |
| | | | | | | | | | Support for Apacer photo steno pro card. Signed-off-by: Marc Pignat <marc.pignat@hevs.ch> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> CC: Alan Cox <alan@lxorguk.ukuu.org.uk CC: linux-ide@vger.kernel.org | ||||
* | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 1 | -0/+472 |
Suggested-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> |