/[qemu]/qemu/hw/ide.c
ViewVC logotype

Diff of /qemu/hw/ide.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by bellard, Thu Dec 2 20:20:21 2004 UTC revision 1.33 by bellard, Thu Apr 28 19:26:35 2005 UTC
# Line 499  static inline void ide_abort_command(IDE Line 499  static inline void ide_abort_command(IDE
499    
500  static inline void ide_set_irq(IDEState *s)  static inline void ide_set_irq(IDEState *s)
501  {  {
502        BMDMAState *bm = s->bmdma;
503      if (!(s->cmd & IDE_CMD_DISABLE_IRQ)) {      if (!(s->cmd & IDE_CMD_DISABLE_IRQ)) {
504            if (bm)
505                bm->status |= BM_STATUS_INT;
506  #ifdef TARGET_PPC  #ifdef TARGET_PPC
507          if (s->openpic)          if (s->openpic)
508              openpic_set_irq(s->openpic, s->irq, 1);              openpic_set_irq(s->openpic, s->irq, 1);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26