Revision 4de9b249 hw/gt64xxx.c

b/hw/gt64xxx.c
1 1
/*
2 2
 * QEMU GT64120 PCI host
3 3
 *
4
 * Copyright (c) 2006 Aurelien Jarno
4
 * Copyright (c) 2006,2007 Aurelien Jarno
5 5
 * 
6 6
 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 7
 * of this software and associated documentation files (the "Software"), to deal
......
433 433
        val = s->regs[saddr];
434 434
        break;
435 435
    case GT_PCI0_IACK:
436
 	val = pic_intack_read(isa_pic);
436
        /* Read the IRQ number */ 
437
        val = pic_read_irq(isa_pic);
437 438
        break;
438 439

  
439 440
    /* SDRAM Parameters */

Also available in: Unified diff