/[gxemul]/trunk/src/devices/dev_gt.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/dev_gt.c

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

revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_gt.c,v 1.52 2007/06/15 19:11:15 debug Exp $   *  $Id: dev_gt.c,v 1.53 2007/06/16 05:09:55 debug Exp $
29   *     *  
30   *  COMMENT: Galileo Technology GT-64xxx PCI controller   *  COMMENT: Galileo Technology GT-64xxx PCI controller
31   *   *
# Line 155  DEVICE_ACCESS(gt) Line 155  DEVICE_ACCESS(gt)
155    
156          case GT_PCI0_INTR_ACK:          case GT_PCI0_INTR_ACK:
157                  odata = cpu->machine->isa_pic_data.last_int;                  odata = cpu->machine->isa_pic_data.last_int;
158                    /*  TODO: Actually ack the interrupt?  */
 fatal("TODO: GT_PCI0_INTR_ACK\n");  
   
 //              cpu_interrupt_ack(cpu, d->pci_irqbase + odata);  
159                  break;                  break;
160    
161          case GT_TIMER_CTRL:          case GT_TIMER_CTRL:

Legend:
Removed from v.42  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26