| From | Bartlomiej Zolnierkiewicz <> | | Subject | Re: [PATCH 18/18] ide: use flags in IRQ handler | | Date | Sat, 14 Jun 2008 19:47:55 +0200 |
| |
On Thursday 12 June 2008, Borislav Petkov wrote: > Pass pc->flags to the IRQ handler from the drivers (ide-tape/floppy/scsi) thus > making it more pc-unaware.
This moves the problem around without improving the overall situation w.r.t. pc->flags (now ATAPI drivers are more pc-aware instead).
It also adds one more argument to the already overloaded ide_pc_intr() (my fault, I went a bit overboard but I added a nice TODO explanation! ;).
Since there are better ideas on how to deal with pc->flags (you've even described them yourself in the first mail :) I skipped this patch for now.
|