Re: [PATCH 8/15] ide: remove ide_find_best_pio_mode()

2007-07-03 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add -host_flags to ide_hwif_t to store ide_pci_device_t.host_flags, assign it in setup-pci.c:ide_pci_setup_ports(). * Add IDE_HFLAG_PIO_NO_{BLACKLIST,DOWNGRADE} to ide_pci_device_t.host_flags and teach ide_get_best_pio_mode() about them. Also remove

Re: [PATCH 8/15] ide: remove ide_find_best_pio_mode()

2007-07-03 Thread Bartlomiej Zolnierkiewicz
On Tuesday 03 July 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: * Add -host_flags to ide_hwif_t to store ide_pci_device_t.host_flags, assign it in setup-pci.c:ide_pci_setup_ports(). * Add IDE_HFLAG_PIO_NO_{BLACKLIST,DOWNGRADE} to ide_pci_device_t.host_flags and

[PATCH 8/15] ide: remove ide_find_best_pio_mode()

2007-06-30 Thread Bartlomiej Zolnierkiewicz
* Add -host_flags to ide_hwif_t to store ide_pci_device_t.host_flags, assign it in setup-pci.c:ide_pci_setup_ports(). * Add IDE_HFLAG_PIO_NO_{BLACKLIST,DOWNGRADE} to ide_pci_device_t.host_flags and teach ide_get_best_pio_mode() about them. Also remove needless !drive-id check while at it